nandi/gleanpublic Fork 0
a86e383
Commits
Clone
git clone https://git.rickub.com/nandi/glean.git
git clone ssh://git@rickub.com/nandi/glean.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

fix: fix pwa orientationUnverified

Julien Robert committed 2026-06-16T17:47:28+02:00 Browse files
a86e383 parent: 1aac931
modified static/manifest.json +1 -1
@@ -5,7 +5,7 @@
55 "start_url": "/dashboard",
66 "scope": "/",
77 "display": "standalone",
8- "orientation": "any",
8+ "orientation": "portrait",
99 "background_color": "#0a1814",
1010 "theme_color": "#00754A",
1111 "categories": ["news", "social", "productivity"],
@@ -5,7 +5,7 @@
5 "start_url": "/dashboard",5 "start_url": "/dashboard",
6 "scope": "/",6 "scope": "/",
7 "display": "standalone",7 "display": "standalone",
8- "orientation": "any",8+ "orientation": "portrait",
9 "background_color": "#0a1814",9 "background_color": "#0a1814",
10 "theme_color": "#00754A",10 "theme_color": "#00754A",
11 "categories": ["news", "social", "productivity"],11 "categories": ["news", "social", "productivity"],