- the Suspense fallback (shown on every cold load while the app chunk loads, longer on slow/mobile connections) was a plain monospace 'Loading amerc…' - replace with a branded screen: a pulsing cyan gem over 'amerc' in gold Georgia on a dark radial background, matching the logo + error-boundary look - respects prefers-reduced-motion - also audited the public mobile surfaces (agent modal, status, changelog) — all mobile-safe (modal is width:min(640px,96vw) + scroll) - verified the loading screen renders (blocked the app chunk to capture it)
19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.78.0-loadscreen",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|