feat: ability to view tasks in different categories

This commit is contained in:
2024-08-31 10:47:49 +02:00
parent 765e0a1770
commit 28143a7088
29 changed files with 1127 additions and 169 deletions

View File

@ -7,7 +7,7 @@ use dioxus::prelude::*;
pub(crate) fn App() -> Element {
rsx! {
div {
class: "min-h-screen text-white bg-neutral-800",
class: "min-h-screen text-zinc-200 bg-zinc-800",
Router::<Route> {}
}
}