Phase 2: scaffold Waiter PWA — React+Vite, PWA manifest, all pages and components

This commit is contained in:
2026-04-20 12:03:26 +03:00
parent 803358e52c
commit 36cc67dbbc
30 changed files with 8129 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
export default function ConnectionBanner() {
return (
<div style={{
background: '#7f1d1d',
color: '#fca5a5',
textAlign: 'center',
padding: '8px 16px',
fontSize: 13,
fontWeight: 600,
}}>
Cannot reach the system check your WiFi
</div>
)
}