Improved
- Code Quality Enforcement: Lint and type checking are now required to pass in CI
- Previously these checks ran but failures were silently ignored
- Pull requests with lint or type errors will now be blocked until fixed
- Cleaner React Patterns: Replaced several state-syncing effects with derived state
- "How to Update" section now expands automatically when an update is available, without extra re-renders
- Configuration warning banner loads faster by reading session state upfront
- Base path and About section settings initialize without flicker
Dependencies
- Bumped axios, typescript-eslint, eslint-plugin-react-refresh, react-router-dom
Full Changelog: v1.2.0...v1.2.1