mirror of https://github.com/zulip/zulip.git
900aea88a4
The original implementation of panels.js was just for notifications, and ended up running a bunch of notifications-specific code, including registration click handlers and some localstorage-related notifications logic, every time a panel was supposed to be opened. This refactoring makes the panels library make sense -- we now initialize all click handlers in the initialize() method, and do the notifications check in a single, coherent place scoped to notifications. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.eslintrc.json | ||
.gitignore | ||
favicon.ico |