Commit Graph

11 Commits

Author SHA1 Message Date
Ra
b41f489fe6 update 9/20/25 2025-09-22 20:05:51 -07:00
Ra
d33c1767bc add markdown formatting to the AI's responses for the chat page 2025-09-02 16:49:47 -07:00
Ra
ad15aaa35e fix most of the listed bugs 2025-08-26 11:23:27 -07:00
Ra
39b93237fb fix some refs to neutrals 2025-08-25 15:55:43 -07:00
Ra
0d7b8d104b fix: simplify EmployeeQuestionnaireNew to use invite-only flow
- Remove all authentication and org context dependencies
- Simplify component to work only with invite codes from URL
- Remove complex user/employee matching logic
- Keep exact Figma UI components and styling
- Use only submitViaInvite function for API submissions
- Employees never need to log in, only use invite link
2025-08-25 14:42:33 -07:00
Ra
daa89b6cbf update, not done 2025-08-25 10:46:46 -07:00
Ra
1ed3e16ff6 commit before mass find + replace 2025-08-24 16:18:58 -07:00
Ra
9c20073755 update the chat to use the new chat, fix file uploads, mentions, and message area scaling 2025-08-20 15:26:23 -07:00
Ra
cf565df13e feat: major UI overhaul with new components and enhanced UX
- Add comprehensive Company Wiki feature with complete state management
  - CompanyWikiManager, empty states, invite modals
- Implement new Chat system with enhanced layout and components
  - ChatLayout, ChatSidebar, MessageThread, FileUploadInput
- Create modern Login and OTP verification flows
  - LoginNew page, OTPVerification component
- Add new Employee Forms system with enhanced controller
- Introduce Figma-based design components and multiple choice inputs
- Add new font assets (NeueMontreal) and robot images for onboarding
- Enhance existing components with improved styling and functionality
- Update build configuration and dependencies
- Remove deprecated ModernLogin component
2025-08-20 04:06:49 -07:00
Ra
1a9e92d7bd Implement comprehensive report system with detailed viewing and AI enhancements
- Add detailed report viewing with full-screen ReportDetail component for both company and employee reports
- Fix company wiki to display onboarding Q&A in card format matching Figma designs
- Exclude company owners from employee submission counts (owners contribute to wiki, not employee data)
- Fix employee report generation to include company context (wiki + company report + employee answers)
- Fix company report generation to use filtered employee submissions only
- Add proper error handling for submission data format variations
- Update Firebase functions to use gpt-4o model instead of deprecated gpt-4.1
- Fix UI syntax errors and improve report display functionality
- Add comprehensive logging for debugging report generation flow

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-18 19:08:29 -07:00
Ra
557b113196 Fix organization setup flow: redirect to onboarding for incomplete setup 2025-08-18 10:33:45 -07:00