feat: Redesign frontend with Astro/React and implementation of web-based setup wizard

This commit is contained in:
Brooklyn
2026-01-08 20:43:27 -05:00
parent a3fb535c8d
commit c40caef7e6
29 changed files with 1902 additions and 1600 deletions

View File

@@ -36,8 +36,6 @@ tokio-stream = { version = "0.1", features = ["sync"] }
thiserror = "2.0.17"
notify = { version = "6" }
reqwest = { version = "0.12", features = ["json"] }
askama = { version = "0.12", features = ["with-axum"] }
askama_axum = "0.4"
rust-embed = { version = "8", features = ["axum"] }
mime_guess = "2.0"
async-trait = "0.1"