semblance/src/components
michael 22b3ec19a5 Refactor FocusGroupModerator into smaller components and hooks
Extract business logic and UI into reusable pieces:

Custom Hooks:
- useFocusGroupAutoSave: debounced auto-save with retry logic
- useFolderManagement: folder CRUD operations
- usePersonaFiltering: filter state and persona filtering
- useDiscussionGuideGeneration: guide generation and progress

UI Components:
- SaveStatusIndicator: auto-save status display
- FolderSidebar: folder list and management
- PersonaFilterDialog: persona filter modal
- CopyGuideDialog: copy guide from other focus groups

Tab Components:
- SetupTab: form and asset uploader
- ReviewTab: discussion guide viewer
- ParticipantsTab: persona selection grid

Reduces FocusGroupModerator from 2,396 to ~600 lines (75% reduction).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 09:11:21 -06:00
..
ai-recruiter Collapse Customer Data Upload into accordion to reduce visual prominence 2025-12-02 09:34:28 -06:00
auth fixed folders to be database instead of local storage based, implemented gpt-5, fixed key theme export quotes 2025-08-09 06:38:49 -05:00
dashboard initial commit 2025-08-04 09:07:59 -05:00
focus-group-session Refactor FocusGroupModerator into smaller components and hooks 2025-12-04 09:11:21 -06:00
persona Rename Cooper Profile to Attitudinal Profile for clarity 2025-12-02 07:44:21 -06:00
ui Refactor FocusGroupModerator into smaller components and hooks 2025-12-04 09:11:21 -06:00
AIRecruiter.tsx Replace inline progress bars with modal progress dialogs for better visibility 2025-12-01 11:03:31 -06:00
AssetUploader.tsx Improve Customer Data Upload guidance with clearer instructions 2025-12-02 08:26:45 -06:00
Chart.tsx initial commit 2025-08-04 09:07:59 -05:00
ChatMessage.tsx refactored image/asset attachment to discussion guide and discussion messages to avoid back end filenames being displayed to user - use metadata system instead. Also added a detailed persona export to markdown. Also, bug fixes 2025-08-12 15:43:34 -05:00
FeatureCard.tsx initial commit 2025-08-04 09:07:59 -05:00
FocusGroupModerator.tsx Refactor FocusGroupModerator into smaller components and hooks 2025-12-04 09:11:21 -06:00
FolderTree.tsx added hierarchical folders (just two levels) with drag and drop management 2025-09-10 19:53:06 -05:00
FolderTreeItem.tsx truncated long folder names so the buttons are still visible, migrated legacy folders to new format 2025-09-11 10:40:01 -05:00
Hero.tsx initial commit 2025-08-04 09:07:59 -05:00
LoginRequired.tsx initial commit 2025-08-04 09:07:59 -05:00
Navigation.tsx initial commit 2025-08-04 09:07:59 -05:00
PersonaDetailsModal.tsx initial commit 2025-08-04 09:07:59 -05:00
ProtectedRoute.tsx initial commit 2025-08-04 09:07:59 -05:00
ThemeHighlighter.tsx initial commit 2025-08-04 09:07:59 -05:00
UserCard.tsx added drag and drop for reordering questions/activities in discussion guide edit mode 2025-08-26 09:52:24 -05:00
UserCreator.tsx Rename Cooper Profile to Attitudinal Profile for clarity 2025-12-02 07:44:21 -06:00
VoiceControls.tsx initial commit 2025-08-04 09:07:59 -05:00
WebSocketDirectTest.tsx added drag and drop for reordering questions/activities in discussion guide edit mode 2025-08-26 09:52:24 -05:00