zulip/frontend_tests
Sahil Batra 8528914131 settings: Fix live update code for realm-level user defaults section.
Previously, on receiving udpate event of realm-level default setting,
we updated the whole page, but this might be problematic now in case
where user has edited settings in two subsections with save/discard
button still present and if user clicks on save button of one
subsection then the setting in other subsection also resets to its
original value as whole page is updated.

So, this commit changes the behavior to only update the changed
setting and not affecting other settings similar to what we do
in 'Organization settings' and 'Organization permissions' sections.

We also do not call 'settings_display.report_emojiset_change' when
realm-level default of emojiset setting is updated because we now
uses save/discard widget.
2021-10-07 10:16:28 -07:00
..
node_tests settings: Fix live update code for realm-level user defaults section. 2021-10-07 10:16:28 -07:00
puppeteer_lib js: Fix @typescript-eslint/restrict-template-expressions. 2021-09-22 18:06:06 -07:00
puppeteer_tests CVE-2021-41115: Use re2 for user-supplied linkifier patterns. 2021-10-04 21:26:24 +00:00
zjsunit settings: Add live update code for realm-level defaults settings. 2021-09-15 09:56:33 -07:00