spinline
04cb7d51cb
fix: resolve context menu positioning issue and integrate it into table rows
Build MIPS Binary / build (push) Has been cancelled
2026-02-12 00:29:44 +03:00
spinline
fa07fd88dc
feat: modernize all buttons using the official rust-ui Button component
Build MIPS Binary / build (push) Has been cancelled
2026-02-12 00:23:12 +03:00
spinline
bbb8e8dc98
fix: resolve compilation errors, fix lock_scroll path, and enhance DataTable attributes
Build MIPS Binary / build (push) Successful in 5m27s
2026-02-12 00:15:17 +03:00
spinline
d09ecd21b7
feat: refactor torrent table to use DataTable components and fix context menu bugs
Build MIPS Binary / build (push) Failing after 1m30s
2026-02-12 00:08:35 +03:00
spinline
7539307e18
feat: shadcn -> rust-ui.com migration + TorrentDetail silme
...
Build MIPS Binary / build (push) Successful in 5m15s
- Tüm leptos-shadcn-* paketleri kaldırıldı (19 dependency)
- leptos_ui, tw_merge, strum eklendi
- components/ui/ modülü oluşturuldu (Button, Card, Input)
- TorrentDetail bileşeni tamamen silindi
- sidebar.rs: saf HTML+Tailwind ile SidebarButton yardımcı bileşeni
- toolbar.rs, login.rs, setup.rs, add_torrent.rs: saf HTML+Tailwind
- table.rs: shadcn Card -> rust-ui Card
- app.rs: Skeleton -> animate-pulse div
2026-02-11 21:01:51 +03:00
spinline
f35b716f93
chore: cleanup frontend unused imports and variables
Build MIPS Binary / build (push) Has been cancelled
2026-02-11 19:03:36 +03:00
spinline
e3bc956256
feat: migrate to shadcn toast (sonner)
...
Build MIPS Binary / build (push) Has been cancelled
- frontend/src/app.rs: Replaced custom ToastContainer with SonnerProvider
- frontend/src/store.rs: Updated show_toast to use leptos_shadcn_toast::toast API
- frontend/src/components/toast.rs: Deleted custom toast component
- frontend/src/components/torrent/add_torrent.rs: Updated toast usage
- frontend/src/components/torrent/table.rs: Updated toast usage
2026-02-11 01:26:46 +03:00
spinline
45247a020e
fix: AddTorrent dialog stili düzeltildi, skeleton crate eklendi
...
Build MIPS Binary / build (push) Has been cancelled
- Dialog buggy leptos-shadcn-dialog yerine doğrudan shadcn HTML markup ile yeniden yazıldı
- Backdrop overlay, card panel, X close butonu eklendi
- leptos-shadcn-skeleton dependency eklendi
- Tailwind CSS rebuild edildi
2026-02-11 00:40:39 +03:00
spinline
ca1dd0caac
refactor: tüm bileşenler leptos-shadcn-ui'ye dönüştürüldü
...
Build MIPS Binary / build (push) Successful in 5m16s
- login.rs: Card, Input, Button, Label, Alert
- setup.rs: Card, Input, Button, Label, Alert
- add_torrent.rs: Dialog, Input, Button, Alert
- toast.rs: Alert bileşeni ile
- Cargo.toml: dialog, label, alert, toast, dropdown-menu, tooltip eklendi
2026-02-11 00:17:22 +03:00
spinline
ca31b4018f
feat: leptos-shadcn-tabs ile torrent detay paneli eklendi
...
Build MIPS Binary / build (push) Has been cancelled
- Cargo.toml: leptos-shadcn-tabs ve leptos-shadcn-scroll-area eklendi
- store.rs: selected_torrent sinyali eklendi (seçili torrent hash'i)
- detail.rs: General, Transfer, Files, Peers tab'lı detay paneli oluşturuldu
- table.rs: StoredValue ile satır tıklama ve seçili satır highlight
- app.rs: TorrentDetail paneli TorrentTable altına entegre edildi
2026-02-10 23:45:21 +03:00
spinline
376615813b
feat: finalize shadcn integration with portal-based context menu and clean build
Build MIPS Binary / build (push) Successful in 5m13s
2026-02-10 23:16:13 +03:00
spinline
fddc81365b
feat: complete modernization with shadcn, stateless auth, and performance optimizations
Build MIPS Binary / build (push) Successful in 5m20s
2026-02-10 22:16:36 +03:00
spinline
c85c75659e
feat: modernize stack with shadcn, struct_patch and msgpack
Build MIPS Binary / build (push) Failing after 6s
2026-02-10 19:02:53 +03:00
spinline
79a88306c3
fix: use .get() instead of .with() for RwSignal and fix indentation
Build MIPS Binary / build (push) Successful in 5m21s
2026-02-09 22:12:05 +03:00
spinline
96ca09b9bd
debug: add TorrentTable logging to trace UI rendering
Build MIPS Binary / build (push) Has been cancelled
2026-02-09 22:09:55 +03:00
spinline
41bd4fcd1b
fix: remove unused imports and suppress dead code warning
...
Build MIPS Binary / build (push) Failing after 1m11s
- Remove unused leptos::logging, leptos::html, leptos::task::spawn_local from toast.rs
- Remove unused Torrent import from table.rs
- Add #[allow(dead_code)] to modal.rs for unused fields
2026-02-09 21:30:03 +03:00
spinline
cd7d21cd48
fix: upgrade to leptos 0.8 with compatible deps
...
Build MIPS Binary / build (push) Failing after 1m28s
- Update leptos-use from 0.15 to 0.16 for reactive_graph compatibility
- Fix web-sys ProgressElement -> ProgressEvent feature
- Resolve closure ownership issues in context_menu.rs and statusbar.rs
- Update Cargo dependencies for stable compilation
2026-02-09 21:25:46 +03:00
spinline
95a0d59cc4
fix(frontend): leptos 0.8 migration fixes - Callback::run, StoredValue::new_local, traits
Build MIPS Binary / build (push) Failing after 1m22s
2026-02-09 20:39:23 +03:00
spinline
e1e8a89579
fix(frontend): address move semantics and signal/callback types for Leptos 0.8
Build MIPS Binary / build (push) Failing after 1m22s
2026-02-09 20:24:42 +03:00
spinline
9a3aae3f37
refactor(frontend): partial fix for Leptos 0.8 migration (imports, view types)
Build MIPS Binary / build (push) Failing after 1m23s
2026-02-09 20:18:50 +03:00
spinline
afdc34e131
perf: use keyed <For /> and fine-grained reactivity in torrent table
Build MIPS Binary / build (push) Has been cancelled
2026-02-09 00:39:44 +03:00
spinline
e1370db6ce
ui: rename Down Speed to DL Speed in torrent table
Build MIPS Binary / build (push) Successful in 4m26s
2026-02-09 00:07:07 +03:00
spinline
1bb3475d61
perf: optimize torrent store with HashMap for O(1) updates
Build MIPS Binary / build (push) Successful in 4m57s
2026-02-08 23:52:23 +03:00
spinline
cffc88443a
feat: add centralized API service layer for frontend
...
Build MIPS Binary / build (push) Successful in 5m18s
- 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:27:13 +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
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
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
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
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
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
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
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
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
209b7ec2c3
fix(ui): format ETA to be human readable
2026-02-05 00:28:30 +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
76195584a3
feat(ui): add dedicated Paused filter
2026-02-04 23:45:58 +03:00
spinline
07cfd41cd1
fix(logic): exclude incomplete paused torrents from completed filter
2026-02-04 23:32:02 +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