Commit Graph

26 Commits

Author SHA1 Message Date
spinline
2a919211d9 fix: fixed statusbar at bottom, fix dropdown toggle race, fix theme buttons on iOS
- StatusBar now uses fixed positioning at viewport bottom (z-[99])
- Dropdown toggle uses skip_next_close guard to prevent close-then-reopen
- Global close listener uses click instead of pointerdown (fires after toggle)
- Theme/limit buttons use on:pointerdown instead of on:click for iOS compat
- Main content has pb-8 to prevent overlap with fixed statusbar
- Rebuilt tailwind.css
2026-02-06 17:17:07 +03:00
spinline
2c25d3bdf1 chore: rebuild tailwind.css 2026-02-06 14:21:17 +03:00
spinline
3bc4b0f364 fix(css): rebuild tailwind to include DaisyUI alert classes 2026-02-05 21:35:34 +03:00
spinline
6cc0043111 feat(ui): add abyss theme 2026-02-04 23:38:44 +03:00
spinline
efcee71f56 feat(ui): add more themes (cupcake, dracula, cyberpunk, emerald, sunset) 2026-02-04 23:21:12 +03:00
spinline
75a0a37dba fix(ui): enable dim and nord themes by removing conflicting config 2026-02-04 23:09:33 +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
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
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
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
spinline
892cb02b98 refactor(frontend): rewrite with Thaw UI components and inline modal 2026-01-31 14:15:05 +03:00
spinline
63128f8501 feat: integrate shadcn/ui, add Button component, and refactor App UI 2026-01-31 13:47:48 +03:00
spinline
aa7bfaf6f5 feat: add delete confirmation modal and fix unsafe file deletion 2026-01-31 13:17:48 +03:00
spinline
e8d025a193 fix: Make mobile header sticky/fixed and adjust content padding 2026-01-31 01:05:49 +03:00
spinline
3b2063ae0a fix: Use touchstart event for mobile sidebar backdrop 2026-01-31 00:43:53 +03:00
spinline
969f21511a fix: Frontend reactivity and style updates 2026-01-31 00:12:52 +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