spinline
3efe60a0f0
feat(pwa): add PWA support and browser notifications for critical events
2026-02-05 22:25:31 +03:00
spinline
480604a97a
fix(backend): detect torrent completion by percent_complete reaching 100%
...
- Changed detection from status change to percent_complete threshold
- Added logging for status changes (debugging)
- More reliable completion detection
2026-02-05 22:05:14 +03:00
spinline
b1c7ff856e
feat(backend): add toast notification when torrent completes
...
- Detects Downloading -> Seeding status transition
- Sends 'Torrent tamamlandı: <name>' notification via SSE
2026-02-05 21:55:13 +03:00
spinline
ce6c3e01aa
feat(frontend): add SSE auto-reconnect with toast notifications
...
- Automatic reconnection with exponential backoff (1s to 30s max)
- Toast when connection is lost: 'Sunucu bağlantısı kesildi'
- Toast when reconnected: 'Sunucu bağlantısı yeniden kuruldu'
- Backend rTorrent notifications still work via SSE
2026-02-05 21:46:20 +03:00
spinline
3bc4b0f364
fix(css): rebuild tailwind to include DaisyUI alert classes
2026-02-05 21:35:34 +03:00
spinline
88b2dddba0
fix(toast): use proper DaisyUI alert structure with SVG icons
2026-02-05 21:26:28 +03:00
spinline
579be70a5a
fix(toast): make responsive for mobile screens
2026-02-05 21:20:49 +03:00
spinline
ce32eadffd
fix(toast): simplify style, remove duplicate backend notifications
2026-02-05 21:18:58 +03:00
spinline
f2ca731827
fix(frontend): fix toast positioning with wrapper div and inline styles
2026-02-05 21:11:36 +03:00
spinline
0b935638af
fix(frontend): disable broken service worker registration
2026-02-05 21:04:42 +03:00
spinline
718fed554f
fix(frontend): fix toast positioning - move outside drawer, use fixed position
2026-02-05 21:02:47 +03:00
spinline
e8da646a91
fix(frontend): prevent callback panic by deferring menu close to on_close
2026-02-05 20:55:14 +03:00
spinline
497b39e0ae
fix(frontend): use signal-based toast for async contexts
2026-02-05 20:48:40 +03:00
spinline
6c7379483e
feat(frontend): add clean-code toast notifications
2026-02-05 20:40:11 +03:00
spinline
6e4a9e2d51
fix: resolve frontend build errors and warnings
2026-02-05 18:49:51 +03:00
spinline
e2a8e17eae
feat: implement notification system and backoff strategy for rTorrent polling
2026-02-05 18:31:42 +03:00
spinline
97086bf33a
refactor(backend): replace magic numbers with named constants for rTorrent fields
2026-02-05 18:11:53 +03:00
spinline
661d18979b
fix(backend): replace blocking std::fs with async tokio::fs
2026-02-05 18:04:30 +03:00
spinline
4c728ad066
docs: update README with comprehensive tech stack and features
2026-02-05 00:41:41 +03:00
spinline
209b7ec2c3
fix(ui): format ETA to be human readable
2026-02-05 00:28:30 +03:00
spinline
f4b3820600
fix(ui): prevent theme dropdown from being permanently interactive by removing block class
2026-02-05 00:22:04 +03:00
spinline
564d0c129b
fix(ui): improve mobile view contrast by setting background to base-200
2026-02-05 00:19:24 +03:00
spinline
ebd6d55468
fix(ui): ensure default theme is set correctly in incognito mode
2026-02-05 00:10:14 +03:00
spinline
76195584a3
feat(ui): add dedicated Paused filter
2026-02-04 23:45:58 +03:00
spinline
6cc0043111
feat(ui): add abyss theme
2026-02-04 23:38:44 +03:00
spinline
07cfd41cd1
fix(logic): exclude incomplete paused torrents from completed filter
2026-02-04 23:32:02 +03:00
spinline
97753762b4
fix(ui): update theme selector icon to paint-brush
2026-02-04 23:26:55 +03:00
spinline
efcee71f56
feat(ui): add more themes (cupcake, dracula, cyberpunk, emerald, sunset)
2026-02-04 23:21:12 +03:00
spinline
a6a40997fb
fix(ui): replace mismatched upload icon with consistent arrow-up icon
2026-02-04 23:16:43 +03:00
spinline
75a0a37dba
fix(ui): enable dim and nord themes by removing conflicting config
2026-02-04 23:09:33 +03:00
spinline
6e9af2b48a
feat(ui): persist theme selection in local storage
2026-02-04 22:56:49 +03:00
spinline
8471fe0dc2
fix: resolve unused variable warning and revert tailwind config conflict
2026-02-04 20:30:43 +03:00
spinline
db7c074ce3
fix(config): explicity add daisyui plugin and themes to tailwind config
2026-02-04 20:27:47 +03:00
spinline
7e7d6b17db
chore(ui): update daisyui theme config to include dim and nord
2026-02-04 20:15:43 +03:00
spinline
874e24389e
chore(ui): cleanup unused themes, keeping only light/dark/dim/nord
2026-02-04 20:04:13 +03:00
spinline
4b36123264
fix(ui): cleaner rewrite of torrent table without macro comments
2026-02-04 19:50:00 +03:00
spinline
e4a8716502
fix(ui): restore table footer and fix syntax errors
2026-02-04 19:45:48 +03:00
spinline
3b63aa18ac
fix(ui): remove accidentally duplicated code block in torrent table
2026-02-04 19:42:48 +03:00
spinline
9f44688a4f
feat(ui): add mobile sorting dropdown with native focus implementation
2026-02-04 19:39:37 +03:00
spinline
6076637012
fix(ui): global touch blur listener for robust ios dropdown closing
2026-02-04 19:28:02 +03:00
spinline
0d9d6f3641
fix(ui): restore missing limits logic for statusbar
2026-02-04 19:20:45 +03:00
spinline
c42ee6ce81
fix(ui): refactor to native css focus dropdowns for ios support
2026-02-04 19:14:20 +03:00
spinline
a47bc38909
fix(ui): use blocks for show conditions to satisfy macro parser
2026-02-04 19:08:13 +03:00
spinline
de0f85e81a
fix(ui): resolave closure type mismatch and lint warnings
2026-02-04 19:02:01 +03:00
spinline
95b7535ff2
fix(ui): use global touchstart listener for ios dropdowns
2026-02-04 18:37:36 +03:00
spinline
79f18a4c39
fix(ui): adopt context menu backdrop pattern for robust ios dropdowns
2026-02-04 18:28:56 +03:00
spinline
05f813673b
fix(ui): use global window listener for dropdowns, remove overlays, restore theme logic
2026-02-04 18:18:21 +03:00
spinline
3e806d37ae
fix(ui): robust iOS dropdown handling and explicit active styles
2026-02-04 18:03:22 +03:00
spinline
f0b3db9caf
fix(ui): finalize iOS dropdown interactions and add selection checkmark
2026-02-04 17:53:22 +03:00
spinline
57da8b02c2
fix(ui): use standard button role for iOS overlays and escalate debug logs
2026-02-04 17:50:50 +03:00