From 8c984f68ec7abcdf8d5f7b7ad48c7027fa23b5a0 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Wed, 4 Sep 2024 10:32:16 -0500 Subject: [PATCH] checkboxes: Decouple label.checkbox from .new-style tangle. --- ...e_billing_finalize_login_confirmation.html | 6 +- templates/zerver/accounts_accept_terms.html | 2 +- templates/zerver/realm_creation_form.html | 2 +- templates/zerver/register.html | 6 +- web/src/info_overlay.ts | 6 +- web/styles/app_variables.css | 6 ++ web/styles/components.css | 85 ++++++++++--------- web/styles/dark_theme.css | 5 -- web/styles/zulip.css | 2 +- .../confirm_deactivate_user.hbs | 2 +- web/templates/invite_user_modal.hbs | 4 +- web/templates/move_topic_to_stream.hbs | 4 +- .../add_new_custom_profile_field_form.hbs | 4 +- .../settings/admin_profile_field_list.hbs | 4 +- .../settings/admin_realm_domains_list.hbs | 2 +- .../edit_custom_profile_field_form.hbs | 4 +- .../generate_integration_url_modal.hbs | 4 +- .../notification_settings_checkboxes.hbs | 2 +- .../settings/realm_domains_modal.hbs | 2 +- web/templates/settings/settings_checkbox.hbs | 2 +- .../announce_stream_checkbox.hbs | 2 +- .../copy_email_address_modal.hbs | 2 +- .../stream_settings_checkbox.hbs | 2 +- 23 files changed, 81 insertions(+), 79 deletions(-) diff --git a/templates/corporate/billing/remote_billing_finalize_login_confirmation.html b/templates/corporate/billing/remote_billing_finalize_login_confirmation.html index 9a61fa950b..e22b2a8b83 100644 --- a/templates/corporate/billing/remote_billing_finalize_login_confirmation.html +++ b/templates/corporate/billing/remote_billing_finalize_login_confirmation.html @@ -48,12 +48,12 @@
@@ -62,7 +62,7 @@
diff --git a/templates/zerver/accounts_accept_terms.html b/templates/zerver/accounts_accept_terms.html index 93ec655c44..5849b00d27 100644 --- a/templates/zerver/accounts_accept_terms.html +++ b/templates/zerver/accounts_accept_terms.html @@ -50,7 +50,7 @@ the registration flow has its own (nearly identical) copy of the fields below in {% if form.terms.errors %} diff --git a/templates/zerver/realm_creation_form.html b/templates/zerver/realm_creation_form.html index 1a8bfb4c62..e8fc8ebb5e 100644 --- a/templates/zerver/realm_creation_form.html +++ b/templates/zerver/realm_creation_form.html @@ -59,7 +59,7 @@ {% endif %} diff --git a/templates/zerver/register.html b/templates/zerver/register.html index fd8316d48a..94718cfc26 100644 --- a/templates/zerver/register.html +++ b/templates/zerver/register.html @@ -178,7 +178,7 @@ Form is validated both client-side using jquery-validation (see signup.js) and s name="default_stream_group" id="id_default_stream_group__{{ default_stream_group.id }}" value="{{ default_stream_group.name }}" {% if "default_stream_group" in form.data and default_stream_group.id in form.data.getlist('default_stream_group') %} checked {% endif %} /> - + {% set comma = joiner(", ") %}
@@ -230,7 +230,7 @@ Form is validated both client-side using jquery-validation (see signup.js) and s {% if form.terms.errors %} @@ -245,7 +245,7 @@ Form is validated both client-side using jquery-validation (see signup.js) and s
diff --git a/web/src/info_overlay.ts b/web/src/info_overlay.ts index e73a679e94..8eed11c088 100644 --- a/web/src/info_overlay.ts +++ b/web/src/info_overlay.ts @@ -209,7 +209,7 @@ Last task`,