lukas 656a96f55c Fix A() component
Replaced single `url` parameter with explicit `url_name` (URL pattern name resolved via `reverse()`) and `href` (literal path). Fixes:
- Silent fallback (typos like `"ad_puchase"` silently became broken links) → now raises `NoReverseMatch` at render time
- `type(url) is str` gate → removed (implicit dual-mode eliminated entirely)
- Callable parameter (`url: Callable`) dead code → removed
- Implicit dual-mode (`url="name"` vs `url=reverse("name")`) → `url_name` vs `href` are now mutually exclusive params
- Inconsistent type annotation mixing `Callable` with string default → cleaned up
- Added `ValueError` when both `url_name` and `href` are provided
- Updated all 10 call sites across 6 view files and internal callers (`LinkedPurchase()`, `NameWithIcon()`)
2026-05-12 09:01:05 +02:00
2024-11-09 11:56:20 +01:00
2023-01-16 19:46:15 +01:00
2026-01-30 11:49:39 +01:00
2025-03-22 20:58:30 +01:00
2026-05-12 09:01:05 +02:00
2026-05-12 09:01:05 +02:00
2026-05-12 09:01:05 +02:00
2026-05-11 20:22:23 +02:00
2023-11-16 16:27:41 +01:00
2023-11-16 16:30:17 +01:00
2024-08-08 14:48:20 +02:00
2024-08-08 14:49:09 +02:00
2023-01-20 17:15:53 +01:00
2024-11-09 11:56:20 +01:00
2023-01-20 17:15:53 +01:00
2023-11-16 16:27:41 +01:00
2026-01-30 11:49:39 +01:00
2026-01-27 21:30:04 +01:00
2026-01-29 13:17:04 +01:00
2024-08-11 17:24:26 +02:00
2026-02-17 22:14:16 +01:00
2026-01-30 11:49:39 +01:00
2026-01-29 12:56:45 +01:00
2026-01-30 11:49:39 +01:00

Timetracker

A simple game catalogue and play session tracker.

Development

The project uses pyenv to manage installed Python versions. If you have pyenv installed, you can simply run:

make init

This will make sure the correct Python version is installed, and it will install all dependencies using poetry. Afterwards, you can start the development server using make dev.

S
Description
No description provided
Readme 11 MiB
2026-05-12 16:36:46 +00:00
Languages
Python 43.7%
CSS 28.1%
HTML 24%
JavaScript 3.3%
Dockerfile 0.4%
Other 0.5%