fix: resolve ESLint errors for CI
Some checks failed
CI/CD / test (push) Failing after 1m23s
CI/CD / deploy (push) Has been skipped

- Remove unused imports (Flag, Tag, Hash, User, FolderPlus, Check, Plus, Link, cn, formatDate, getPriorityLabel)
- Remove unused variable (inbox in Sidebar)
- Fix empty catch block with comment
- Replace any types with proper Mock/Record types in tests
- Suppress set-state-in-effect for intentional form state sync
- Remove unused get parameter from zustand store
This commit is contained in:
2026-01-30 03:00:17 +00:00
parent 1087da5fd8
commit 5a4d7e0ba9
10 changed files with 26 additions and 27 deletions

2
dist/index.html vendored
View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Todo App - Task management made simple" />
<title>Todo App</title>
<script type="module" crossorigin src="/assets/index-BYeSixg2.js"></script>
<script type="module" crossorigin src="/assets/index-BJQCGGBb.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C44jgAFE.css">
</head>
<body>