Skip to content

feat(ui): add start project modal - #384

Merged
yicheng47 merged 1 commit into
mainfrom
feat/383-start-project-modal
Aug 1, 2026
Merged

feat(ui): add start project modal#384
yicheng47 merged 1 commit into
mainfrom
feat/383-start-project-modal

Conversation

@yicheng47

Copy link
Copy Markdown
Owner

Summary

  • replace the sidebar directory-picker shortcut with a Start Project modal
  • prefill from the default working directory and keep the name derived until manually edited
  • preserve project selection and refresh behavior after creation
  • move project-scoped start-modal coverage and add focused StartProjectModal tests

Validation

  • pnpm exec tsc --noEmit
  • pnpm run lint
  • pnpm test (40 files, 295 tests)
  • manual smoke test

Closes #383

@yicheng47
yicheng47 merged commit 8cab442 into main Aug 1, 2026
2 checks passed
@yicheng47
yicheng47 deleted the feat/383-start-project-modal branch August 1, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Start Project modal replacing the bare directory picker

1 participant