Retire duplicate community creation wizard - #277
Merged
Caneryy merged 7 commits intoAug 30, 2026
Merged
Conversation
Make /communities/create the sole creation path by extracting CommunityCreationWizard, redirecting /community/new, migrating unit/E2E coverage, and deleting the assignee duplicate modules while preserving draft, discard, account-change, and deployment recovery behavior. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@CemAyyildiz is attempting to deploy a commit to the caneryy's projects Team on Vercel. A member of the Team first needs to authorize it. |
Align lockfile with workspace package.json so frontend CI install step can run. Co-authored-by: Cursor <cursoragent@cursor.com>
Align Stellar client networkPassphrase usage, network guard typing, proposal state loading effects, transaction lifecycle ref updates, and CI workflow (stellar-cli install, e2e lockfile cache) so PR checks can run on fork PRs. Co-authored-by: Cursor <cursoragent@cursor.com>
…ard and vitest Co-authored-by: Cursor <cursoragent@cursor.com>
…ad-only RPC paths Co-authored-by: Cursor <cursoragent@cursor.com>
…n Linux Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
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
/communities/createthe single community creation implementation viaCommunityCreationWizard/community/new→/communities/createCreateCommunityWizard,community-creation, andcommunity-factorymodulesCloses #249
Test plan
community-creationPlaywright suite passes against/communities/create(12/12 desktop+mobile)lint/typecheck/teststill fail onmainbaseline (unrelated: proposals page hooks,contracts.tspassphrase,voteAggregationmocks, etc.)/community/newredirects to/communities/create(unit + Playwright assertions)