mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
Previously, when you did a "mark as unread from here" operation, we triggered a full rerender of both the recent topics view and the message feed. This was needlessly expensive, on and a large server with a somewhat busy CPU from other applications, can cause a visible lag, even when the message feed that you're looking at only has like 3 messages in it. Improve this by passing the set of modified messages to the rerender. There's likely further improvements to be made here -- we shouldn't need to do more than toggle the unread markers -- but this should be good enough to eliminate the visible lag. Fixes #24263. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.js | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||