Skip to content

feat: add filter to context switcher#53

Open
YoungJinJung wants to merge 1 commit intomainfrom
feat/context-filter
Open

feat: add filter to context switcher#53
YoungJinJung wants to merge 1 commit intomainfrom
feat/context-filter

Conversation

@YoungJinJung
Copy link
Copy Markdown
Contributor

Summary

Add / key filter support to the context switcher screen. Users can now filter contexts by name, profile, or region using keyword matching — same UX pattern as EC2/RDS/Route53 list screens.

Related Issues

Closes #52

Validation

  • make test passes
  • make build succeeds
  • / toggles filter mode, typing filters context list in real-time, esc exits filter mode

Checklist

  • Scope is focused
  • Docs updated (README filter description updated)
  • Tests/validation included
  • Breaking changes documented (none)

- Add `/` key to toggle filter mode in context picker
- Match against context name, profile, and region
- Follow existing EC2/RDS filter pattern for consistent UX
- Update README to reflect context filter support
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: add filter to context switcher

1 participant