Skip to content

feat: filter project selector by typed prefix#206

Merged
almogdepaz merged 1 commit into
mainfrom
fix/project-prefix-filter
Jul 23, 2026
Merged

feat: filter project selector by typed prefix#206
almogdepaz merged 1 commit into
mainfrom
fix/project-prefix-filter

Conversation

@almogdepaz

Copy link
Copy Markdown
Owner

summary

  • filter the fetched project list locally by case-insensitive name prefix
  • restore the full list for blank input without refetching
  • autofocus the project-name input and clarify its placeholder
  • preserve existing project selection and typed-project creation flows

verification

  • GIT_CONFIG_COUNT=1 GIT_CONFIG_KEY_0=commit.gpgsign GIT_CONFIG_VALUE_0=false bun test — 1,831 passed
  • bunx playwright test — 108 passed, 126 expected skips
  • bun run typecheck
  • git diff --check
  • live desktop click path confirmed focus and placeholder after server-only deployment

closes #178

@almogdepaz
almogdepaz merged commit 8c26822 into main Jul 23, 2026
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: filter project selector by typed prefix

1 participant