Commit graph

8 commits

Author SHA1 Message Date
Kynan Ware
d46f42a752 Refactor MultiSelectWithSearch to use result struct
Refactored the MultiSelectWithSearch function and related interfaces to use a MultiSelectSearchResult struct instead of multiple return values. This change improves clarity and extensibility of the search function signature, and updates all usages, mocks, and tests accordingly.
2026-01-26 13:29:22 -07:00
Kynan Ware
0beb74bf72 MultiSelectWithSearch initial implementation
Initial implementation of MultiSelectWithSearch:

- Implement by survey and accessible prompters. They use the same internal func under the hood.
- Implement in `gh preview prompter` for initial testing and demonstration
- Implement interface changes across the codebase and mocks to satisfy compiler.
- Implement tests for new MultiSelectWithSearch prompter
2026-01-26 13:29:22 -07:00
Kynan Ware
175767cc59 doc(preview): add long description 2025-05-10 11:54:32 -06:00
Kynan Ware
f305cb13de fix(prompter): print to iostreams stdout 2025-05-10 11:43:44 -06:00
Kynan Ware
c4ab455ebf fix(prompter): update prompter create for changes in trunk 2025-05-10 11:34:14 -06:00
Kynan Ware
3af32fb070 fix(preview): remove needless newlines 2025-05-10 10:46:35 -06:00
Kynan Ware
54a929dcd9 feat(preview): enforce fixed order for prompts 2025-04-16 15:49:30 -06:00
Kynan Ware
abd573ac66 feat(preview): add preview prompter command 2025-04-08 15:14:28 -06:00