Commit Graph

28 Commits

Author SHA1 Message Date
spinline
14f811fd79 fix: convert sort dropdown to signal-based for iOS Safari 2026-02-06 17:19:47 +03:00
spinline
60fc887327 fix(ios): add vibrate API feature detection for iOS Safari
- iOS Safari doesn't support navigator.vibrate()
- Added feature detection before calling vibrate
- Prevents TypeError on iOS devices
- Haptic feedback still works on Android/Chrome
2026-02-05 23:30:54 +03:00
spinline
e8da646a91 fix(frontend): prevent callback panic by deferring menu close to on_close 2026-02-05 20:55:14 +03:00
spinline
497b39e0ae fix(frontend): use signal-based toast for async contexts 2026-02-05 20:48:40 +03:00
spinline
6c7379483e feat(frontend): add clean-code toast notifications 2026-02-05 20:40:11 +03:00
spinline
6e4a9e2d51 fix: resolve frontend build errors and warnings 2026-02-05 18:49:51 +03:00
spinline
209b7ec2c3 fix(ui): format ETA to be human readable 2026-02-05 00:28:30 +03:00
spinline
564d0c129b fix(ui): improve mobile view contrast by setting background to base-200 2026-02-05 00:19:24 +03:00
spinline
76195584a3 feat(ui): add dedicated Paused filter 2026-02-04 23:45:58 +03:00
spinline
07cfd41cd1 fix(logic): exclude incomplete paused torrents from completed filter 2026-02-04 23:32:02 +03:00
spinline
4b36123264 fix(ui): cleaner rewrite of torrent table without macro comments 2026-02-04 19:50:00 +03:00
spinline
e4a8716502 fix(ui): restore table footer and fix syntax errors 2026-02-04 19:45:48 +03:00
spinline
3b63aa18ac fix(ui): remove accidentally duplicated code block in torrent table 2026-02-04 19:42:48 +03:00
spinline
9f44688a4f feat(ui): add mobile sorting dropdown with native focus implementation 2026-02-04 19:39:37 +03:00
spinline
8f16265107 chore(frontend): remove unused imports and variables 2026-02-03 22:30:43 +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
542cab4249 fix: Resolve build errors for mobile long-press (missing deps, type mismatch) 2026-02-01 15:44:17 +03:00
spinline
ce29831d40 feat: Implement standard long-press context menu for mobile cards 2026-02-01 15:38:08 +03:00
spinline
6862941a51 feat: Add 'More Actions' button to mobile torrent cards 2026-02-01 15:35:06 +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
b7199cab43 feat: implement mobile card view and remove transition animations 2026-02-01 14:51:53 +03:00
spinline
5d2c7249eb feat: modernize UI, add mobile card layout, and fix iOS sidebar interactions 2026-02-01 14:08:25 +03:00
spinline
8f7af0d1f8 feat: implement mobile PWA card design, refine toolbar and status bar 2026-02-01 13:46:31 +03:00
spinline
e932fa1e39 feat: Implement Context Menu actions and Add Torrent modal
- Implemented Start, Stop, Delete actions in context menu using backend API.
- Replaced  with manual  implementation for context menu reliability.
- Added  for adding torrents via Magnet Link/URL.
- Integrated Add Torrent feature into the Toolbar.
2026-01-31 20:40:42 +03:00
spinline
432bc7b9e9 feat: Implement PWA support, responsive drawer layout, and custom context menu 2026-01-31 20:19:42 +03:00
spinline
ec7a00c490 feat: Implement client-side sorting for torrent table 2026-01-31 16:55:28 +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