diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index 0c20393..aa53c60 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -16,14 +16,11 @@ export default function Dashboard() { return (
- {/* Heading */} -
-

Dashboard

-
-
+
+
); } diff --git a/src-tauri/migrations/2026-06-26-175401-0000_create_databases/up.sql b/src-tauri/migrations/2026-06-26-175401-0000_create_databases/up.sql index b3c8bd2..19db1fd 100644 --- a/src-tauri/migrations/2026-06-26-175401-0000_create_databases/up.sql +++ b/src-tauri/migrations/2026-06-26-175401-0000_create_databases/up.sql @@ -25,4 +25,4 @@ CREATE TABLE identities ( ); -- Create index for foreign key relationship -CREATE INDEX idx_blogs_reference ON blog(reference); \ No newline at end of file +CREATE INDEX idx_blogs_reference ON blog(reference); diff --git a/todo.md b/todo.md index e8c9f74..7abadaa 100644 --- a/todo.md +++ b/todo.md @@ -1 +1,2 @@ 1. Add Environment Switching +2. Widget System on Dashboard