diff --git a/apps/dispatch/app/apple-icon.png b/apps/dispatch/app/apple-icon.png new file mode 100644 index 00000000..d27a552d Binary files /dev/null and b/apps/dispatch/app/apple-icon.png differ diff --git a/apps/dispatch/app/dispatch/layout.tsx b/apps/dispatch/app/dispatch/layout.tsx index 514655b8..0874ec84 100644 --- a/apps/dispatch/app/dispatch/layout.tsx +++ b/apps/dispatch/app/dispatch/layout.tsx @@ -5,7 +5,7 @@ import { getServerSession } from "../api/auth/[...nextauth]/auth"; import { Error } from "_components/Error"; export const metadata: Metadata = { - title: "VAR v2: Disponent", + title: "VAR: Disponent", description: "Die neue VAR Leitstelle.", }; diff --git a/apps/dispatch/app/favicon.ico b/apps/dispatch/app/favicon.ico index 718d6fea..014a1fb4 100644 Binary files a/apps/dispatch/app/favicon.ico and b/apps/dispatch/app/favicon.ico differ diff --git a/apps/dispatch/app/icon0.svg b/apps/dispatch/app/icon0.svg new file mode 100644 index 00000000..825f6699 --- /dev/null +++ b/apps/dispatch/app/icon0.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/apps/dispatch/app/icon1.png b/apps/dispatch/app/icon1.png new file mode 100644 index 00000000..18f61aa5 Binary files /dev/null and b/apps/dispatch/app/icon1.png differ diff --git a/apps/dispatch/app/manifest.json b/apps/dispatch/app/manifest.json new file mode 100644 index 00000000..ccf313a3 --- /dev/null +++ b/apps/dispatch/app/manifest.json @@ -0,0 +1,21 @@ +{ + "name": "MyWebSite", + "short_name": "MySite", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/apps/dispatch/app/pilot/layout.tsx b/apps/dispatch/app/pilot/layout.tsx index 60e56fd1..643d28f4 100644 --- a/apps/dispatch/app/pilot/layout.tsx +++ b/apps/dispatch/app/pilot/layout.tsx @@ -5,7 +5,7 @@ import { getServerSession } from "../api/auth/[...nextauth]/auth"; import { Error } from "_components/Error"; export const metadata: Metadata = { - title: "VAR v2: Pilot", + title: "VAR: Pilot", description: "Die neue VAR Leitstelle.", }; diff --git a/apps/dispatch/public/file-text.svg b/apps/dispatch/public/file-text.svg deleted file mode 100644 index 9cfb3c98..00000000 --- a/apps/dispatch/public/file-text.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/apps/dispatch/public/globe.svg b/apps/dispatch/public/globe.svg deleted file mode 100644 index 4230a3d2..00000000 --- a/apps/dispatch/public/globe.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/apps/dispatch/public/next.svg b/apps/dispatch/public/next.svg deleted file mode 100644 index 4f5db824..00000000 --- a/apps/dispatch/public/next.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/apps/dispatch/public/turborepo-dark.svg b/apps/dispatch/public/turborepo-dark.svg deleted file mode 100644 index d56dd064..00000000 --- a/apps/dispatch/public/turborepo-dark.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/apps/dispatch/public/turborepo-light.svg b/apps/dispatch/public/turborepo-light.svg deleted file mode 100644 index 816e1b14..00000000 --- a/apps/dispatch/public/turborepo-light.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/apps/dispatch/public/vercel.svg b/apps/dispatch/public/vercel.svg deleted file mode 100644 index d0794ba2..00000000 --- a/apps/dispatch/public/vercel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/apps/dispatch/public/web-app-manifest-192x192.png b/apps/dispatch/public/web-app-manifest-192x192.png new file mode 100644 index 00000000..f87d350d Binary files /dev/null and b/apps/dispatch/public/web-app-manifest-192x192.png differ diff --git a/apps/dispatch/public/web-app-manifest-512x512.png b/apps/dispatch/public/web-app-manifest-512x512.png new file mode 100644 index 00000000..4ccd6dd3 Binary files /dev/null and b/apps/dispatch/public/web-app-manifest-512x512.png differ diff --git a/apps/dispatch/public/window.svg b/apps/dispatch/public/window.svg deleted file mode 100644 index 7305ca03..00000000 --- a/apps/dispatch/public/window.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - \ No newline at end of file diff --git a/apps/hub/app/(app)/layout.tsx b/apps/hub/app/(app)/layout.tsx index e21449ef..678046b8 100644 --- a/apps/hub/app/(app)/layout.tsx +++ b/apps/hub/app/(app)/layout.tsx @@ -6,8 +6,8 @@ import { redirect } from "next/navigation"; import { getServerSession } from "../api/auth/[...nextauth]/auth"; export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "VAR: Hub", + description: "Virtual Air Rescue Hub", }; export default async function RootLayout({ diff --git a/apps/hub/app/apple-icon.png b/apps/hub/app/apple-icon.png new file mode 100644 index 00000000..d27a552d Binary files /dev/null and b/apps/hub/app/apple-icon.png differ diff --git a/apps/hub/app/favicon.ico b/apps/hub/app/favicon.ico index 718d6fea..014a1fb4 100644 Binary files a/apps/hub/app/favicon.ico and b/apps/hub/app/favicon.ico differ diff --git a/apps/hub/app/icon0.svg b/apps/hub/app/icon0.svg new file mode 100644 index 00000000..825f6699 --- /dev/null +++ b/apps/hub/app/icon0.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/apps/hub/app/icon1.png b/apps/hub/app/icon1.png new file mode 100644 index 00000000..18f61aa5 Binary files /dev/null and b/apps/hub/app/icon1.png differ diff --git a/apps/hub/app/manifest.json b/apps/hub/app/manifest.json new file mode 100644 index 00000000..ccf313a3 --- /dev/null +++ b/apps/hub/app/manifest.json @@ -0,0 +1,21 @@ +{ + "name": "MyWebSite", + "short_name": "MySite", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/apps/hub/public/file.svg b/apps/hub/public/file.svg deleted file mode 100644 index 8c42e62b..00000000 --- a/apps/hub/public/file.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - \ No newline at end of file diff --git a/apps/hub/public/globe.svg b/apps/hub/public/globe.svg deleted file mode 100644 index b160d9cf..00000000 --- a/apps/hub/public/globe.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/apps/hub/public/next.svg b/apps/hub/public/next.svg deleted file mode 100644 index 4f5db824..00000000 --- a/apps/hub/public/next.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/apps/hub/public/vercel.svg b/apps/hub/public/vercel.svg deleted file mode 100644 index 7a9d1080..00000000 --- a/apps/hub/public/vercel.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/apps/hub/public/web-app-manifest-192x192.png b/apps/hub/public/web-app-manifest-192x192.png new file mode 100644 index 00000000..f87d350d Binary files /dev/null and b/apps/hub/public/web-app-manifest-192x192.png differ diff --git a/apps/hub/public/web-app-manifest-512x512.png b/apps/hub/public/web-app-manifest-512x512.png new file mode 100644 index 00000000..4ccd6dd3 Binary files /dev/null and b/apps/hub/public/web-app-manifest-512x512.png differ diff --git a/apps/hub/public/window.svg b/apps/hub/public/window.svg deleted file mode 100644 index b34556bb..00000000 --- a/apps/hub/public/window.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - \ No newline at end of file