mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 19:13:53 +00:00
left_side_userlist: Remove feature from frontend.
Fixes #23517. While this feature was added to Zulip very early, it has been troubled for most of that time; it never looked great visually, had a lot of implementation complexity around resize.js, and has a weird model (a setting that changes the UI only in certain window sizes). This option is not commonly used; while a significant portion of users have it enabled, many of them just don't use window sizes where it actually has an effect. So it's not clear that it will be missed if removed; we got very few bug reports when it was completely broken for a few days after we first integrated the new left sidebar private messages design. Even with it no longer being broken, it does not work very well with the addition of the new PMs section in the left sidebar. (Having two scrollbars in the sidebar looks quite awkward.) The new private messages section in the left sidebar also addresses some of the use cases for always keeping the Users list always visible, even in narrow windows. This option is only removed from frontend for now. To make this decision easily reversible, the backend code of this feature is still kept.
This commit is contained in:
@@ -486,7 +486,6 @@ Do these tasks as Cordelia.
|
||||
- Display settings
|
||||
- Right now, these unfortunately require reloads to take effect.
|
||||
- Default language (change to Spanish)
|
||||
- Show user list on left sidebar in narrow windows (verify by making window thinner)
|
||||
- 24-hour time (and then test going back to AM/PM)
|
||||
- Notifications
|
||||
- Stream message
|
||||
|
||||
Reference in New Issue
Block a user