-
5773f9d494
fix(mobile): improved context menu dismissal on iOS and removed white bar on Android
spinline
2026-02-01 16:45:58 +03:00
-
542cab4249
fix: Resolve build errors for mobile long-press (missing deps, type mismatch)
spinline
2026-02-01 15:44:17 +03:00
-
ce29831d40
feat: Implement standard long-press context menu for mobile cards
spinline
2026-02-01 15:38:08 +03:00
-
6862941a51
feat: Add 'More Actions' button to mobile torrent cards
spinline
2026-02-01 15:35:06 +03:00
-
5a99e0a770
fix: Restore missing leptos import in context_menu.rs
spinline
2026-02-01 15:26:23 +03:00
-
8064d6ae74
feat: Mobile PWA improvements
spinline
2026-02-01 15:24:06 +03:00
-
4286c8f3e3
fix: remove remaining sidebar fade animations
spinline
2026-02-01 14:59:26 +03:00
-
b7199cab43
feat: implement mobile card view and remove transition animations
spinline
2026-02-01 14:51:53 +03:00
-
52909499b3
fix: replace A tags with Button tags in sidebar for better mobile touch handling
spinline
2026-02-01 14:46:25 +03:00
-
a821a5a311
chore: remove non-functional trackers section from sidebar
spinline
2026-02-01 14:22:29 +03:00
-
5d2c7249eb
feat: modernize UI, add mobile card layout, and fix iOS sidebar interactions
spinline
2026-02-01 14:08:25 +03:00
-
8f7af0d1f8
feat: implement mobile PWA card design, refine toolbar and status bar
spinline
2026-02-01 13:46:31 +03:00
-
e932fa1e39
feat: Implement Context Menu actions and Add Torrent modal
spinline
2026-01-31 20:40:42 +03:00
-
432bc7b9e9
feat: Implement PWA support, responsive drawer layout, and custom context menu
spinline
2026-01-31 20:19:42 +03:00
-
591d09c36d
fix(frontend): enforce dark theme default and explicit daisyui config
spinline
2026-01-31 19:45:42 +03:00
-
e784a2dd42
fix(frontend): remove hardcoded localhost from SSE connection
spinline
2026-01-31 19:34:51 +03:00
-
ec7a00c490
feat: Implement client-side sorting for torrent table
spinline
2026-01-31 16:55:28 +03:00
-
97c5378a71
feat: Implement functional torrent tables and sidebar filters with real-time SSE updates
spinline
2026-01-31 16:47:13 +03:00
-
27fd02b9c9
fix(frontend): robust loading spinner removal using css class
spinline
2026-01-31 14:47:08 +03:00
-
0cf5841023
fix(frontend): remove loading spinner on app mount
spinline
2026-01-31 14:44:51 +03:00
-
202ee1340b
feat(frontend): rewrite frontend with minimal Transmission-like design using DaisyUI
spinline
2026-01-31 14:35:16 +03:00
-
892cb02b98
refactor(frontend): rewrite with Thaw UI components and inline modal
spinline
2026-01-31 14:15:05 +03:00
-
e61dd7b19d
fix: use Signal::derive for reactive class prop to satisfy MaybeSignal bound
spinline
2026-01-31 13:56:34 +03:00
-
bcbdbbfa71
fix: explicit string conversion for MaybeSignal in App.rs
spinline
2026-01-31 13:53:02 +03:00
-
63ccf430de
fix: compilation errors in Button component and App.rs
spinline
2026-01-31 13:51:01 +03:00
-
63128f8501
feat: integrate shadcn/ui, add Button component, and refactor App UI
spinline
2026-01-31 13:47:48 +03:00
-
52fd512554
fix: resolve context menu race condition and add debug logs
spinline
2026-01-31 13:30:23 +03:00
-
aa7bfaf6f5
feat: add delete confirmation modal and fix unsafe file deletion
spinline
2026-01-31 13:17:48 +03:00
-
21ff936b3e
fix: Refactor mobile sidebar to use click instead of touchstart
spinline
2026-01-31 13:06:16 +03:00
-
e8d025a193
fix: Make mobile header sticky/fixed and adjust content padding
spinline
2026-01-31 01:05:49 +03:00
-
537d3c5312
fix: Prevent ghost clicks on mobile sidebar backdrop
spinline
2026-01-31 01:02:53 +03:00
-
bf3e517a76
fix: Restore touchstart handler for maximum reliability
spinline
2026-01-31 01:02:18 +03:00
-
7667383686
refactor: Remove touchstart handler, rely on body scroll lock
spinline
2026-01-31 00:53:30 +03:00
-
a98fba06cd
fix: Lock body scroll when mobile sidebar is open
spinline
2026-01-31 00:49:07 +03:00
-
3b2063ae0a
fix: Use touchstart event for mobile sidebar backdrop
spinline
2026-01-31 00:43:53 +03:00
-
d9030ce4ac
fix: Add cursor-pointer for iOS Safari backdrop click
spinline
2026-01-31 00:34:23 +03:00
-
9ec5b7cf52
fix: responsive sidebar backdrop closing on mobile
spinline
2026-01-31 00:26:32 +03:00
-
969f21511a
fix: Frontend reactivity and style updates
spinline
2026-01-31 00:12:52 +03:00
-
b91c896865
chore: Remove updater script
spinline
2026-01-31 00:11:41 +03:00
-
086b03abcf
feat: Add MIPS auto-updater script
spinline
2026-01-31 00:10:05 +03:00
-
6490b7c2b9
ci: Automate GitHub Releases with timestamped tags
spinline
2026-01-31 00:03:19 +03:00
-
16fbf7306a
fix: Resolve UI reactivity issues by including name, status, and size in partial updates
spinline
2026-01-30 18:54:54 +03:00
-
203a436a04
fix: Remove unused import warning in frontend
spinline
2026-01-30 18:40:21 +03:00
-
90605ded56
feat: Refactor VibeTorrent v3 with shared crate, fine-grained updates, tracing, and middleware optimization
spinline
2026-01-30 18:38:09 +03:00
-
750195e28e
fix(build): Disable wasm-opt (0) to resolve validation errors, keep Rust z-opt
spinline
2026-01-30 01:52:59 +03:00
-
f541aabc8a
fix(build): Downgrade optimization to 's' to fix wasm-opt compatibility
spinline
2026-01-30 01:49:39 +03:00
-
f185660ac4
fix(build): Disable bulk-memory feature to satisfy wasm-opt
spinline
2026-01-30 01:46:58 +03:00
-
03fae58e8b
fix(build): Enable bulk memory for wasm-opt
spinline
2026-01-30 01:44:58 +03:00
-
5c4815fb15
chore: Enable aggressive binary size optimization
spinline
2026-01-30 01:40:45 +03:00
-
6f888f1630
fix(ui): Optimistic close for context menu actions
spinline
2026-01-30 01:37:48 +03:00
-
8c5c95cb8a
fix: Robust click-outside handler for mobile sidebar
spinline
2026-01-30 01:26:42 +03:00
-
ad7fb405d7
fix: Re-add missing checkout step
spinline
2026-01-30 01:20:50 +03:00
-
3ddb22d4b3
fix: Disable Node cache for reliability
spinline
2026-01-30 01:19:24 +03:00
-
2dff7bc88a
fix: Robust cache path and pre-build debug
spinline
2026-01-30 01:17:39 +03:00
-
b3500d3524
chore: Enable caching for Rust and NPM to speed up CI
spinline
2026-01-30 01:09:45 +03:00
-
f22fde2c95
fix: Correct artifact path (workspace root target)
spinline
2026-01-30 01:06:14 +03:00
-
2dcd61d1e9
chore: Add debug listing for artifacts
spinline
2026-01-30 01:01:30 +03:00
-
6424acaa08
style: Clean up backend unused warnings
spinline
2026-01-30 01:00:36 +03:00
-
8216f0556a
style: Fix unused variable and import warnings
spinline
2026-01-30 00:57:16 +03:00
-
69e8f99da6
fix: Restore missing handler in main.rs
spinline
2026-01-30 00:54:08 +03:00
-
0626ec8b06
fix: Use Nightly toolchain + build-std for MIPS MUSL
spinline
2026-01-30 00:48:58 +03:00
-
78ea976d39
fix: Add WASM target and npm install for CI build
spinline
2026-01-30 00:45:40 +03:00
-
0c7b83389c
fix: Remove unsupported target from rustup (use cross instead)
spinline
2026-01-29 23:19:53 +03:00
-
a62cc5d3a7
fix: Update Github Actions to v4 and fix syntax
spinline
2026-01-29 23:18:51 +03:00
-
5052a1787a
feat: Initial release with MIPS support
spinline
2026-01-29 23:17:19 +03:00