spinline
3ffc7576a0
feat: add centralized API service layer for frontend
...
Build MIPS Binary / build (push) Successful in 4m24s
- Create frontend/src/api/mod.rs with centralized HTTP client and error handling
- Implement api::auth module (login, logout, check_auth, get_user)
- Implement api::torrent module (add, action, delete, start, stop, set_label, set_priority)
- Implement api::setup module (get_status, setup)
- Implement api::settings module (set_global_limits)
- Implement api::push module (get_public_key, subscribe)
- Update all components to use api service layer instead of direct gloo_net calls
- Add thiserror dependency for error handling
2026-02-08 23:04:24 +03:00
spinline
129a4c7586
refactor: move AddTorrentRequest to shared library for type safety
Build MIPS Binary / build (push) Successful in 4m28s
2026-02-08 22:43:35 +03:00
spinline
f2dfa7963e
refactor: modernize browser notifications with leptos-use and refactor utils/notification.rs
Build MIPS Binary / build (push) Successful in 4m31s
2026-02-08 22:30:46 +03:00
spinline
d3792e78e0
fix: ios safari mobile dropdown and click bubbling issues resolved with global closer and native details
Build MIPS Binary / build (push) Successful in 5m45s
2026-02-08 21:49:00 +03:00
spinline
384165a958
fix: ios safari mobile dropdown and click bubbling issues resolved with cursor-pointer and css fixes
Build MIPS Binary / build (push) Successful in 4m27s
2026-02-08 21:28:10 +03:00
spinline
7169e44f4e
fix: incorrect import of on_click_outside in statusbar.rs
Build MIPS Binary / build (push) Successful in 4m28s
2026-02-08 21:00:32 +03:00
spinline
51fb85c2d8
fix: iOS Safari uyumluluğu için menü yapıları ve click bubbling sorunları giderildi
Build MIPS Binary / build (push) Failing after 1m8s
2026-02-08 20:58:14 +03:00
spinline
46882caea0
fix: mobilde menülerin açılmama sorunu HTML details/summary yapısı ile kökten çözüldü
Build MIPS Binary / build (push) Successful in 4m31s
2026-02-08 20:47:42 +03:00
spinline
e339ca1c49
fix: menülerin dışarıya tıklayınca kapanmama sorunu giderildi (stop_propagation kaldırıldı ve click event'ine geçildi)
Build MIPS Binary / build (push) Successful in 4m34s
2026-02-08 20:35:44 +03:00
spinline
a08fd9698f
refactor: açılır menüler leptos-use::on_click_outside ile modernize edildi, şeffaf backdrop katmanları kaldırıldı
Build MIPS Binary / build (push) Successful in 5m52s
2026-02-08 20:16:05 +03:00
spinline
7d46dbd437
refactor: tema yönetimi leptos-use::use_local_storage ile reaktif hale getirildi
Build MIPS Binary / build (push) Successful in 4m28s
2026-02-08 20:02:01 +03:00
spinline
5f107299e3
refactor: long press mantığı leptos-use::use_timeout_fn ile modernize edildi
Build MIPS Binary / build (push) Successful in 4m29s
2026-02-08 19:53:10 +03:00
spinline
c34133ded1
refactor: manuel Closure ve timer yönetimi Leptos set_timeout ile değiştirildi
Build MIPS Binary / build (push) Successful in 4m16s
2026-02-08 19:39:38 +03:00
spinline
08df851970
feat: login rate limit için frontend uyarı mesajı ve IP bazlı limit aktif edildi
Build MIPS Binary / build (push) Has been cancelled
2026-02-08 15:54:54 +03:00
spinline
32f4946530
fix: show N/A for magnet link dates
...
Build MIPS Binary / build (push) Successful in 4m14s
Magnet links don't have creation_date, so timestamp is 0.
Now shows 'N/A' instead of 01/01/1970 00:00
2026-02-08 05:28:14 +03:00
spinline
6acb299fbe
fix(mobile): add type=button and remove overlay
Build MIPS Binary / build (push) Successful in 4m11s
2026-02-08 04:37:16 +03:00
spinline
ab49c2ded5
fix(mobile): use pointerdown like statusbar
Build MIPS Binary / build (push) Successful in 4m15s
2026-02-08 04:27:12 +03:00
spinline
e4957e930d
fix(mobile): fix sort dropdown button events
Build MIPS Binary / build (push) Successful in 4m14s
2026-02-08 04:17:08 +03:00
spinline
ad2c6dc56e
feat(torrent): add date sorting and display
...
Build MIPS Binary / build (push) Successful in 4m15s
- Sort torrents by added date (newest first) by default
- Add Date column to desktop table (after ETA)
- Add Date to mobile card view (grid-cols-3 -> grid-cols-4)
- Add Date option to mobile sort dropdown
- Display dates in DD/MM/YYYY HH:mm format
- Add chrono wasm-bindgen feature
2026-02-08 04:10:02 +03:00
spinline
9f009bc18b
Auto-login user after setup and redirect to dashboard
Build MIPS Binary / build (push) Successful in 4m14s
2026-02-07 19:54:14 +03:00
spinline
643b83ac21
Remove unused leptos_router imports from login and setup components
Build MIPS Binary / build (push) Successful in 4m8s
2026-02-07 19:49:58 +03:00
spinline
575cfa4b38
Add 'Remember Me' feature to login (extends session to 30 days)
Build MIPS Binary / build (push) Successful in 4m7s
2026-02-07 19:05:52 +03:00
spinline
9b18b97c49
Fetch and display actual username in sidebar profile section
Build MIPS Binary / build (push) Successful in 4m8s
2026-02-07 17:17:16 +03:00
spinline
88723352fd
Fix sidebar overlap: Add bottom padding to account for fixed status bar
Build MIPS Binary / build (push) Successful in 4m12s
2026-02-07 17:07:30 +03:00
spinline
4231e0b3a7
Adjust sidebar layout to push profile section to the bottom and reduce avatar size
Build MIPS Binary / build (push) Successful in 4m7s
2026-02-07 16:59:31 +03:00
spinline
1177412c87
Add user profile and logout button to sidebar footer
Build MIPS Binary / build (push) Successful in 4m7s
2026-02-07 16:40:55 +03:00
spinline
9d0eb11f16
Refactor App routing to fix infinite recursion and stack overflow errors
Build MIPS Binary / build (push) Successful in 4m8s
2026-02-07 16:10:06 +03:00
spinline
e3eb5fbca9
Add detailed logging to login handler and use full page reload for auth navigation
Build MIPS Binary / build (push) Successful in 4m7s
2026-02-07 15:28:44 +03:00
spinline
08f2f540fe
Fix unused import and dead code warnings
Build MIPS Binary / build (push) Successful in 4m6s
2026-02-07 15:20:23 +03:00
spinline
d53d661ad1
Implement authentication system with SQLite: Add login/setup pages, auth middleware, and database integration
Build MIPS Binary / build (push) Failing after 3m42s
2026-02-07 14:43:25 +03:00
spinline
92720c15b3
Fix mobile dropdown interaction: Revert to pointerdown with stop_propagation and use overlay for reliable closing
Build MIPS Binary / build (push) Successful in 3m57s
2026-02-07 14:14:37 +03:00
spinline
5e59f66056
Fix dropdown closing behavior on mobile by adding transparent overlay
Build MIPS Binary / build (push) Successful in 3m45s
2026-02-07 13:54:00 +03:00
spinline
14f811fd79
fix: convert sort dropdown to signal-based for iOS Safari
2026-02-06 17:19:47 +03:00
spinline
2a919211d9
fix: fixed statusbar at bottom, fix dropdown toggle race, fix theme buttons on iOS
...
- StatusBar now uses fixed positioning at viewport bottom (z-[99])
- Dropdown toggle uses skip_next_close guard to prevent close-then-reopen
- Global close listener uses click instead of pointerdown (fires after toggle)
- Theme/limit buttons use on:pointerdown instead of on:click for iOS compat
- Main content has pb-8 to prevent overlap with fixed statusbar
- Rebuilt tailwind.css
2026-02-06 17:17:07 +03:00
spinline
d1604fb8fb
frontend(statusbar): use signal-based dropdowns to fix iOS Safari toggle
2026-02-06 13:57:26 +03:00
spinline
19d9d7f30f
fix: use details-based dropdowns for iOS Safari toggle behavior
2026-02-06 13:34:07 +03:00
spinline
a3321c7cf1
fix: properly check notification permission result, show toast feedback on Safari
2026-02-06 13:26:37 +03:00
spinline
22672f7aaa
refactor(ui): switch to inline styles for safe-area padding (simpler approach)
2026-02-06 13:19:02 +03:00
spinline
e10b252eff
fix(ui): use configured safe-area spacing for notch support
2026-02-06 13:13:53 +03:00
spinline
5b0fab80fe
fix(ui): add safe area padding for mobile notch support
2026-02-06 12:55:41 +03:00
spinline
cd2a398b15
feat: request push notification permission when settings button clicked
2026-02-06 01:15:42 +03:00
spinline
60fc887327
fix(ios): add vibrate API feature detection for iOS Safari
...
- iOS Safari doesn't support navigator.vibrate()
- Added feature detection before calling vibrate
- Prevents TypeError on iOS devices
- Haptic feedback still works on Android/Chrome
2026-02-05 23:30:54 +03:00
spinline
17551af8b5
fix: remove on:close event from add torrent modal to prevent callback panic
...
- Dialog's on:close was calling callback after scope disposal
- Caused 'could not get stored value' error in leptos_reactive
- on_close callback still properly called via handle_close and submit success
2026-02-05 22:52:47 +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
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