Commit Graph

15 Commits

Author SHA1 Message Date
spinline
bffc72391a feat: Add iOS push notification support (iOS 16.4+)
- Platform detection utilities (is_ios, is_standalone, supports_push)
- iOS-specific meta tags and Apple touch icons
- Auto-detect iOS and show user-friendly message when not in standalone mode
- Enhanced Service Worker with iOS-compatible notification options
- Comprehensive iOS push notification documentation
- manifest.json scope for PWA compliance
- Only works when added to Home Screen (iOS Safari limitation)
2026-02-05 23:57:08 +03:00
spinline
3efe60a0f0 feat(pwa): add PWA support and browser notifications for critical events 2026-02-05 22:25:31 +03:00
spinline
0b935638af fix(frontend): disable broken service worker registration 2026-02-05 21:04:42 +03:00
spinline
ebd6d55468 fix(ui): ensure default theme is set correctly in incognito mode 2026-02-05 00:10:14 +03:00
spinline
19f6e11601 fix(ui): remove outline, fix mobile context menu close, and improve pwa viewport 2026-02-01 17:08:23 +03:00
spinline
8064d6ae74 feat: Mobile PWA improvements
- Implemented responsive card layout for mobile devices
- Fixed Android bottom navigation bar color matching
- Improved mobile context menu (iOS/Android touch fixes)
- Cleaned up toolbar and updated theme icon
2026-02-01 15:24:06 +03:00
spinline
432bc7b9e9 feat: Implement PWA support, responsive drawer layout, and custom context menu 2026-01-31 20:19:42 +03:00
spinline
591d09c36d fix(frontend): enforce dark theme default and explicit daisyui config 2026-01-31 19:45:42 +03:00
spinline
27fd02b9c9 fix(frontend): robust loading spinner removal using css class 2026-01-31 14:47:08 +03:00
spinline
202ee1340b feat(frontend): rewrite frontend with minimal Transmission-like design using DaisyUI 2026-01-31 14:35:16 +03:00
spinline
750195e28e fix(build): Disable wasm-opt (0) to resolve validation errors, keep Rust z-opt 2026-01-30 01:52:59 +03:00
spinline
f541aabc8a fix(build): Downgrade optimization to 's' to fix wasm-opt compatibility 2026-01-30 01:49:39 +03:00
spinline
f185660ac4 fix(build): Disable bulk-memory feature to satisfy wasm-opt 2026-01-30 01:46:58 +03:00
spinline
03fae58e8b fix(build): Enable bulk memory for wasm-opt 2026-01-30 01:44:58 +03:00
spinline
5052a1787a feat: Initial release with MIPS support 2026-01-29 23:17:19 +03:00