Open Issues Need Help
View All on GitHub [Refactor] Extract shared constants and type definitions from app.ts about 2 hours ago
AI Summary: This issue aims to refactor the `app.ts` file by extracting its numerous type definitions and constants into dedicated shared modules. This will improve maintainability, adhere to DRY and SOLID principles, and reduce the file's symbol count by moving breathing-related types, theme configurations, and various constants (shapes, patterns, themes) into `src/shared/types` and `src/shared/constants` directories.
Complexity:
1/5
good first issue refactor priority: high