mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
It was found that adding or removing an item from a group or channel list updated the list correctly initially. However, when revisiting the group or channel list tab, the removed item was still present. The item was only removed after closing and reopening the user profile menu popover. This commit fixes the bug by correctly fetching the data and live-updating the list. Also, we used to re-render the groups and channels list everytime we opened the groups or channels tab. Now, we render the list only once when the corresponding tab is opened for the first time. Fixes: #33071 |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| server | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.cjs | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||