WIP: Dioxus Bootstrap migration — hero_auth #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_dioxus_bootstrap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
DO NOT MERGE
Dioxus WASM frontend migration per lhumina_code/home#26
- Create hero_auth_ui_wasm crate with dioxus 0.7 + dioxus-bootstrap-css 0.1.6 - Implement all 9 templates as Dioxus components (admin panel, login, register, setup, user table, stats, oauth test, rpc console, api docs, mcp docs) - Add JSON-RPC client (rpc.rs) and serde types (types.rs) - Feature-gate askama in server crate (default = ["askama"]) - Add --dist CLI arg for serving WASM dist directory - Add /assets/{*path} route for WASM dist static files - Index/login/register/setup handlers try dist/index.html first, fall back to askama - Add workspace with hero_auth_ui_wasm member - Both native and wasm32-unknown-unknown targets compile successfullyConvert remaining button { class: "btn..." } to Button { color, outline, size } using dioxus-bootstrap-css components.mik-tf referenced this pull request from lhumina_code/hero_os2026-03-16 16:34:04 +00:00
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.