zulip/zproject
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
..
jinja2 realm-deactivation: Send email to owners as part of deactivation. 2024-06-26 16:48:18 -07:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py requirements: Upgrade Python requirements. 2024-10-20 18:16:27 -07:00
computed_settings.py settings: Replace deprecated STATICFILES_STORAGE. 2024-10-23 10:55:55 -07:00
config.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
configured_settings.py settings: Print about custom settings from runtornado. 2023-12-05 12:33:34 -08:00
default_settings.py tusd: Allow user to upload files during preregistration. 2024-12-02 10:21:45 -08:00
dev_settings.py groups: Enable group-valued settings in production. 2024-10-31 12:04:51 -07:00
dev_urls.py buttons: Add redesigned button styles. 2024-12-04 11:08:33 -08:00
email_backends.py ruff: Fix UP035 Import from collections.abc, typing instead. 2024-07-13 22:28:22 -07:00
prod_settings_template.py settings: Write fewer values into template settings files. 2024-11-06 16:43:44 -08:00
prod_settings.pyi lint: Replace pycodestyle and pyflakes with ruff. 2022-11-03 12:10:15 -07:00
sentry.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
settings_types.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
settings.py settings: Hide django_stubs_ext from mypy. 2024-04-17 16:49:03 -07:00
template_loaders.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
test_extra_settings.py groups: Enable group-valued settings in production. 2024-10-31 12:04:51 -07:00
test_settings.py settings: Refactor how TEST_SUITE is configured. 2023-12-04 09:50:14 -08:00
urls.py avatars: Split email-based and user ID-based avatar endpoints. 2024-11-05 09:06:17 -08:00
wsgi.py restart-server: Wait until chain reload has completed. 2024-08-29 12:12:34 -07:00