Area: Performance
Priority: Low
Estimated Time: 1.5 hours
Description:
With cursor pagination already supporting large vault counts (#112), confirm the vault list's
per-row rendering (status icons, chips) doesn't do redundant work (e.g., re-decoding the same
vector icon per row) that would show up as jank once a user scrolls through 100+ vaults, especially
combined with #218's proposed search/filter feature.
Tasks:
- Profile
VaultListScreen/its iOS equivalent scrolling through a large (100+) vault list
- Fix any redundant per-row icon/asset decoding found
- Add the large-list scroll scenario to performance/benchmark testing
Area: Performance
Priority: Low
Estimated Time: 1.5 hours
Description:
With cursor pagination already supporting large vault counts (
#112), confirm the vault list'sper-row rendering (status icons, chips) doesn't do redundant work (e.g., re-decoding the same
vector icon per row) that would show up as jank once a user scrolls through 100+ vaults, especially
combined with
#218's proposed search/filter feature.Tasks:
VaultListScreen/its iOS equivalent scrolling through a large (100+) vault list