diff --git a/package.json b/package.json index fc28767..b0ed7c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.84.1", + "version": "1.85.0", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view", "main": "index.js", "scripts": { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6ff6e62..af86be1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,19 @@ export const viewport: Viewport = { export const metadata: Metadata = { title: 'My Weekly To Do List', - description: 'A simple, designy to-do app.', + description: 'A simple, designy weekly task management app. Plan your week with a beautiful time-grid view.', + openGraph: { + title: 'My Weekly To Do List', + description: 'A simple, designy weekly task management app.', + url: 'https://todo.martin-bierschenk.de', + siteName: 'My Weekly To Do List', + type: 'website', + }, + twitter: { + card: 'summary', + title: 'My Weekly To Do List', + description: 'A simple, designy weekly task management app.', + }, appleWebApp: { capable: true, statusBarStyle: 'default', diff --git a/src/components/AuthForm.tsx b/src/components/AuthForm.tsx index 406a2dc..c091bc8 100644 --- a/src/components/AuthForm.tsx +++ b/src/components/AuthForm.tsx @@ -28,8 +28,8 @@ const AuthForm: React.FC = ({ type, onSubmit, isLoading, error })
-
- + @@ -44,10 +44,10 @@ const AuthForm: React.FC = ({ type, onSubmit, isLoading, error })
{error && ( -
+