semblance_backup/src
michael 11fcfdc136 Replace inline progress bars with modal progress dialogs for better visibility
- Created new reusable ProgressModal component with animated progress bar
- Converted all inline GenerationProgressBar usages to modal dialogs:
  - AIRecruiter.tsx: Persona generation
  - FocusGroupModerator.tsx: Discussion guide generation
  - FocusGroupSession.tsx: Key themes extraction
  - SyntheticUsers.tsx: Persona summary generation
  - PersonaModificationModal.tsx: Persona modification
- Modal features: auto-dismiss after completion, non-dismissible during operation,
  cancel support, progress animation from 0-90% over 54 seconds
- Fixed broken theme generation state calls in FocusGroupSession.tsx

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 11:03:31 -06:00
..
components Replace inline progress bars with modal progress dialogs for better visibility 2025-12-01 11:03:31 -06:00
config added drag and drop for reordering questions/activities in discussion guide edit mode 2025-08-26 09:52:24 -05:00
contexts graceful handling of expired JWT token 2025-09-03 13:15:00 -05:00
hooks made long actions cancellable (like persona generation, etc.), increased variety of persona generation with prompt changes and temperature variable, reduced length of key theme quotes, bug fixes 2025-09-10 16:24:05 -05:00
lib added full persona profile export in bulk actions menu (CSV, JSON and Markdown formats) 2025-09-10 22:38:35 -05:00
pages Replace inline progress bars with modal progress dialogs for better visibility 2025-12-01 11:03:31 -06:00
services added full persona profile export in bulk actions menu (CSV, JSON and Markdown formats) 2025-09-10 22:38:35 -05:00
styles initial commit 2025-08-04 09:07:59 -05:00
types made long actions cancellable (like persona generation, etc.), increased variety of persona generation with prompt changes and temperature variable, reduced length of key theme quotes, bug fixes 2025-09-10 16:24:05 -05:00
utils upgraded to Gemini 3.0 Pro (gemini-3-pro-preview) from Gemini 2.5 Pro 2025-12-01 10:37:36 -06:00
.DS_Store converted message polling to websockets 2025-08-10 18:08:34 -05:00
App.css initial commit 2025-08-04 09:07:59 -05:00
App.tsx added drag and drop for reordering questions/activities in discussion guide edit mode 2025-08-26 09:52:24 -05:00
index.css various bug fixes and UI tweaks 2025-08-07 16:34:37 -05:00
main.tsx initial commit 2025-08-04 09:07:59 -05:00
vite-env.d.ts initial commit 2025-08-04 09:07:59 -05:00