- Add logLevel field to UserProfile interface
- Update logger to support 'none' level and remove production restrictions
- Add log level selector in settings UI with immediate effect
- Remove unused preview synchronization code
- Update @webcontainer/api dependency version
Implement renderTabContent function to dynamically display tab components based on active tab selection. Remove unused TabWithDevType interface and import required tab components.
remove developer-specific tabs, hooks, and APIs including debug status, update checks, and system diagnostics
simplify tab configuration to only support user mode
clean up unused code, routes and update types accordingly
- Move stores/utils/types to their relative directories (i.e chat stores in chat directory)
- Move utility files to shared/utils
- Move component files to shared/components
- Move type definitions to shared/types
- Move stores to shared/stores
- Update import paths across the project