zulip/web
Aman Agrawal 1c7c8cede8 recent_view: Fix marking topic as read resulting in error.
Since we were trying to close dialog widget regardless of caller
after marking messages as read, it results in an error if the dialog
widget is not open especially since there was no dialog widget
involved in the process.

So, track the id of the dialog widget which called the `read` `op`
and operate on it based on it's status if there was a dialog
widget involved.
2024-05-15 12:02:57 -07:00
..
e2e-tests dialog_widget: Assign each dialog widget a unique id. 2024-05-15 12:02:57 -07:00
generated
html
images onboarding_steps: Remove hotspot as an onboarding_step. 2024-05-10 12:30:22 -07:00
server katex_server: Fix implicit use of any. 2024-05-04 18:53:34 -07:00
shared submessage: Fix implicit use of any. 2024-05-06 11:31:34 -07:00
src recent_view: Fix marking topic as read resulting in error. 2024-05-15 12:02:57 -07:00
styles invite: Fix margins around subscriptions banner. 2024-05-15 10:59:05 -07:00
templates dialog_widget: Assign each dialog widget a unique id. 2024-05-15 12:02:57 -07:00
tests upload: Convert module to TypeScript. 2024-05-15 10:53:09 -07:00
third typeahead: Use tippy to position typeaheads without a specified parent. 2024-05-08 10:05:27 -07:00
.browserslistrc
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2024-04-25 16:46:03 -07:00
debug-require-webpack-plugin.ts
debug-require.js
postcss.config.js eslint: Fix unicorn/no-anonymous-default-export. 2024-04-25 16:46:03 -07:00
webpack.assets.json common: Remove copy_data_attribute_value. 2024-05-03 12:45:46 -07:00
webpack.config.ts eslint: Fix unicorn/no-anonymous-default-export. 2024-04-25 16:46:03 -07:00
webpack.dev-assets.json