v1.3 — Rebuild admin dashboard in Dioxus + dioxus-bootstrap-css #9
Labels
No labels
meeting-notes
meeting-sensitive
meeting-transcript
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coopcloud_code/home#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
v1.3 — Admin Dashboard in Dioxus
The admin dashboard currently uses Axum + Tera + Bootstrap CDN (server-side HTML). This is the old pattern we migrated away from in the main marketplace.
Rebuild it in Dioxus 0.7 + dioxus-bootstrap-css to match the marketplace SPA stack.
Why
Scope
Rewrite
projectmycelium_marketplace_adminfrom Tera templates to Dioxus:Keep
POST /rpc)Replace
admin.css+admin.js→ Dioxus signals + dioxus-bootstrap-cssDashboard tabs (10)
Stack
Rules
Acceptance criteria
Status: In progress
Admin dashboard Dioxus rebuild is running — rewriting 12 Tera templates to Dioxus + dioxus-bootstrap-css components.
What is being done now
src/templates/*.html(12 Tera files) with Dioxus componentssrc/static/css/admin.css+src/static/js/admin.jswith dioxus-bootstrap-css/rpcforwarding and WASM servingWhat is left after this issue
projectmycelium_marketplace_adminrepoInfrastructure readiness
projectmycelium.organdzdfz.liveboth active with unified API keymake release TAG=x.y.z)v1.3 Complete
Commit:
790460eonprojectmycelium_marketplace_adminWhat was done
All web interfaces now on Dioxus