zulip/web
Hardik Dharmani 570c9e260b overlays: Fix dependency cycle between popover.js and overlays.js.
This is a Prep PR for #24426.

Removes direct dependency cycle between 'popover.js'
and overlays.js by creating popover.initialize method
called from 'ui_init.js' that calls
overlays.register_pre_open_hook(hide_all) and
overlays.register_pre_close_hook(hide_all).

Created a function call_hook that loop call all
registered hooks at the start of 'open_overlay' and
'close_overlay'.
2023-03-09 10:42:27 -08:00
..
e2e-tests puppeteer: Fix small logging copy and paste error in `admin.test.ts`. 2023-03-06 09:42:11 -08:00
generated
html
images
shared eslint: Fix unicorn/prefer-spread. 2023-03-02 12:16:56 -08:00
src overlays: Fix dependency cycle between popover.js and overlays.js. 2023-03-09 10:42:27 -08:00
styles drafts: Space draft message content from restore draft button by 5px. 2023-03-08 11:33:53 -08:00
templates settings: Improve wording of "Show API key" modal. 2023-03-08 18:48:37 -08:00
tests people: Add function get participants from user_ids_string. 2023-03-07 15:43:03 -08:00
third css: Remove code elements from bootstrap.css. 2023-03-02 13:32:50 -08:00
.browserslistrc webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
.gitignore
babel.config.js webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
debug-require-webpack-plugin.ts
debug-require.js
postcss.config.js webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
webpack.assets.json webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
webpack.config.ts webpack: Build a ZULIP_VERSION global constant into the built product. 2023-03-07 10:51:45 -08:00
webpack.dev-assets.json webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00