discourse/app/assets/stylesheets/desktop
Alan Guo Xiang Tan 7aab65887f
UX: Fix edit navigation tags modal height too long on desktop (#24765)
Why this change?

The tags modal loads more tags via infinite loading based on when the last tag in the
given page appears in the viewport for the user. When it comes in to
view, a request is then triggered to fetch additional tags. To ensure
that we are only loading a single page of tags each time the modal is
opened, we previously set a max height on the modal's body to ensure
that the last tag which appears in the modal will be outside of the view
port in the initial load. However, this has regressed recently due to
unknown reasons and resulted in multiple pages of tags being loaded
immediately from the server as the modal's height was not restricted.
This regression was caught by an existing test but was unfortunately
determined as flaky.

What does this change do?

This change restores the max height on the edit navigation menu tags
modal on dekstop.
2023-12-07 09:42:04 +08:00
..
admin DEV: Added support for custom site setting 'emoji_list' (#12414) 2021-04-07 15:32:05 +02:00
components UX: Fix edit navigation tags modal height too long on desktop (#24765) 2023-12-07 09:42:04 +08:00
_index.scss UX: refactor .d-modal to use BEM and improve styling (#23967) 2023-11-15 10:14:47 +00:00
admin_customize.scss
alert.scss FEATURE: update bootstrap mode notice to add invite and wizard links (#17822) 2022-08-10 00:13:42 +05:30
category-list.scss FIX: Use same names for category CSS variables (#24527) 2023-11-24 16:42:24 +02:00
compose.scss UX: properly align close button icon on composer messages (#24632) 2023-11-30 13:21:50 +05:30
discourse.scss UX: improve layout and styles for solo preferences (#21094) 2023-04-19 09:41:02 -04:00
edit-category.scss UX: Move category editing/creation to its own page (#10973) 2020-10-23 12:49:02 -04:00
group.scss UX: Fix alignment in group navigation bar (#15169) 2021-12-02 09:45:33 -05:00
header.scss DEV: Use more css vars (#18561) 2022-10-12 16:05:42 +02:00
invite-signup.scss UX: Invite signup page styling + separation (#24293) 2023-11-08 12:57:06 +01:00
latest-topic-list.scss FEATURE: remove category badge style options, set bullet style as default (#24198) 2023-11-13 10:46:15 -05:00
menu-panel.scss UX: show tooltip for global nav section icon (#21974) 2023-06-08 12:57:44 -04:00
modal.scss UX: refactor .d-modal to use BEM and improve styling (#23967) 2023-11-15 10:14:47 +00:00
topic-list.scss UX: Fix positioning of mobile show-more following 71ff3417 (#23189) 2023-08-22 17:16:12 +01:00
topic-post.scss UX: Update user field styling in the create-account modal (#24091) 2023-10-25 13:03:20 +02:00
topic.scss UX: Use pill design on both mobile and desktop (#23124) 2023-08-17 14:37:11 -03:00
upload.scss FEATURE: use native file picker in composer (#13552) 2021-06-30 12:45:47 +04:00
user.scss DEV: Standardize session confirmation prompt (#24212) 2023-11-07 11:26:10 -05:00