admin
a6bc6941d4
refactor(splash): convert Skip to explicit guest login flow
...
- Splash Skip button now dispatches `AuthGuestLoginSubmitted` instead of
direct routing, keeping guest auth under the state machine
- Update PWA install dialog copy ("Add to Home Screen") and drop favicon
entry from manifest icons
- Add debug logging and routing sequence docs to splash-button
2026-06-11 15:58:48 +08:00
admin
e557f084c4
feat: add PWA icons (192x192 and 512x512) to web manifest
...
Include new splash icons in public/manifest.json to support Progressive Web App installation and display across various device resolutions.
2026-06-11 15:18:25 +08:00
admin
90bb711a45
feat(auth): redesign auth UI to match Dart original
...
- Full-bleed bg_login.png background outside 500px MobileShell
- Facebook landing: logo + Facebook pill button + "Other Sign In Options" link
- Replace centered Dialog with true bottom sheet (drag handle, top radius 28px)
- Email panel: internal login/register toggle, no separate route
- Pink gradient primary button (#f96ADE → #f657A0)
- Pill input fields (46px, white, radius 24, pink 10% shadow)
- Pink circular checkbox + bold Privacy/Terms rich text (visual only, non-blocking)
- Floating 40x40 white back button (top:20/left:20)
- Wire AuthPanelModeChanged dispatch for panel switching
- New design tokens (--color-auth-*, --auth-*, --radius-bottom-sheet)
- New generic BottomSheet component
- Copy ic-logo-login.png (+@2x, +@3x) from Dart assets
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2026-06-10 14:29:30 +08:00
admin
4e27b4c512
build: drop next-pwa and switch to default Next 16 build
2026-06-10 14:24:51 +08:00
admin
d768bf1f9e
refactor(svg): remove unused SVG files from the public directory
2026-06-10 13:19:18 +08:00
admin
cd693b75ae
feat: integrate PWA support with @ducanh2912/next-pwa
...
Configure Progressive Web App capabilities for production builds, enabling offline support and installability. PWA is disabled in dev to avoid HMR conflicts, and switches the build to webpack since PWA tooling requires it.
2026-06-10 13:18:26 +08:00
admin
e2f60bc4f2
feat(assets): add initial fonts and image assets
2026-06-09 15:47:20 +08:00
admin
6e15715e67
Initial commit from Create Next App
2026-06-05 19:09:20 +08:00