album page rendering

This commit is contained in:
Nick Pegg 2025-05-06 15:48:18 -07:00
parent f1c007845a
commit 5e54b84f04
14 changed files with 554 additions and 327 deletions

View file

@ -24,7 +24,7 @@ lint:
cargo clippy
test:
RUST_BACKTRACE=1 cargo test
RUST_BACKTRACE=1 cargo test --release
test-watch: