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
ci(github): add linting and type-checking workflows
Introduce automated CI pipelines for Biome linting/formatting and TypeScript type-checking to ensure code quality and prevent regressions.
Also includes various stability improvements:
- Refactor `useHistoryStore` to use more robust IndexedDB transaction handling.
- Enhance error boundary logging with environment-aware logic.
- Improve `AudioPlayer` loop point validation logic.
- Add search highlighting to `EnhancedTranscript`.
- Implement safer `localStorage` access in analytics and page components.
0 commit comments