docs: rework UI flow sketches — browser chrome, URLs, extension layout, browser-wallet provider-connect steps#105
Merged
Conversation
…t, browser-wallet provider-connect steps - wrap every web SPA screen in browser-window chrome (traffic-light dots + URL bar) - wrap every browser-wallet screen in extension-popup chrome - show the actual route in each URL bar, derived from each app's router (provider-console, council-console, network-dashboard, moonlight-pay) - pin each page navbar flush at the top of its browser/extension container - insert the provider-connect screen sequence (home → channel-picker → sign-request → home connected) into the 4 browser-wallet privacy flows: send-private-transfer, receive-private-address, deposit-and-activate, withdraw-to-public - regenerate sketches/all-sketches-combined.excalidraw via sketches/scripts/regen-combined.py - update sketches/README.md status block to reflect the rework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reworks the 26 lofi UI flow sketches from
#102per PM design review. Each screen now sits inside a browser-window or extension-popup container so the wireframes read as actual rendered pages.Changes by category
#/login,#/home,#/setup/metadata,#/setup/fund,#/setup/join,#/recover,#/provider/:pk#/login,#/,#/council,#/create-council/{metadata,fund,create,assets,invite},#/recover-council,#/join#/login,#/,#/admin,#/onboarding/{account,treasury},#/pay/:merchant?amount=…&description=…send-private-transfer.excalidraw— home (no privacy provider) → channel-picker (open) → sign-request (provider auth) → home (provider connected) → sendreceive-private-address.excalidraw— same sequence before receivedeposit-and-activate.excalidraw— same sequence inserted between ramp and the deposit formwithdraw-to-public.excalidraw— same sequence before withdrawsketches/all-sketches-combined.excalidrawrebuilt viapython3 sketches/scripts/regen-combined.py. The regen script picks up the wider chrome boxes mechanically; no script change required.URL host derivation
Host strings use the testnet variants
*-testnet.moonlightprotocol.io(provider-testnet, council-testnet, dashboard-testnet, pay-testnet) per PM Phase 0 confirmation. The original first-cut's per-screen labels (e.g./login,/setup/metadata) carried over unchanged as the URL paths.Test plan
.excalidrawand confirm the chrome wraps the screen with the URL string in the address barall-sketches-combined.excalidrawand confirm all 5 app rows render