Commit Graph

66 Commits

Author SHA1 Message Date
spinline
8f16265107 chore(frontend): remove unused imports and variables 2026-02-03 22:30:43 +03:00
spinline
33ee44e1f0 feat: add api docs and refactor AppEvent to struct variant 2026-02-03 22:02:28 +03:00
spinline
8b9b51f270 fix(ui): improve theme selector backdrop behavior on iOS Safari 2026-02-01 23:09:39 +03:00
spinline
260a121c9a fix(ui): configure daisyui themes in input.css for tailwind v4 compatibility 2026-02-01 18:55:27 +03:00
spinline
f6c4ba9e77 chore(ui): curate theme list to 14 items and fix tailwind config syntax 2026-02-01 18:33:46 +03:00
spinline
ea00a39595 fix(frontend): add touchstart handler to theme backdrop for ios compatibility 2026-02-01 18:22:43 +03:00
spinline
928e18576d feat(frontend): enable all daisyui themes in configuration and UI 2026-02-01 18:20:12 +03:00
spinline
da8acaf3ec fix(frontend): add role=button to theme backdrop to enable ios click events 2026-02-01 18:16:42 +03:00
spinline
183c970474 fix(frontend): restore DaisyUI dropdown implementation with manual signal control 2026-02-01 17:54:33 +03:00
spinline
587672ea13 fix(ui): remove title from context menu 2026-02-01 17:46:08 +03:00
spinline
e61a6eee14 fix(frontend): replace theme dropdown with signal-controlled menu for better mobile touch support 2026-02-01 17:45:06 +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
f1c386895e fix(frontend): cast Element to HtmlElement before calling blur 2026-02-01 17:11:53 +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
4fa325f4f3 fix(ui): improve theme selector dismissal behavior on mobile 2026-02-01 17:00:41 +03:00
spinline
3289f2926d fix(css): correct invalid tailwind utility class causing build failure 2026-02-01 16:50:30 +03:00
spinline
5773f9d494 fix(mobile): improved context menu dismissal on iOS and removed white bar on Android 2026-02-01 16:45:58 +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
5a99e0a770 fix: Restore missing leptos import in context_menu.rs 2026-02-01 15:26: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
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
52909499b3 fix: replace A tags with Button tags in sidebar for better mobile touch handling 2026-02-01 14:46:25 +03:00
spinline
a821a5a311 chore: remove non-functional trackers section from sidebar 2026-02-01 14:22:29 +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
591d09c36d fix(frontend): enforce dark theme default and explicit daisyui config 2026-01-31 19:45:42 +03:00
spinline
e784a2dd42 fix(frontend): remove hardcoded localhost from SSE connection 2026-01-31 19:34:51 +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
27fd02b9c9 fix(frontend): robust loading spinner removal using css class 2026-01-31 14:47:08 +03:00
spinline
0cf5841023 fix(frontend): remove loading spinner on app mount 2026-01-31 14:44:51 +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