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.
This commit is contained in:
Jef Roosens 2025-06-17 11:09:18 +02:00
parent 68b2b1beb4
commit a57e301d16
No known key found for this signature in database
GPG key ID: 21FD3D77D56BAF49
9 changed files with 84 additions and 10 deletions

View file

@ -46,7 +46,7 @@ run:
--log debug
doc:
cargo doc --workspace --frozen
cargo doc --workspace --frozen --open
publish-release-binaries tag: build-release-static
curl \