003e6ebe155988ab0709a267f742ed081643be4e
Introduce a general 'prefetch' option (rows to load on first open, default 0 = unchanged) carried as data-prefetch. Rework the JS search so a search_url widget filters its loaded window instantly on every keystroke while issuing a debounced server request for the rest, with an AbortController so a slower earlier response can never overwrite a newer one. No-results stays hidden until the server response decides it, avoiding a flash over an incomplete window. On first focus a prefetch-enabled widget seeds its window immediately. Rename single-letter locals to full words while reworking these functions. https://claude.ai/code/session_01XzhXvMvw42CQGc9kmin3GS
Timetracker
A simple game catalogue and play session tracker.
Development
The project uses uv to manage Python versions and dependencies.
Simply run:
make init
This installs the correct Python version, syncs all dependencies, and installs npm packages.
Afterwards, you can start the development server using make dev.
Description
Releases
23
Languages
Python
64.8%
CSS
21%
JavaScript
8.1%
HTML
5.4%
Dockerfile
0.3%
Other
0.4%