You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a lightweight multi-page onboarding tour that auto-starts on first visit and can be replayed from the navbar
cover the requested key moments with concrete UI anchors: wallet connection, browsing groups, joining a forming group, and contributing to an active group
keep the implementation client-only and dependency-light by using a small custom tour overlay instead of adding a heavyweight runtime dependency
split the mocked group detail view into forming and active states so the tour can point to real join/contribute actions
Proof
manual code-path validation for the full route sequence: / -> /groups/1 -> /groups/2
local install is currently blocked because this repo references @sorosave/sdk as workspace:*, and the single-package checkout does not include the workspace root
attempted command: npm install
observed failure: Unsupported URL Type "workspace:"
Follow-up: the replayable onboarding tour is implemented and wired across the main flows.
One environment caveat remains from this checkout: the repo depends on a monorepo workspace:* package, so I could not run the full local install/build from this single-package checkout. If you want, I can still adjust the implementation based on review feedback or a workspace-root reproduction path.
Follow-up: I removed the hard workspace:* install blocker from this PR branch by mapping @sorosave/sdk to a local shim in this repo and dropping the external package dependency from package.json.\n\nThat makes this frontend branch self-contained for a standalone checkout, which was the main reason local install/build was previously blocked. The onboarding tour changes themselves are unchanged.
Follow-up: the PR is now clean on GitHub and the standalone-checkout install blocker has been removed from the branch by replacing the workspace:* SDK dependency with a local shim/path mapping. This should be easier to review and validate now.
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
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.
/claim #72
Proposed Changes
Proof
/->/groups/1->/groups/2@sorosave/sdkasworkspace:*, and the single-package checkout does not include the workspace rootnpm installUnsupported URL Type "workspace:"Checklist