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
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
b91c896865
chore: Remove updater script
2026-01-31 00:11:41 +03:00
spinline
086b03abcf
feat: Add MIPS auto-updater script
2026-01-31 00:10:05 +03:00
spinline
6490b7c2b9
ci: Automate GitHub Releases with timestamped tags
2026-01-31 00:03:19 +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
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
5c4815fb15
chore: Enable aggressive binary size optimization
2026-01-30 01:40:45 +03:00
spinline
6f888f1630
fix(ui): Optimistic close for context menu actions
2026-01-30 01:37:48 +03:00
spinline
8c5c95cb8a
fix: Robust click-outside handler for mobile sidebar
2026-01-30 01:26:42 +03:00
spinline
ad7fb405d7
fix: Re-add missing checkout step
2026-01-30 01:20:50 +03:00
spinline
3ddb22d4b3
fix: Disable Node cache for reliability
2026-01-30 01:19:24 +03:00
spinline
2dff7bc88a
fix: Robust cache path and pre-build debug
2026-01-30 01:17:39 +03:00