zulip/static/styles
jai2201 5e49ddf4e1 settings: Add sorting feature for list of alert words.
This changes the method of rendering list of alert words in DOM,
earlier it was rendered using 'for' loop over the array of alert_words
which is now changed to render using ListWidget, which gets a array
of objects from get_word_list() in alert_words.js.

The use of ListWidget helps to define a parent_container and $container
in table-body of alert-words-table using which we can now apply sorting over
alert words with the help of handle_sort() function in list_widget.js

Changed the method of adding alert_word_settings_item row in table body
through {{#with}} loop because of rendering through ListWidget, which was done
earlier using for loop over each alert-word in while rendering the list.

this commit also mocks template of render_alert_word_item
while mocking ListWidget.create() function in render_alert_words_ui().
and checks that ListWidget.create() is not called when variable `loaded`
is set as false.

Fixes #21142.
2022-02-25 17:33:11 -08:00
..
portico integrations: Don't fix height of integration icon in detailed view. 2022-02-18 12:22:32 -08:00
alerts.css static: Make alert.css shared between app and portico. 2021-04-26 09:27:05 -07:00
app_components.css right_sidebar: Add realm description for spectators. 2022-02-04 16:00:59 -08:00
components.css styles: Fix function-url-quotes. 2021-11-05 17:34:13 -07:00
compose.css message_scroll: Show scroll to bottom button. 2022-02-18 13:29:57 -08:00
dark_theme.css recent_topics: Show loading indicator before fetching initial messages. 2022-02-25 16:29:43 -08:00
drafts.css Revert "drafts: Use simplebar." 2022-02-09 14:15:27 -08:00
hotspots.css hotspots: Remove intro_reply hotspot. 2021-12-07 21:55:59 -08:00
image_upload_widget.css settings: Fix overflow due to unset border-radius. 2022-02-22 10:42:21 -08:00
informational_overlays.css overlay: Fix bug of information overlay not closing when text is selected. 2022-01-21 17:39:01 -08:00
input_pill.css css: Fix night styling for deactivated pills. 2021-07-22 15:29:00 -07:00
left_sidebar.css left-sidebar: Align more-topics li item with other topic names. 2022-02-18 13:39:08 -08:00
lightbox.css lightbox: Swap panzoom library to anvaka/panzoom. 2022-02-23 12:12:04 -08:00
message_edit_history.css styles: Rename .scss files back to .css. 2020-09-15 16:33:28 -07:00
modal.css modal: Fix button colors in dark theme. 2021-12-06 10:37:21 -08:00
popovers.css move_topic_to_stream: Fix clipped stream select dropdown. 2021-12-03 14:38:27 -08:00
pygments.css styles: Fix stylelint rule-empty-line-before. 2021-10-17 07:15:09 -07:00
reactions.css reactions: Increase font size for reactions. 2022-02-14 12:01:09 -08:00
recent_topics.css recent_topics: Show loading indicator before fetching initial messages. 2022-02-25 16:29:43 -08:00
rendered_markdown.css message-editing: Add support for dynamic elements in edit-history. 2022-02-22 15:00:01 -08:00
right_sidebar.css home: Send rendered realm description for spectators. 2022-02-17 16:17:15 +00:00
settings.css settings: Add sorting feature for list of alert words. 2022-02-25 17:33:11 -08:00
subscriptions.css stream-settings: Show icon according to in the right column title. 2022-01-26 12:50:05 -08:00
typing_notifications.css styles: Use range context queries to eliminate *_max variables. 2021-02-05 09:23:59 -08:00
user_circles.css presence: Extract $active_color CSS variable. 2022-02-03 15:31:21 -08:00
user_status.css status_emoji: Modify centering technique for .selected_emoji. 2022-02-08 16:52:49 -08:00
widgets.css poll_widget: Fix the position of poll title editing button. 2022-02-04 13:43:05 -08:00
zulip.css scroll_to_bottom_button: Use unicode icon for right arrow. 2022-02-25 14:57:22 -08:00