e902efc04f36fdefe8fda9419896f94d8de4717b
- Add client/networks.rs: Leptos page with ServerAction + Resource pattern * ActionForm for CIDR creation (auto-clears after submit) * delete button dispatches DeleteNetwork action per row * Resource re-fetches after each create/delete via action.version() * Suspense shows "Loading…" while Resource is pending - Register /networks route in app.rs with temporary nav bar - Fix db.rs: create_pool now creates the SQLite file if missing (AnyPool has no create_if_missing option unlike SqlitePool) - Remove redundant directory creation from main.rs (handled in db.rs) - Fix ActionForm import: use leptos::form::ActionForm (not leptos_router) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Rust
86.4%
CSS
12.9%
HTML
0.7%