Compare commits

..

1 Commits

Author SHA1 Message Date
203760ff14 Add form component
Some checks failed
Push Workflows / rustfmt (push) Successful in 5s
Push Workflows / tailwind-build (push) Successful in 6s
Push Workflows / clippy (push) Failing after 1m15s
Push Workflows / test (push) Failing after 1m22s
Push Workflows / docs (push) Successful in 1m25s
Push Workflows / build (push) Failing after 2m8s
Push Workflows / nix-build (push) Failing after 5m6s
2026-07-08 21:12:04 -04:00
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -2419,7 +2419,6 @@ dependencies = [
"diesel-async",
"diesel_migrations",
"dioxus",
"dioxus-html",
"dotenvy",
"fred",
"getrandom 0.4.3",

View File

@@ -17,7 +17,6 @@ diesel = { version = "2.3.10", optional = true, features = ["chrono"] }
diesel-async = { version = "0.9.1", optional = true, features = ["postgres", "deadpool", "migrations"] }
diesel_migrations = { version = "2.3.2", optional = true }
dioxus = { version = "0.7.9", features = ["router", "fullstack"] }
dioxus-html = "0.7.9"
dotenvy = { version = "0.15.7", optional = true }
fred = { version = "10.1.0", optional = true }
lucide-dioxus = { version = "3.11.0", features = ["notifications"] }