Datei-basiertes CMS für Projekte implementiert und Scroll-Animationen hinzugefügt

This commit is contained in:
2026-01-15 18:55:20 +01:00
parent 96ea52f368
commit bd966014af
6 changed files with 536 additions and 220 deletions

View File

@@ -20,8 +20,10 @@ leptos_axum = { version = "0.8.0", optional = true }
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "sqlite", "chrono"], optional = true }
serde = "1.0.228"
web-sys = { version = "0.3.83", features = ["Window", "Document", "Element", "HtmlElement"] }
web-sys = { version = "0.3.83", features = ["Window", "Document", "Element", "HtmlElement", "IntersectionObserver", "IntersectionObserverEntry", "IntersectionObserverInit", "DomRectReadOnly"] }
gloo-events = "0.1"
serde_json = "1.0.149"
js-sys = "0.3.85"
[features]
hydrate = ["leptos/hydrate", "dep:console_error_panic_hook", "dep:wasm-bindgen"]