From 6bf0581497a3281a1fffe363b021b960dba77c7d Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Fri, 26 Dec 2025 17:49:37 +0100 Subject: [PATCH] tables support --- k-notes-frontend/src/components/layout.tsx | 2 +- k-notes-frontend/src/components/note-card.tsx | 2 +- .../src/components/ui/sidebar.tsx | 8 +++--- k-notes-frontend/src/hooks/use-mobile.ts | 2 +- k-notes-frontend/src/index.css | 3 +++ k-notes-frontend/src/pages/dashboard.tsx | 25 ++++++++++--------- 6 files changed, 23 insertions(+), 19 deletions(-) diff --git a/k-notes-frontend/src/components/layout.tsx b/k-notes-frontend/src/components/layout.tsx index f856b36..45cac7e 100644 --- a/k-notes-frontend/src/components/layout.tsx +++ b/k-notes-frontend/src/components/layout.tsx @@ -34,7 +34,7 @@ export default function Layout() { -
+
diff --git a/k-notes-frontend/src/components/note-card.tsx b/k-notes-frontend/src/components/note-card.tsx index 12022b8..babc6a3 100644 --- a/k-notes-frontend/src/components/note-card.tsx +++ b/k-notes-frontend/src/components/note-card.tsx @@ -141,7 +141,7 @@ export function NoteCard({ note }: NoteCardProps) { ))}
-
+
diff --git a/k-notes-frontend/src/components/ui/sidebar.tsx b/k-notes-frontend/src/components/ui/sidebar.tsx index 30638ac..4a2113c 100644 --- a/k-notes-frontend/src/components/ui/sidebar.tsx +++ b/k-notes-frontend/src/components/ui/sidebar.tsx @@ -207,7 +207,7 @@ function Sidebar({ return (