feat(ui): guest browse mode — browse marketplace without login (US-1) - #23
Merged
Merged
Conversation
- login page: add "先逛逛市场 (Guest browse)" entry + points mechanism explanation (US-2: 1pt≈1 CNY, fractional consumption, daily gift) - guest mode: enter marketplace without login, browse/search/filter/sort/see prices - guest restriction: use/consume prompts login; nav shows only marketplace; other pages (wallet/sharing/transactions/settings/admin) blocked with login prompt - login exits guest mode and restores full nav; logout returns to login page - ui/README.md documents guest browse mode
7 tasks
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
Implements guest browse mode (US-1) — the UI prototype previously required login to view the marketplace, but the user story requires that visitors (not logged in) can browse the model market first.
Host rant:
2026-08-15T08:57:37— "UI 原型补齐"访客未登录浏览市场"功能(US-1)"Changes
ui/README.mddocuments the guest browse modeRelated Issue
No issue (rant-driven; issue #6 remains unclaimed)
Tests
cargo testpasses (1 passed)cargo fmt --checkpassesnode --check ui/js/app.jspassesChecklist
feat/ui-guest-browse)