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
|
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
|
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
|
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
|
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
|
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
|
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 |
|