Organize/components/board
Brian Fertig 088da63de2 feat: add "Ask AI" dialog for groups with voice input
Introduce GroupAiDialog component allowing users to chat with an AI assistant to generate or refine group notes.
Add useSpeechRecognition hook wrapping the Web Speech API for microphone support.
Implement converseAboutGroup server action to handle the AI conversation loop, supporting iterative questioning and final note generation.
Extract joinApiUrl helper in lib/ai-settings.ts for consistent endpoint URL construction.
2026-08-12 15:48:05 -06:00
..
add-category-lane.tsx
add-group-popover.tsx
board-context.tsx feat: add AI provider config and todo completion timestamps 2026-08-12 15:01:54 -06:00
category-lane.tsx V1 Changes 2026-08-11 16:37:01 -06:00
color-swatch-picker.tsx
edit-group-dialog.tsx V1 Changes 2026-08-11 16:37:01 -06:00
empty-state.tsx
group-ai-dialog.tsx feat: add "Ask AI" dialog for groups with voice input 2026-08-12 15:48:05 -06:00
group-card-overlay.tsx V1 Changes 2026-08-11 16:37:01 -06:00
group-card.tsx feat: add "Ask AI" dialog for groups with voice input 2026-08-12 15:48:05 -06:00
hand-drawn-check.tsx V1 Changes 2026-08-11 16:37:01 -06:00
kanban-board.tsx feat(board): introduce Projects as isolated boards 2026-08-12 12:57:41 -06:00
mouse-follow-tooltip.tsx V1 Changes 2026-08-11 16:37:01 -06:00
notes-dialog.tsx V1 Changes 2026-08-11 16:37:01 -06:00
todo-checkbox.tsx V1 Changes 2026-08-11 16:37:01 -06:00
todo-create-popover.tsx V1 Changes 2026-08-11 16:37:01 -06:00
todo-edit-dialog.tsx feat: add AI provider config and todo completion timestamps 2026-08-12 15:01:54 -06:00
todo-progress-pie.tsx Completion Pie Charts 2026-08-12 11:24:43 -06:00