PlayXman / app-msa

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

Cache last downloaded media list #75

Closed PlayXman closed 5 months ago

PlayXman commented 6 months ago

Load the last downloaded list of media items from the cache (Indexed DB). This improves the time to first render time significantly. The user will see a list from the first second and a list silently auto-updates in the background while the user already interacts with the UI.

PlayXman commented 6 months ago

Move infolinks, search, and search info link to Media class and its children.