zulip/templates/zerver
Aman Agrawal fbe9a9e539 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.
2022-11-14 12:23:55 -08:00
..
api api: Link to new rate-limiting configuration documentation. 2022-11-09 09:56:16 -08:00
app user groups: Add overlay for user group settings. 2022-08-23 17:30:39 -07:00
development tooling: Use sentence case in development environment login screen. 2022-09-20 21:35:09 -07:00
emails email_notifications: Change missed message for wildcard mention. 2022-09-29 15:55:14 -07:00
help left_side_userlist: Remove feature from frontend. 2022-11-14 12:23:55 -08:00
include portico: Add return to login button to password reset end. 2019-11-18 12:21:40 -08:00
integrations integrations: Increase font size of logo disclaimer. 2022-10-19 12:03:16 -07:00
policies_absent portico: Use /help/ style pages for displaying policies. 2021-12-10 17:56:12 -08:00
tests/markdown markdown/tabbed_sections: Raise exception for missing tab name. 2021-10-01 16:25:17 -07:00
accounts_accept_terms.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
accounts_home.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
accounts_send_confirm.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
apple-error.md docs: Add auth backend configuration is optional. 2020-12-17 18:11:28 -08:00
auth_subdomain.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
base.html templates: Replace default HTML title and meta-description elements. 2022-09-19 20:17:17 -07:00
billing_nav.html logo: Update Zulip logo. 2020-07-16 01:37:08 -07:00
close_window.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
compare-education.html core_docs: Update translated language count and help center links. 2022-03-24 14:49:30 -07:00
config_error.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
confirm_continue_registration.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
create_realm.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
deactivated.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
desktop_login.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
desktop_redirect.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
dev_env_email_access_details.html
dev-not-supported-error.md templates: Improve unsupported DevAuthBackend error page. 2022-10-26 21:16:31 -07:00
digest_base.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
documentation_main.html templates: Improve footer content on documentation pages. 2022-09-27 11:13:55 -07:00
email.html docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
find_account.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
footer.html portico: Add navigation links for Open communities directory. 2022-10-20 15:52:18 -07:00
github-error.md docs: Add auth backend configuration is optional. 2020-12-17 18:11:28 -08:00
gitlab-error.md docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
google-error.md docs: Add auth backend configuration is optional. 2020-12-17 18:11:28 -08:00
gradients.html
insecure_desktop_app.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
invalid_email.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
invalid_realm.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
landing_nav.html portico: Add navigation links for Open communities directory. 2022-10-20 15:52:18 -07:00
log_into_subdomain_token_invalid.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
login.html login page: Show form-independent errors even if email auth disabled. 2022-10-14 13:07:58 -07:00
meta_tags.html templates: Replace default HTML title and meta-description elements. 2022-09-19 20:17:17 -07:00
no_spare_licenses.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
portico_signup.html templates: Use just one webpack entry point per page. 2019-10-28 15:53:15 -07:00
portico-header-dropdown.html landing_page: Restructure top-level navigation. 2021-07-15 10:56:47 -07:00
portico-header.html portico: Use /help/ style pages for displaying policies. 2021-12-10 17:56:12 -08:00
portico-help.html help: Eliminate duplication of porticocustomhead logic. 2018-08-31 11:25:03 -07:00
portico.html linters: Rewrite check-templates. 2021-11-23 15:55:54 -08:00
rate_limit_exceeded.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
realm_creation_disabled.html realm_creation: Rework error pages. 2022-10-31 17:35:06 -07:00
realm_creation_link_invalid.html realm_creation: Rework error pages. 2022-10-31 17:35:06 -07:00
realm_reactivation_link_error.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
realm_reactivation.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
realm_redirect.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
register.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
reset_confirm.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
reset_done.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
reset_emailed.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
reset.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
social_auth_select_email.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
unsubscribe_link_error.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
unsubscribe_success.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
unsupported_browser.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00