ui: cache derived catalog views

This commit is contained in:
a.tolmachev
2026-04-12 02:32:21 +03:00
parent 4d7b11ec96
commit d85f7ddf05
2 changed files with 95 additions and 15 deletions
+5 -5
View File
@@ -2,18 +2,18 @@
## Current
### `feat/frontend-performance-polish`
### `feat/frontend-observability-and-testability`
Status: in_progress
DoD:
- repeated O(n) filtering in hot render paths is removed
- tab counts and similar derived UI metrics use cached/derived snapshots instead of recomputing the same filters
- existing UI e2e coverage stays green after the performance polish
- UI modules expose stable hooks for diagnostics and targeted testing where the current DOM is ambiguous
- console/runtime failures on critical pages are easier to attribute to a concrete page module
- existing UI e2e coverage stays green after the observability/testability pass
## Next
- `feat/frontend-observability-and-testability`
- `feat/id-display-support`
## Backlog