Files
openwork/packages/app
Roopesh S 4ac19dbf34 feat: implement question tool modal (fixes #273) (#434)
- Add PendingQuestion type to types.ts
- Add question event handling in session.ts (question.asked, question.replied, question.rejected)
- Add pendingQuestions store, activeQuestion computed, questionReplyBusy signal
- Add respondQuestion and rejectQuestion API methods
- Create QuestionModal component with:
  - Sequential wizard flow (Question X of Y)
  - Keyboard navigation (Arrow Up/Down + Enter)
  - Multi-select and custom input support
  - Auto-advance for single-select options
- Integrate QuestionModal in session.tsx
- Wire up props in app.tsx
2026-02-03 22:40:59 -08:00
..
2026-02-03 10:05:45 -08:00