Skip to content

Commit

Permalink
Prevent viewport scale.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbicus committed Nov 14, 2024
1 parent 48b0717 commit 8cf6e1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
4 changes: 2 additions & 2 deletions plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cf6e1b

Please sign in to comment.