Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue details three code quality improvements identified during a review. The first addresses incomplete time formatting, the second adds error handling for localStorage operations, and the third resolves a potential focus issue in the EditModal component by adjusting the `immediate` watch option. These fixes aim to enhance the application's robustness and user experience.
AI Summary: The `npm run build` command is failing due to version incompatibility between `vue-tsc`, `vue`, and `typescript`. Specifically, `vue-tsc@^1.8.0` is not compatible with `vue@^3.4.0` and `typescript@^5.3.0`. Additionally, redundant type declarations in `src/vite-env.d.ts` conflict with newer Volar plugin behavior, and the build script lacks a fallback to skip type checking.