Commit 7ceb062
committed
cli: Redesign ask-user to accordion layout
- Replace paginated form with accordion FAQ-style layout - All questions
visible at once, expandable to show options - Use OpenTUI useKeyboard
hook for terminal keyboard handling - Use MultilineInput component for
Custom text input - Rename "Other" to "Custom" with consistent radio
button styling - Fix multi-select answer formatting (always use
selectedOptions array) - Hide question numbers when only one question -
Delete unused components: confirm-screen, progress-indicator,
question-header - Delete unused hooks: use-auto-advance,
use-focus-manager, use-keyboard-navigation - Simplify chat-input-bar
integration with new accordion API1 parent 3dae913 commit 7ceb062
File tree
23 files changed
+885
-2852
lines changed- cli/src
- components
- ask-user
- __tests__
- components
- hooks
- utils
23 files changed
+885
-2852
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1452 | 1452 | | |
1453 | 1453 | | |
1454 | 1454 | | |
1455 | | - | |
1456 | | - | |
1457 | 1455 | | |
1458 | | - | |
1459 | | - | |
1460 | | - | |
1461 | 1456 | | |
1462 | 1457 | | |
1463 | 1458 | | |
| |||
Lines changed: 0 additions & 168 deletions
This file was deleted.
0 commit comments