mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
This commit adds code to live update the UI when can_create_user_groups setting changes. The elements that are live updated are - - Icon button at the top left panel - Button shown in right panel when no group is selected. - Text shown in right panel mentioning whether user has permission. We do not live update the text shown when left panel is empty as it is somewhat complex to handle all conditions correctly for it.