Commit Graph

1 Commits

Author SHA1 Message Date
b0cfa0ab1b fix: resolve all ESLint errors + fix deploy workflow for CI
All checks were successful
CI/CD / test (push) Successful in 42s
CI/CD / deploy (push) Successful in 1s
- Replace all 'any' types with 'unknown' or proper types
- Remove unused imports and variables
- Add comments to empty catch blocks
- Fix Date.now() purity issue in ReportsPage (useMemo)
- Fix fetchNotifications declaration order in NotificationBell
- Restructure MeetingPrepModal effect for setState
- Split Toast exports into separate lib/toast.ts
- Fix constant binary expression in utils.test.ts
- Fix deploy workflow: compose.deploy + DOKPLOY_COMPOSE_ID
2026-01-30 04:37:53 +00:00