zulip/static/templates/settings
Palash Baderia 0ca5d11670 settings: Improve column widths in settings > uploaded files.
Changed the width of the file column to show the names properly,
while making sure that the table UI remains consistent in different
languages too (checked the same for Russian language).

Drop the file size column if the viewport is less than 992px (lg_min)
to ensure that the size word doesn't break when there are no uploaded files.
Discussed on CZO thread.

Changed the position of the Date uploaded arrow to stay visible
in all view ports and added word-break to prevent spill over of Mentioned-in
and date uploaded.

Fixes: #23738
2023-02-07 15:15:40 -08:00
..
account_settings.hbs settings: Create shared class for tooltips on disabled settings. 2023-02-01 14:46:02 -08:00
add_alert_word.hbs settings: Remove form-horizontal class from modal templates. 2023-01-19 17:26:58 -08:00
add_emoji.hbs custom_emoji: Convert inline form to modal. 2023-02-02 10:59:57 -08:00
add_new_bot_form.hbs settings: Preview bot avatar in bot editing/creation forms. 2023-02-03 11:47:19 -08:00
add_new_custom_profile_field_form.hbs css: Add "bootstrap-focus-style" class to select elements. 2023-01-26 12:36:31 -08:00
add_user_group_modal.hbs user_groups: Convert inline form to modal. 2022-05-04 17:46:30 -07:00
admin_auth_methods_list.hbs settings_org: Use settings_checkbox in Authentication Methods UI. 2022-07-22 16:38:47 -07:00
admin_default_streams_list.hbs template: Move admin_default_stream_list template to settings folder. 2021-04-26 09:37:01 -07:00
admin_emoji_list.hbs settings_emoji: Rename can_admin_emoji to can_delete_emoji. 2021-07-14 14:57:09 -07:00
admin_export_list.hbs template: Move admin_export_list template to settings folder. 2021-04-26 09:37:08 -07:00
admin_human_form.hbs css: Add "bootstrap-focus-style" class to select elements. 2023-01-26 12:36:31 -08:00
admin_invites_list.hbs invite: Add frontend support to send an invite which never expires. 2022-02-24 16:32:20 -08:00
admin_linkifier_edit_form.hbs settings: Remove form-horizontal class from modal templates. 2023-01-19 17:26:58 -08:00
admin_linkifier_list.hbs linkifiers: Add frontend support to edit linkifier. 2021-05-09 20:12:25 -07:00
admin_playground_list.hbs puppeteer: Add settings test for realm-playgrounds. 2021-05-04 12:19:04 -07:00
admin_profile_field_list.hbs settings: Move display_in_profile_summary checkbox to center. 2022-09-21 11:06:54 -07:00
admin_realm_domains_list.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
admin_settings_modals.hbs realm_domains_modal: Migrate modal to dialog_widget. 2022-07-07 14:56:45 -07:00
admin_tab.hbs settings: Add UI for realm-level defaults of display settings. 2021-09-15 09:56:32 -07:00
admin_user_group_list.hbs template: Move admin_user_group_list template to settings folder. 2021-04-26 09:37:30 -07:00
admin_user_list.hbs settings: Link organization settings users to user cards. 2023-01-19 11:13:33 -08:00
alert_word_settings_item.hbs settings: Add sorting feature for list of alert words. 2022-02-25 17:33:11 -08:00
alert_word_settings.hbs settings: Remove unnecessary form-horizontal class. 2023-01-19 17:24:49 -08:00
api_key_modal.hbs modals: Don't close the modals on selecting something inside the modal. 2022-11-14 09:08:39 -08:00
attachments_settings.hbs settings: Improve column widths in settings > uploaded files. 2023-02-07 15:15:40 -08:00
auth_methods_settings_admin.hbs settings: Remove form-horizontal class in org settings pages. 2023-01-19 17:24:49 -08:00
bot_avatar_row.hbs bot_avatar_row: Remove ".bot_error" element. 2023-01-17 09:45:40 -08:00
bot_list_admin.hbs settings_bots: Make it possible to add new bots from org settings. 2022-09-23 12:06:51 -07:00
bot_settings.hbs bot_settings: Remove "#bot_table_error" element. 2023-01-17 09:45:40 -08:00
custom_user_profile_field.hbs css: Add "bootstrap-focus-style" class to select elements. 2023-01-26 12:36:31 -08:00
data_exports_admin.hbs settings: Remove unnecessary form-horizontal class. 2023-01-19 17:24:49 -08:00
deactivated_users_admin.hbs settings: Place the saving indicator in the header. 2022-03-21 13:30:38 -07:00
default_streams_list_admin.hbs settings: Remove form-horizontal class in org settings pages. 2023-01-19 17:24:49 -08:00
dev_env_email_access.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
display_settings.hbs css: Add "bootstrap-focus-style" class to select elements. 2023-01-26 12:36:31 -08:00
dropdown_list_widget.hbs settings_org: Refactor code for dropdown list widget settings. 2023-01-04 17:51:42 -08:00
dropdown_list.hbs settings: Extract DropdownListWidget from default_code_language_widget. 2020-04-14 12:50:10 -07:00
dropdown_options_widget.hbs templates: Always indent "each" blocks. 2021-12-06 14:58:29 -08:00
edit_bot_form.hbs settings: Preview bot avatar in bot editing/creation forms. 2023-02-03 11:47:19 -08:00
edit_custom_profile_field_form.hbs settings: Remove form-horizontal class from modal templates. 2023-01-19 17:26:58 -08:00
edit_embedded_bot_service.hbs templates: Always indent "each" blocks. 2021-12-06 14:58:29 -08:00
edit_outgoing_webhook_service.hbs settings: Make spacing consistent between outgoing webhook bot inputs. 2022-07-31 17:06:03 -07:00
emoji_settings_admin.hbs custom_emoji: Convert inline form to modal. 2023-02-02 10:59:57 -08:00
emoji_settings_tip.hbs templates: Simplify nested Handlebars conditionals using {{else if}}. 2022-06-30 11:24:44 -07:00
image_upload_widget.hbs image-upload-widget: Render image_disabled div if text to display. 2023-01-11 13:12:59 -08:00
invites_list_admin.hbs settings: Improve permissions banners on Invitations panel. 2023-02-06 15:04:56 -08:00
language_selection_widget.hbs admin: Use language_selection_widget to set notification language. 2022-06-01 17:08:00 -07:00
linkifier_settings_admin.hbs settings: Remove form-horizontal class in org settings pages. 2023-01-19 17:24:49 -08:00
muted_topics_settings.hbs settings: Make list header sections consistent. 2022-03-04 14:37:28 -08:00
muted_users_settings.hbs settings: Make list header sections consistent. 2022-03-04 14:37:28 -08:00
notification_settings_checkboxes.hbs settings: Grey out muted streams in personal settings. 2022-03-03 14:51:15 -08:00
notification_settings.hbs settings: Remove 'bootstrap-focus-style' from div element. 2023-02-01 14:50:30 -08:00
organization_permissions_admin.hbs css: Add "bootstrap-focus-style" class to select elements. 2023-01-26 12:36:31 -08:00
organization_profile_admin.hbs settings: Create shared class for tooltips on disabled settings. 2023-02-01 14:46:02 -08:00
organization_settings_admin.hbs css: Add "bootstrap-focus-style" class to select elements. 2023-01-26 12:36:31 -08:00
organization_settings_tip.hbs templates: Rename *.handlebars ↦ *.hbs and - ↦ _. 2019-07-12 21:11:03 -07:00
organization_user_settings_defaults.hbs settings: Remove form-horizontal class in org settings pages. 2023-01-19 17:24:49 -08:00
playground_settings_admin.hbs settings: Remove form-horizontal class in org settings pages. 2023-01-19 17:24:49 -08:00
profile_field_choice.hbs custom_profile_fields: Convert new profile field form to a modal. 2022-08-05 17:26:56 -07:00
profile_field_settings_admin.hbs popovers: Rename "profile summary" to "user card". 2022-11-14 12:15:54 -08:00
profile_settings.hbs settings: Create shared class for tooltips on disabled settings. 2023-02-01 14:46:02 -08:00
realm_domains_modal.hbs realm_domains_modal: Migrate modal to dialog_widget. 2022-07-07 14:56:45 -07:00
settings_checkbox.hbs settings: Add option in settings_checkbox to show some text in parens. 2022-09-27 10:43:51 -07:00
settings_save_discard_widget.hbs settings: Remove unused CSS and corresponding organization-submission class. 2022-12-09 11:16:26 -08:00
stream_specific_notification_row.hbs settings: Fix reuse of .stream-row class name. 2022-11-09 15:30:03 -08:00
upgrade_tip_widget.hbs settings: Mention about sponsorship in upgrade banner. 2022-07-25 16:53:37 -07:00
upload_space_stats.hbs templates: Remove context argument from {{#tr}} block helper. 2021-04-13 18:59:46 -07:00
uploaded_files_list.hbs settings: Improve column widths in settings > uploaded files. 2023-02-07 15:15:40 -08:00
user_display_settings.hbs settings: Add condition for time and default language settings UI. 2021-09-13 08:32:31 -07:00
user_groups_admin.hbs user_groups: Convert inline form to modal. 2022-05-04 17:46:30 -07:00
user_list_admin.hbs settings: Place the saving indicator in the header. 2022-03-21 13:30:38 -07:00
user_notification_settings.hbs templates: Add condition for showing stream notification settings. 2021-09-13 08:32:31 -07:00