-
b1c7ff856e
feat(backend): add toast notification when torrent completes
spinline
2026-02-05 21:55:13 +03:00
-
ce6c3e01aa
feat(frontend): add SSE auto-reconnect with toast notifications
spinline
2026-02-05 21:46:20 +03:00
-
3bc4b0f364
fix(css): rebuild tailwind to include DaisyUI alert classes
spinline
2026-02-05 21:35:34 +03:00
-
88b2dddba0
fix(toast): use proper DaisyUI alert structure with SVG icons
spinline
2026-02-05 21:26:28 +03:00
-
579be70a5a
fix(toast): make responsive for mobile screens
spinline
2026-02-05 21:20:49 +03:00
-
ce32eadffd
fix(toast): simplify style, remove duplicate backend notifications
spinline
2026-02-05 21:18:58 +03:00
-
f2ca731827
fix(frontend): fix toast positioning with wrapper div and inline styles
spinline
2026-02-05 21:11:36 +03:00
-
0b935638af
fix(frontend): disable broken service worker registration
spinline
2026-02-05 21:04:42 +03:00
-
718fed554f
fix(frontend): fix toast positioning - move outside drawer, use fixed position
spinline
2026-02-05 21:02:47 +03:00
-
e8da646a91
fix(frontend): prevent callback panic by deferring menu close to on_close
spinline
2026-02-05 20:55:14 +03:00
-
497b39e0ae
fix(frontend): use signal-based toast for async contexts
spinline
2026-02-05 20:48:40 +03:00
-
6c7379483e
feat(frontend): add clean-code toast notifications
spinline
2026-02-05 20:40:11 +03:00
-
6e4a9e2d51
fix: resolve frontend build errors and warnings
spinline
2026-02-05 18:49:51 +03:00
-
e2a8e17eae
feat: implement notification system and backoff strategy for rTorrent polling
spinline
2026-02-05 18:31:42 +03:00
-
97086bf33a
refactor(backend): replace magic numbers with named constants for rTorrent fields
spinline
2026-02-05 18:11:53 +03:00
-
661d18979b
fix(backend): replace blocking std::fs with async tokio::fs
spinline
2026-02-05 18:04:30 +03:00
-
4c728ad066
docs: update README with comprehensive tech stack and features
spinline
2026-02-05 00:41:41 +03:00
-
209b7ec2c3
fix(ui): format ETA to be human readable
spinline
2026-02-05 00:28:30 +03:00
-
f4b3820600
fix(ui): prevent theme dropdown from being permanently interactive by removing block class
spinline
2026-02-05 00:22:04 +03:00
-
564d0c129b
fix(ui): improve mobile view contrast by setting background to base-200
spinline
2026-02-05 00:19:24 +03:00
-
ebd6d55468
fix(ui): ensure default theme is set correctly in incognito mode
spinline
2026-02-05 00:10:14 +03:00
-
76195584a3
feat(ui): add dedicated Paused filter
spinline
2026-02-04 23:45:58 +03:00
-
6cc0043111
feat(ui): add abyss theme
spinline
2026-02-04 23:38:44 +03:00
-
07cfd41cd1
fix(logic): exclude incomplete paused torrents from completed filter
spinline
2026-02-04 23:32:02 +03:00
-
97753762b4
fix(ui): update theme selector icon to paint-brush
spinline
2026-02-04 23:26:55 +03:00
-
efcee71f56
feat(ui): add more themes (cupcake, dracula, cyberpunk, emerald, sunset)
spinline
2026-02-04 23:21:12 +03:00
-
a6a40997fb
fix(ui): replace mismatched upload icon with consistent arrow-up icon
spinline
2026-02-04 23:16:43 +03:00
-
75a0a37dba
fix(ui): enable dim and nord themes by removing conflicting config
spinline
2026-02-04 23:09:33 +03:00
-
6e9af2b48a
feat(ui): persist theme selection in local storage
spinline
2026-02-04 22:56:49 +03:00
-
8471fe0dc2
fix: resolve unused variable warning and revert tailwind config conflict
spinline
2026-02-04 20:30:43 +03:00
-
db7c074ce3
fix(config): explicity add daisyui plugin and themes to tailwind config
spinline
2026-02-04 20:27:47 +03:00
-
7e7d6b17db
chore(ui): update daisyui theme config to include dim and nord
spinline
2026-02-04 20:15:43 +03:00
-
874e24389e
chore(ui): cleanup unused themes, keeping only light/dark/dim/nord
spinline
2026-02-04 20:04:13 +03:00
-
4b36123264
fix(ui): cleaner rewrite of torrent table without macro comments
spinline
2026-02-04 19:50:00 +03:00
-
e4a8716502
fix(ui): restore table footer and fix syntax errors
spinline
2026-02-04 19:45:48 +03:00
-
3b63aa18ac
fix(ui): remove accidentally duplicated code block in torrent table
spinline
2026-02-04 19:42:48 +03:00
-
9f44688a4f
feat(ui): add mobile sorting dropdown with native focus implementation
spinline
2026-02-04 19:39:37 +03:00
-
6076637012
fix(ui): global touch blur listener for robust ios dropdown closing
spinline
2026-02-04 19:28:02 +03:00
-
0d9d6f3641
fix(ui): restore missing limits logic for statusbar
spinline
2026-02-04 19:20:45 +03:00
-
c42ee6ce81
fix(ui): refactor to native css focus dropdowns for ios support
spinline
2026-02-04 19:14:20 +03:00
-
a47bc38909
fix(ui): use blocks for show conditions to satisfy macro parser
spinline
2026-02-04 19:08:13 +03:00
-
de0f85e81a
fix(ui): resolave closure type mismatch and lint warnings
spinline
2026-02-04 19:02:01 +03:00
-
95b7535ff2
fix(ui): use global touchstart listener for ios dropdowns
spinline
2026-02-04 18:37:36 +03:00
-
79f18a4c39
fix(ui): adopt context menu backdrop pattern for robust ios dropdowns
spinline
2026-02-04 18:28:56 +03:00
-
05f813673b
fix(ui): use global window listener for dropdowns, remove overlays, restore theme logic
spinline
2026-02-04 18:18:21 +03:00
-
3e806d37ae
fix(ui): robust iOS dropdown handling and explicit active styles
spinline
2026-02-04 18:03:22 +03:00
-
f0b3db9caf
fix(ui): finalize iOS dropdown interactions and add selection checkmark
spinline
2026-02-04 17:53:22 +03:00
-
57da8b02c2
fix(ui): use standard button role for iOS overlays and escalate debug logs
spinline
2026-02-04 17:50:50 +03:00
-
4bcb998888
chore: force debug logging for speed limits
spinline
2026-02-04 17:42:12 +03:00
-
4949b756bd
fix(ui): use opaque-but-invisible overlay for iOS click handling
spinline
2026-02-04 17:40:27 +03:00
-
0ac563bc6f
chore: debug speed limit selection mismatch
spinline
2026-02-04 17:37:03 +03:00
-
978ca705a6
fix(ui): add prevent_default to dropdown overlays for iOS
spinline
2026-02-04 17:34:20 +03:00
-
c972324705
fix(ui): use approximate comparison for speed limit active state
spinline
2026-02-04 17:31:55 +03:00
-
20a859e7c7
fix(ui): resolve iOS dropdown backdrop click issue
spinline
2026-02-04 17:25:34 +03:00
-
4fbb896ef8
fix: use throttle.global_*.max_rate.set_kb for setting speed limits
spinline
2026-02-04 17:22:48 +03:00
-
0a507c7d72
fix(frontend): add touch event handlers for ios dropdowns
spinline
2026-02-04 01:00:53 +03:00
-
54549d49d4
fix(backend): use set_kb rtorrent command for speed limits
spinline
2026-02-04 00:57:57 +03:00
-
2ae672c787
fix(frontend): improve dropdown closing behavior on ios touch devices
spinline
2026-02-04 00:53:18 +03:00
-
82c39b9633
fix(backend): use i4 instead of i8 for xmlrpc integer params
spinline
2026-02-04 00:49:50 +03:00
-
f761c90448
refactor(backend): use typed XmlRpc parameters (int/string) to fix rtorrent calls
spinline
2026-02-04 00:39:21 +03:00
-
60ff075283
debug(frontend): log current limit on dropdown toggle
spinline
2026-02-04 00:28:06 +03:00
-
6657f2c16f
style(frontend): refine statusbar limit dropdown ux
spinline
2026-02-04 00:17:29 +03:00
-
a2c5c34744
feat(frontend): improve speed limit dropdown ui and ux
spinline
2026-02-04 00:14:03 +03:00
-
b12f65ef00
feat(frontend): replace limit modal with statusbar dropdowns
spinline
2026-02-04 00:05:41 +03:00
-
f3c49fb2cf
fix(frontend): fix statusbar type errors and store logic
spinline
2026-02-03 23:36:05 +03:00
-
563ffad3ab
feat: add global stats broadcasting and statusbar integration
spinline
2026-02-03 23:12:51 +03:00
-
6a5ce421b9
fix(backend): update router paths to axum 0.8 syntax
spinline
2026-02-03 22:58:08 +03:00
-
7dfa3cf890
feat(backend): add global speed limit apis
spinline
2026-02-03 22:53:32 +03:00
-
86ba4206b8
chore: remove unused Theme enum
spinline
2026-02-03 22:48:13 +03:00
-
78f232a909
feat(backend): add advanced torrent management apis (files, peers, trackers, priority, label)
spinline
2026-02-03 22:39:02 +03:00
-
8f16265107
chore(frontend): remove unused imports and variables
spinline
2026-02-03 22:30:43 +03:00
-
f7d6ddb7a9
chore(backend): suppress unused ScgiError::Protocol warning
spinline
2026-02-03 22:11:22 +03:00
-
4a870d75dd
fix(backend): parse rtorrent version string in health check logs
spinline
2026-02-03 22:09:22 +03:00
-
8162f0c9ae
fix(backend): fix AppEvent::FullList syntax in sse.rs
spinline
2026-02-03 22:07:01 +03:00
-
33ee44e1f0
feat: add api docs and refactor AppEvent to struct variant
spinline
2026-02-03 22:02:28 +03:00
-
07f148ed4e
fix(backend): handle port binding errors gracefully instead of panicking
spinline
2026-02-03 21:49:29 +03:00
-
251da58a82
refactor(backend): clean up sse mapping and handler logic
spinline
2026-02-03 21:45:24 +03:00
-
c3431db35f
feat(backend): add startup health check for rtorrent socket
spinline
2026-02-03 21:41:22 +03:00
-
6a5004702b
fix(backend): enable clap env feature
spinline
2026-02-03 21:01:58 +03:00
-
a675203363
feat(backend): add .env support and configuration priority
spinline
2026-02-03 20:58:40 +03:00
-
9d1aa8f7d2
refactor(backend): optimize diff logic and integrate DiffResult
spinline
2026-02-03 20:52:09 +03:00
-
f13a712ebd
refactor(backend): move handlers to separate module
spinline
2026-02-03 20:47:36 +03:00
-
6dd6d51099
ci: trigger github actions
spinline
2026-02-03 20:41:03 +03:00
-
9117ea2b65
refactor(backend): improve error handling with thiserror and secure file deletion
spinline
2026-02-03 19:17:30 +03:00
-
0220320ea4
refactor(backend): secure xmlrpc with serde and quick-xml
spinline
2026-02-03 18:06:55 +03:00
-
8b9b51f270
fix(ui): improve theme selector backdrop behavior on iOS Safari
spinline
2026-02-01 23:09:39 +03:00
-
260a121c9a
fix(ui): configure daisyui themes in input.css for tailwind v4 compatibility
spinline
2026-02-01 18:55:27 +03:00
-
f6c4ba9e77
chore(ui): curate theme list to 14 items and fix tailwind config syntax
spinline
2026-02-01 18:33:46 +03:00
-
ea00a39595
fix(frontend): add touchstart handler to theme backdrop for ios compatibility
spinline
2026-02-01 18:22:43 +03:00
-
928e18576d
feat(frontend): enable all daisyui themes in configuration and UI
spinline
2026-02-01 18:20:12 +03:00
-
da8acaf3ec
fix(frontend): add role=button to theme backdrop to enable ios click events
spinline
2026-02-01 18:16:42 +03:00
-
183c970474
fix(frontend): restore DaisyUI dropdown implementation with manual signal control
spinline
2026-02-01 17:54:33 +03:00
-
587672ea13
fix(ui): remove title from context menu
spinline
2026-02-01 17:46:08 +03:00
-
e61a6eee14
fix(frontend): replace theme dropdown with signal-controlled menu for better mobile touch support
spinline
2026-02-01 17:45:06 +03:00
-
89ab0c4ad6
fix(ui): restore h-screen with dvh fallback for correct layout and scrolling
spinline
2026-02-01 17:36:34 +03:00
-
8f8a08fd2c
fix(ui): remove mobile selection ring and use dvh for layout height
spinline
2026-02-01 17:24:18 +03:00
-
f1c386895e
fix(frontend): cast Element to HtmlElement before calling blur
spinline
2026-02-01 17:11:53 +03:00
-
19f6e11601
fix(ui): remove outline, fix mobile context menu close, and improve pwa viewport
spinline
2026-02-01 17:08:23 +03:00
-
4fa325f4f3
fix(ui): improve theme selector dismissal behavior on mobile
spinline
2026-02-01 17:00:41 +03:00
-
3289f2926d
fix(css): correct invalid tailwind utility class causing build failure
spinline
2026-02-01 16:50:30 +03:00