respira/src
Jan-Henrik Bruhn 3516b609f6 Fix ESLint configuration and resolve all linting issues
- Rename eslint.config.js to eslint.config.mjs to support ES modules
- Remove unused parameters from interface implementations
- Fix refs access during render in WorkflowStepper by removing redundant check
- Wrap colorBlocks computation in useMemo to fix exhaustive-deps warning

All linting errors and warnings are now resolved.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-11 14:11:35 +01:00
..
assets initial 2025-11-30 22:18:14 +01:00
components Fix ESLint configuration and resolve all linting issues 2025-12-11 14:11:35 +01:00
hooks Move error display to header with clickable popover 2025-12-11 12:31:57 +01:00
platform Fix ESLint configuration and resolve all linting issues 2025-12-11 14:11:35 +01:00
services Add Bluetooth pairing error detection and automatic disconnect handling 2025-12-07 13:49:34 +01:00
styles Implement comprehensive UI/UX improvements 2025-12-06 13:15:51 +01:00
types Add Electron desktop application support with Electron Forge 2025-12-07 22:39:38 +01:00
utils Add thread metadata display and unique color handling 2025-12-10 14:10:27 +01:00
App.css Enhance UI/UX with loading states, animations, and pattern lock functionality 2025-12-06 19:28:24 +01:00
App.tsx Increase left column width from 400px to 480px 2025-12-11 12:44:33 +01:00
index.css Migrate to Tailwind CSS and fix canvas zoom issues 2025-12-05 23:25:55 +01:00
main.tsx initial 2025-11-30 22:18:14 +01:00