9d77fca0090a53a0b74e62aa415d1fcf303f156e
- Add types to all function parameters and return values - Replace getEl() with native document.querySelector() throughout - Fix removeEventListener bug (was removing wrong function reference) - Fix disabled property: use boolean true/false instead of strings - Add ElementHandlerConfig labeled tuple type for conditionalElementHandler Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
62.4%
JavaScript
17.5%
CSS
14.9%
HTML
3.8%
TypeScript
0.6%
Other
0.7%