From 8deb256b7f80c5cd4813caa237eb419c93a9fb1d Mon Sep 17 00:00:00 2001
From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com>
Date: Sat, 22 Feb 2025 16:02:11 +0100
Subject: [PATCH 1/8] remove daisyui from config
---
apps/hub/tailwind.config.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/hub/tailwind.config.ts b/apps/hub/tailwind.config.ts
index 42346bcf..da4a1eb3 100644
--- a/apps/hub/tailwind.config.ts
+++ b/apps/hub/tailwind.config.ts
@@ -6,5 +6,5 @@ export default {
'./components/**/*.{js,ts,jsx,tsx,mdx}',
'./app/**/*.{js,ts,jsx,tsx,mdx}',
],
- plugins: [require('daisyui')],
+ /* plugins: [require('daisyui')], */
} satisfies Config;
--
2.49.1
From 06e8f9e92a9697b0dc74bb996dd42f7e79c5752f Mon Sep 17 00:00:00 2001
From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com>
Date: Sat, 22 Feb 2025 16:03:47 +0100
Subject: [PATCH 2/8] migrate to tw 4 and daisy 5
---
apps/hub/app/(app)/layout.tsx | 4 +-
apps/hub/app/globals.css | 22 +-
apps/hub/package.json | 5 +-
apps/hub/postcss.config.mjs | 2 +-
apps/hub/tailwind.config.ts | 10 -
package-lock.json | 1005 +++------------------------------
6 files changed, 99 insertions(+), 949 deletions(-)
delete mode 100644 apps/hub/tailwind.config.ts
diff --git a/apps/hub/app/(app)/layout.tsx b/apps/hub/app/(app)/layout.tsx
index d169595b..62c51cc4 100644
--- a/apps/hub/app/(app)/layout.tsx
+++ b/apps/hub/app/(app)/layout.tsx
@@ -35,12 +35,12 @@ export default async function RootLayout({
-
-
-
-
+ + + +
+ } /> > ); diff --git a/apps/hub/app/(app)/admin/user/page.tsx b/apps/hub/app/(app)/admin/user/page.tsx index 02ee1736..d423e913 100644 --- a/apps/hub/app/(app)/admin/user/page.tsx +++ b/apps/hub/app/(app)/admin/user/page.tsx @@ -1,34 +1,36 @@ -import { User2 } from "lucide-react"; -import { PaginatedTable } from "../../../_components/PaginatedTable"; +import { User2 } from 'lucide-react'; +import { PaginatedTable } from '../../../_components/PaginatedTable'; export default async () => { return ( <> -
-