feat: UI overhaul

This commit is contained in:
2026-01-28 16:19:43 +01:00
parent 472b33688d
commit e730d66f9e
35 changed files with 580 additions and 699 deletions

View File

@@ -13,7 +13,7 @@ pub(crate) fn NavigationItem<I: IconShape + Clone + PartialEq + 'static>(
Link {
to: route.clone(),
class: format!(
"py-2.5 flex flex-row justify-center items-center",
"py-2.5 flex flex-row justify-center items-center hover:*:bg-gray-900 active:*:text-gray-400",
),
div {
class: format!("pt-2.5 px-4 {} transition-all duration-150",