From 8cf6e1b7091439e76725bb924c1854bd9e53acef Mon Sep 17 00:00:00 2001 From: lukasbicus Date: Thu, 14 Nov 2024 20:30:26 +0100 Subject: [PATCH] Prevent viewport scale. --- app/layout.tsx | 3 +++ plan.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index fafe98b..378430a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -30,6 +30,9 @@ export const metadata: Metadata = { export const viewport: Viewport = { width: 'device-width', initialScale: 1, + maximumScale: 1, + minimumScale: 1, + userScalable: false, }; export default function RootLayout({ diff --git a/plan.md b/plan.md index 5ad45bf..0afe91e 100644 --- a/plan.md +++ b/plan.md @@ -75,10 +75,10 @@ Features: # bugs -- [ ] disable app zoom +- [x] disable app zoom - [ ] hide PWA top top bar - [ ] buy a domain? -- [ ] update author section - engage bug reporting + feature requests +- [x] update author section - engage bug reporting + feature requests - [x] create card - [x] fix color/icon selection on mobile - [x] remove palette button for picking colors