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:
parent
68b2b1beb4
commit
a57e301d16
9 changed files with 84 additions and 10 deletions
2
Justfile
2
Justfile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue