Phase 17: UI Optimization & Polish #24
+3
-1
@@ -3,8 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="theme-color" content="#4A90D9" />
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||||||
|
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
|
||||||
|
<meta name="theme-color" content="#e8915a" />
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||||
<meta name="apple-mobile-web-app-title" content="FamilySync" />
|
<meta name="apple-mobile-web-app-title" content="FamilySync" />
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
* 10% accent band — ONLY for event chip fills and color legend swatches.
|
* 10% accent band — ONLY for event chip fills and color legend swatches.
|
||||||
* ───────────────────────────────────────────────────────────────────────── */
|
* ───────────────────────────────────────────────────────────────────────── */
|
||||||
|
|
||||||
--color-member-0: #4a90d9;
|
--color-member-0: #e8915a; /* brand accent — warm amber (approved 17-02 checkpoint) */
|
||||||
--color-member-1: #50c878;
|
--color-member-1: #50c878;
|
||||||
--color-member-2: #f5a623;
|
--color-member-2: #f5a623;
|
||||||
--color-member-3: #9b59b6;
|
--color-member-3: #9b59b6;
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ export default defineConfig({
|
|||||||
name: 'FamilySync',
|
name: 'FamilySync',
|
||||||
short_name: 'FamilySync',
|
short_name: 'FamilySync',
|
||||||
description: 'Family calendar and lists',
|
description: 'Family calendar and lists',
|
||||||
theme_color: '#4A90D9',
|
theme_color: '#e8915a',
|
||||||
background_color: '#ffffff',
|
background_color: '#ffffff',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
scope: '/',
|
scope: '/',
|
||||||
@@ -38,7 +38,7 @@ export default defineConfig({
|
|||||||
icons: [
|
icons: [
|
||||||
{ src: '/icon-192.png', sizes: '192x192', type: 'image/png' },
|
{ src: '/icon-192.png', sizes: '192x192', type: 'image/png' },
|
||||||
{ src: '/icon-512.png', sizes: '512x512', type: 'image/png' },
|
{ src: '/icon-512.png', sizes: '512x512', type: 'image/png' },
|
||||||
{ src: '/icon-512.png', sizes: '512x512', type: 'image/png', purpose: 'maskable' },
|
{ src: '/icon-maskable-512.png', sizes: '512x512', type: 'image/png', purpose: 'maskable' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user