Commit Graph

8 Commits

Author SHA1 Message Date
Claude Loop
485b41f16f fix: resolve final TypeScript issues in Multiselect and related components
- 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>
2025-09-20 07:18:13 +00:00
Claude Loop
f97bdeb1fb fix: resolve initial TypeScript issues in frontend
- Fix vite.config.ts ImportMetaEnv type annotation
- Remove problematic vite-plugin-sentry/client type reference
- Fix Vue transition hook types in Expandable.vue component
- Add proper type annotation for BaseButton story setup function
- Fix potential undefined access in BasePagination component

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-20 00:26:39 +00:00
Dominik Pschenitschni
fc369fb558 feat(ts): improve module declarations (#957) 2025-06-16 22:32:40 +02:00
Dominik Pschenitschni
3f9e18b39c fix(types): readd DOM.Iterable types
originally they are included in @vue/tsconfig/tsconfig.dom.json but get overwritten by `compilerOptions/lib` in `tsconfig.app.json`
2025-06-05 16:14:32 +02:00
Dominik Pschenitschni
bbfd5270db feat: add tailwind with prefix (#2513)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2513
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2024-07-19 07:33:10 +00:00
Dominik Pschenitschni
bf28a0c795 fix(ts): align with create-vue setup 2024-06-19 14:05:41 +00:00
Dominik Pschenitschni
9fa8c5429b fix: remove jsxTemplates
this is not necessary any more in vite 5
2024-06-11 19:38:07 +00:00
kolaente
fc4676315d chore: move frontend files 2024-02-07 14:56:56 +01:00