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
This commit is contained in:
Ra
2025-08-20 03:30:04 -07:00
parent 1a9e92d7bd
commit cf565df13e
47 changed files with 6654 additions and 2007 deletions

View File

@@ -10,7 +10,7 @@ const isLocalhost = typeof window !== 'undefined' &&
// Use Firebase Functions emulator in development, production functions in production
export const API_URL = isLocalhost
? 'http://127.0.0.1:5002/auditly-c0027/us-central1' // Firebase Functions Emulator
: 'https://your-project.cloudfunctions.net'; // Production Firebase Functions
: 'https://us-central1-auditly-c0027.cloudfunctions.net'; // Production Firebase Functions
// Log URL configuration in development
if (import.meta.env.DEV) {
@@ -51,7 +51,7 @@ export const REPORT_DATA: Report = {
},
risks: ['Sample data - use AI-generated reports'],
recommendation: {
action: 'Sample',
action: 'Keep',
details: ['Sample data - use AI-generated reports'],
},
grading: [],
@@ -114,7 +114,7 @@ export const SAMPLE_COMPANY_REPORT: CompanyReport = {
submissionRate: 0,
lastUpdated: Date.now(),
averagePerformanceScore: 0,
riskLevel: 'Unknown'
riskLevel: 'Low'
},
gradingBreakdown: [],
operatingPlan: { nextQuarterGoals: [], keyInitiatives: [], resourceNeeds: [], riskMitigation: [] },