SPA login/register should match SSR design (demo accounts, polished forms) #41
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#41
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?
Problem
The SPA at
dev-app.projectmycelium.orghas a minimal vault-based login/register flow that doesn't match the polished SSR version atprojectmycelium.org/marketplace/demo.SSR (reference — what we want)
SPA (current — needs update)
What needs to change
The SPA login/register pages in
projectmycelium_marketplace_frontendneed to:ENVIRONMENT_BANNERis setRepo
projectmycelium_marketplace_frontend(Dioxus WASM)— mik-tf
Fixed
SPA login/register now matches SSR design:
Commit:
mycelium_code/projectmycelium_marketplace_frontend@6f27a61All 36/36 Playwright tests pass against dev-app.projectmycelium.org.
— mik-tf