You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(logging): improve remote logging and debug mode support
- Add debug log level support and corresponding console.debug override
- Introduce enableDebug method to activate debug logging via UI button
- Fix console method argument spreading to handle empty arguments properly
- Add new bug icon button in settings page to toggle debug logging mode
- Implement toast notification on enabling debug mode
- Update logging write function to respect debug activation flag
- Change default cache state in @analogjs/trpc from active to inactive
- Change console.log to console.info for device linking success messages
- Add CSS classes for responsive element visibility (.hidden, .mobile-hidden)
- Replace hidden class usage to hide text on mobile for web navigation items
- Add cache-control header to disable caching in trpc server responses
- Remove stray trailing whitespace and unnecessary blank lines in code files
0 commit comments