From 044c270a2ae3c1ea06d32aeff5cb1f40c61c5f97 Mon Sep 17 00:00:00 2001 From: Anthony Saah Date: Fri, 6 Jun 2025 19:05:36 +0000 Subject: [PATCH 1/7] redesign for top buttons --- app/components/nav-header.tsx | 12 ++++++------ uno.config.ts | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/components/nav-header.tsx b/app/components/nav-header.tsx index d93d6ba..19fbba8 100644 --- a/app/components/nav-header.tsx +++ b/app/components/nav-header.tsx @@ -16,7 +16,7 @@ export function NavHeader() { return (
-
+
@@ -27,7 +27,7 @@ export function NavHeader() { {appId && (
Requests diff --git a/uno.config.ts b/uno.config.ts index 14ad68f..d44082c 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -8,9 +8,9 @@ import { } from "unocss"; export default defineConfig({ - content: { - filesystem: ["**/*.{html,js,ts,jsx,tsx,vue,svelte,astro}"], - }, - presets: [presetWind3({ dark: "media" }), presetIcons(), presetForms()], - transformers: [transformerDirectives(), transformerVariantGroup()], + content: { + filesystem: ["app/**/*.{html,js,ts,tsx}"], + }, + presets: [presetWind3({ dark: "media" }), presetIcons(), presetForms()], + transformers: [transformerDirectives(), transformerVariantGroup()], }); From 405d9d21b43f231334bd7e8fede271eed9d37289 Mon Sep 17 00:00:00 2001 From: Anthony Saah Date: Sun, 8 Jun 2025 15:51:44 +0000 Subject: [PATCH 2/7] minor changes; comments resolved --- app/components/nav-header.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/components/nav-header.tsx b/app/components/nav-header.tsx index 19fbba8..a60a32c 100644 --- a/app/components/nav-header.tsx +++ b/app/components/nav-header.tsx @@ -16,7 +16,7 @@ export function NavHeader() { return (
-
+
@@ -27,16 +27,16 @@ export function NavHeader() { {appId && (
@@ -44,7 +44,7 @@ export function NavHeader() { From 455f987a8c5b54d185c6c6375301016f324d9349 Mon Sep 17 00:00:00 2001 From: Anthony Saah Date: Sun, 8 Jun 2025 16:38:54 +0000 Subject: [PATCH 3/7] minor changes; fixed w set for sidebar --- app/routes/app.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/routes/app.tsx b/app/routes/app.tsx index ecd300a..eac0622 100644 --- a/app/routes/app.tsx +++ b/app/routes/app.tsx @@ -32,12 +32,12 @@ export const action = async ({ request }: ActionFunctionArgs) => { export default function AppLayout() { return ( -
-
+
+
-
+
From c18720dfd717a0f105c79059a20a0c5294a6828d Mon Sep 17 00:00:00 2001 From: Anthony Saah Date: Sun, 8 Jun 2025 16:52:16 +0000 Subject: [PATCH 4/7] ui consistency --- app/components/nav-header.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/nav-header.tsx b/app/components/nav-header.tsx index a60a32c..87864c0 100644 --- a/app/components/nav-header.tsx +++ b/app/components/nav-header.tsx @@ -27,7 +27,7 @@ export function NavHeader() { {appId && (
Date: Sun, 8 Jun 2025 17:07:28 +0000 Subject: [PATCH 5/7] reset padding --- app/components/nav-header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/nav-header.tsx b/app/components/nav-header.tsx index 87864c0..0157ad2 100644 --- a/app/components/nav-header.tsx +++ b/app/components/nav-header.tsx @@ -35,7 +35,7 @@ export function NavHeader() { )} > Date: Sun, 8 Jun 2025 17:09:27 +0000 Subject: [PATCH 6/7] reset padding --- app/components/nav-header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/nav-header.tsx b/app/components/nav-header.tsx index 0157ad2..8c60bf7 100644 --- a/app/components/nav-header.tsx +++ b/app/components/nav-header.tsx @@ -35,7 +35,7 @@ export function NavHeader() { )} > Date: Tue, 10 Jun 2025 10:21:35 +0000 Subject: [PATCH 7/7] Added min-w; removed flex-col on max-xl --- app/components/nav-header.tsx | 2 +- app/routes/app.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/nav-header.tsx b/app/components/nav-header.tsx index 8c60bf7..b98a0c4 100644 --- a/app/components/nav-header.tsx +++ b/app/components/nav-header.tsx @@ -16,7 +16,7 @@ export function NavHeader() { return (
-
+
diff --git a/app/routes/app.tsx b/app/routes/app.tsx index eac0622..ad3d9fa 100644 --- a/app/routes/app.tsx +++ b/app/routes/app.tsx @@ -33,7 +33,7 @@ export const action = async ({ request }: ActionFunctionArgs) => { export default function AppLayout() { return (
-
+