Commit graph

4 commits

Author SHA1 Message Date
5e653407f2
chore(docs): set up initial Hugo scaffolding 2025-06-18 12:17:49 +02:00
a57e301d16
feat(server): implement infinite scroll table for sessions page
A query type is introduced along with the ToQuery trait to convert types
into queries. A query can then be properly formatted as a URL query
parameter string, allowing us to pass arbitrary safely typed query
parameters to the Tera templates. This is then used by HTMX to request
the next page of content once the last row of a table is visible.
2025-06-17 11:09:18 +02:00
82d914ebbb
chore: fix static release binaries using zigbuild 2025-06-06 13:48:45 +02:00
275d249320
chore: update to edition 2024; update packages; rename some stuff 2025-06-06 12:50:30 +02:00