PlayXman / app-msa

MediaStorage App - small personal "database" of various media (movies, games, books, etc.).
MIT License
0 stars 0 forks source link

Improve item list rerender #48

Closed PlayXman closed 8 months ago

PlayXman commented 2 years ago

If a search is applied and only a few items are displayed, remove the filter (click "x" button in the search bar), and the app briefly freezes. This should be possible to fix with recursive rerender (one item at a time) or with better state manipulation.

PlayXman commented 8 months ago

Resolved in #58