spinline
2e37297a13
fix: Replace tracing with log in frontend
...
Frontend uses log crate, not tracing. Replaced all tracing:: calls with log:: calls to fix CI build.
2026-02-05 23:59:58 +03:00
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
373da566be
feat: Add push notification support with VAPID keys
...
- Backend: web-push integration with VAPID keys
- Push subscription endpoints (GET /api/push/public-key, POST /api/push/subscribe)
- In-memory subscription store
- Frontend: Auto-subscribe to push after notification permission granted
- Service Worker: Push event handler
- Send push notifications when torrents complete
- Works even when browser is closed
2026-02-05 23:53:23 +03:00
spinline
f2ca731827
fix(frontend): fix toast positioning with wrapper div and inline styles
2026-02-05 21:11:36 +03:00
spinline
718fed554f
fix(frontend): fix toast positioning - move outside drawer, use fixed position
2026-02-05 21:02:47 +03:00
spinline
e2a8e17eae
feat: implement notification system and backoff strategy for rTorrent polling
2026-02-05 18:31:42 +03:00
spinline
89ab0c4ad6
fix(ui): restore h-screen with dvh fallback for correct layout and scrolling
2026-02-01 17:36:34 +03:00
spinline
8f8a08fd2c
fix(ui): remove mobile selection ring and use dvh for layout height
2026-02-01 17:24:18 +03:00
spinline
4286c8f3e3
fix: remove remaining sidebar fade animations
2026-02-01 14:59:26 +03:00
spinline
b7199cab43
feat: implement mobile card view and remove transition animations
2026-02-01 14:51:53 +03:00
spinline
8f7af0d1f8
feat: implement mobile PWA card design, refine toolbar and status bar
2026-02-01 13:46:31 +03:00
spinline
432bc7b9e9
feat: Implement PWA support, responsive drawer layout, and custom context menu
2026-01-31 20:19:42 +03:00
spinline
97c5378a71
feat: Implement functional torrent tables and sidebar filters with real-time SSE updates
2026-01-31 16:47:13 +03:00
spinline
202ee1340b
feat(frontend): rewrite frontend with minimal Transmission-like design using DaisyUI
2026-01-31 14:35:16 +03:00
spinline
892cb02b98
refactor(frontend): rewrite with Thaw UI components and inline modal
2026-01-31 14:15:05 +03:00
spinline
e61dd7b19d
fix: use Signal::derive for reactive class prop to satisfy MaybeSignal bound
2026-01-31 13:56:34 +03:00
spinline
bcbdbbfa71
fix: explicit string conversion for MaybeSignal in App.rs
2026-01-31 13:53:02 +03:00
spinline
63ccf430de
fix: compilation errors in Button component and App.rs
2026-01-31 13:51:01 +03:00
spinline
63128f8501
feat: integrate shadcn/ui, add Button component, and refactor App UI
2026-01-31 13:47:48 +03:00
spinline
52fd512554
fix: resolve context menu race condition and add debug logs
2026-01-31 13:30:23 +03:00
spinline
aa7bfaf6f5
feat: add delete confirmation modal and fix unsafe file deletion
2026-01-31 13:17:48 +03:00
spinline
21ff936b3e
fix: Refactor mobile sidebar to use click instead of touchstart
2026-01-31 13:06:16 +03:00
spinline
e8d025a193
fix: Make mobile header sticky/fixed and adjust content padding
2026-01-31 01:05:49 +03:00
spinline
537d3c5312
fix: Prevent ghost clicks on mobile sidebar backdrop
2026-01-31 01:02:53 +03:00
spinline
bf3e517a76
fix: Restore touchstart handler for maximum reliability
2026-01-31 01:02:18 +03:00
spinline
7667383686
refactor: Remove touchstart handler, rely on body scroll lock
2026-01-31 00:53:30 +03:00
spinline
a98fba06cd
fix: Lock body scroll when mobile sidebar is open
2026-01-31 00:49:07 +03:00
spinline
3b2063ae0a
fix: Use touchstart event for mobile sidebar backdrop
2026-01-31 00:43:53 +03:00
spinline
d9030ce4ac
fix: Add cursor-pointer for iOS Safari backdrop click
2026-01-31 00:34:23 +03:00
spinline
9ec5b7cf52
fix: responsive sidebar backdrop closing on mobile
2026-01-31 00:26:32 +03:00
spinline
969f21511a
fix: Frontend reactivity and style updates
2026-01-31 00:12:52 +03:00
spinline
16fbf7306a
fix: Resolve UI reactivity issues by including name, status, and size in partial updates
2026-01-30 18:54:54 +03:00
spinline
203a436a04
fix: Remove unused import warning in frontend
2026-01-30 18:40:21 +03:00
spinline
90605ded56
feat: Refactor VibeTorrent v3 with shared crate, fine-grained updates, tracing, and middleware optimization
2026-01-30 18:38:09 +03:00
spinline
8c5c95cb8a
fix: Robust click-outside handler for mobile sidebar
2026-01-30 01:26:42 +03:00
spinline
8216f0556a
style: Fix unused variable and import warnings
2026-01-30 00:57:16 +03:00
spinline
5052a1787a
feat: Initial release with MIPS support
2026-01-29 23:17:19 +03:00