spinline
57da8b02c2
fix(ui): use standard button role for iOS overlays and escalate debug logs
2026-02-04 17:50:50 +03:00
spinline
4bcb998888
chore: force debug logging for speed limits
2026-02-04 17:42:12 +03:00
spinline
4949b756bd
fix(ui): use opaque-but-invisible overlay for iOS click handling
2026-02-04 17:40:27 +03:00
spinline
0ac563bc6f
chore: debug speed limit selection mismatch
2026-02-04 17:37:03 +03:00
spinline
978ca705a6
fix(ui): add prevent_default to dropdown overlays for iOS
2026-02-04 17:34:20 +03:00
spinline
c972324705
fix(ui): use approximate comparison for speed limit active state
2026-02-04 17:31:55 +03:00
spinline
20a859e7c7
fix(ui): resolve iOS dropdown backdrop click issue
2026-02-04 17:25:34 +03:00
spinline
4fbb896ef8
fix: use throttle.global_*.max_rate.set_kb for setting speed limits
...
- Changed from buggy .set method to reliable .set_kb method
- Added empty string as first parameter (throttle name)
- Convert bytes to KB before sending to rTorrent
2026-02-04 17:22:48 +03:00
spinline
0a507c7d72
fix(frontend): add touch event handlers for ios dropdowns
2026-02-04 01:00:53 +03:00
spinline
54549d49d4
fix(backend): use set_kb rtorrent command for speed limits
2026-02-04 00:57:57 +03:00
spinline
2ae672c787
fix(frontend): improve dropdown closing behavior on ios touch devices
2026-02-04 00:53:18 +03:00
spinline
82c39b9633
fix(backend): use i4 instead of i8 for xmlrpc integer params
2026-02-04 00:49:50 +03:00
spinline
f761c90448
refactor(backend): use typed XmlRpc parameters (int/string) to fix rtorrent calls
2026-02-04 00:39:21 +03:00
spinline
60ff075283
debug(frontend): log current limit on dropdown toggle
2026-02-04 00:28:06 +03:00
spinline
6657f2c16f
style(frontend): refine statusbar limit dropdown ux
2026-02-04 00:17:29 +03:00
spinline
a2c5c34744
feat(frontend): improve speed limit dropdown ui and ux
2026-02-04 00:14:03 +03:00
spinline
b12f65ef00
feat(frontend): replace limit modal with statusbar dropdowns
2026-02-04 00:05:41 +03:00
spinline
f3c49fb2cf
fix(frontend): fix statusbar type errors and store logic
2026-02-03 23:36:05 +03:00
spinline
563ffad3ab
feat: add global stats broadcasting and statusbar integration
2026-02-03 23:12:51 +03:00
spinline
6a5ce421b9
fix(backend): update router paths to axum 0.8 syntax
2026-02-03 22:58:08 +03:00
spinline
7dfa3cf890
feat(backend): add global speed limit apis
2026-02-03 22:53:32 +03:00
spinline
86ba4206b8
chore: remove unused Theme enum
2026-02-03 22:48:13 +03:00
spinline
78f232a909
feat(backend): add advanced torrent management apis (files, peers, trackers, priority, label)
2026-02-03 22:39:02 +03:00
spinline
8f16265107
chore(frontend): remove unused imports and variables
2026-02-03 22:30:43 +03:00
spinline
f7d6ddb7a9
chore(backend): suppress unused ScgiError::Protocol warning
2026-02-03 22:11:22 +03:00
spinline
4a870d75dd
fix(backend): parse rtorrent version string in health check logs
2026-02-03 22:09:22 +03:00
spinline
8162f0c9ae
fix(backend): fix AppEvent::FullList syntax in sse.rs
2026-02-03 22:07:01 +03:00
spinline
33ee44e1f0
feat: add api docs and refactor AppEvent to struct variant
2026-02-03 22:02:28 +03:00
spinline
07f148ed4e
fix(backend): handle port binding errors gracefully instead of panicking
2026-02-03 21:49:29 +03:00
spinline
251da58a82
refactor(backend): clean up sse mapping and handler logic
2026-02-03 21:45:24 +03:00
spinline
c3431db35f
feat(backend): add startup health check for rtorrent socket
2026-02-03 21:41:22 +03:00
spinline
6a5004702b
fix(backend): enable clap env feature
2026-02-03 21:01:58 +03:00
spinline
a675203363
feat(backend): add .env support and configuration priority
2026-02-03 20:58:40 +03:00
spinline
9d1aa8f7d2
refactor(backend): optimize diff logic and integrate DiffResult
2026-02-03 20:52:09 +03:00
spinline
f13a712ebd
refactor(backend): move handlers to separate module
2026-02-03 20:47:36 +03:00
spinline
6dd6d51099
ci: trigger github actions
2026-02-03 20:41:03 +03:00
spinline
9117ea2b65
refactor(backend): improve error handling with thiserror and secure file deletion
2026-02-03 19:17:30 +03:00
spinline
0220320ea4
refactor(backend): secure xmlrpc with serde and quick-xml
2026-02-03 18:06:55 +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