zulip/zerver/views/development
Sayam Samal a8146916aa buttons: Add redesigned button styles.
This commit adds the redesigned button styles to the codebase along with
with a storybook-style page in `/devtools/buttons` to view and test the
redesigned button component.

The redesigned button component, uses the `action-button` class to
follow Zulip's no-abbreviation policy, and to avoid conflicts with the
pre-existing `button` and bootstrap `btn` classes.

A button using the new redesigned styles, required two classes,
  - First, the base `action-button` class which defines the structure
  and behavior of the button.
  - Second, a modifier class like `action-button-primary-neutral` which
  defines the styles for the particular action button type.
2024-12-04 11:08:33 -08:00
..
__init__.py
cache.py models: Extract zerver.models.clients. 2023-12-16 22:08:44 -08:00
camo.py thumbnail: Do not Camo old thumbor URLs; serve images directly. 2024-07-24 16:04:34 -07:00
design_testing.py buttons: Add redesigned button styles. 2024-12-04 11:08:33 -08:00
dev_login.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
email_log.py do_change_user_delivery_email: Add acting_user kwarg. 2024-09-30 12:00:14 -07:00
integrations.py python: Simplify with str.removeprefix, str.removesuffix. 2024-09-03 12:30:16 -07:00
registration.py registration: Ask user how they found Zulip. 2024-04-01 12:44:12 -07:00