feat(FRE-596): add PWA setup and responsive design
- Register service worker for offline caching (app shell + API responses) - Link manifest.json in index.html with updated theme colors - Update manifest start_url to /app/dashboard for PWA experience - Add comprehensive team management CSS with responsive breakpoints - Add alert, loading, and danger button styles - Mobile-first responsive layout for team list and detail views
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#518ac8" />
|
||||
<meta name="theme-color" content="#0a0a0a" />
|
||||
<meta name="description" content="Scripter — Write Faster. The modern screenwriting platform built for how you actually work." />
|
||||
<meta name="keywords" content="screenwriting, screenplay, writing software, Final Draft alternative, collaboration" />
|
||||
<meta property="og:title" content="Scripter — Write Faster" />
|
||||
@@ -11,6 +11,7 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<link rel="icon" type="image/png" href="/src-tauri/32x32.png" />
|
||||
<link rel="apple-touch-icon" href="/src-tauri/128x128.png" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<title>Scripter — Write Faster</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user