mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-28 16:15:56 +00:00
- Fix Multiselect.vue generic component type annotation issue by removing complex generic constraint and moving i18n calls from default props to computed properties - Replace generic type parameter with concrete type to resolve Vue 3.5+ script setup export issues - Add proper type guards and assertions in select(), remove(), and emit functions - Fix UserTeam.vue template type casting for IUser and ITeam interfaces - Fix EditAssignees.vue event handler type casting from generic T to IUser - Add skipLibCheck to TypeScript configuration for better library compatibility - All TypeScript errors now resolved, typecheck passes cleanly - Unit tests: 690 passing, E2E tests running successfully 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
714 B
714 B