mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 10:04:48 -05:00
[PR #871] [CLOSED] fix: many type errors #1017
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/871
Author: @kolaente
Created: 6/4/2025
Status: ❌ Closed
Base:
main← Head:codex/fix-all-type-errors📝 Commits (1)
e14bd81fix: address ts errors in user and team views📊 Changes
21 files changed (+193 additions, -151 deletions)
View changed files
📝
frontend/src/App.vue(+2 -2)📝
frontend/src/components/base/BaseButton.story.vue(+2 -2)📝
frontend/src/components/base/Expandable.vue(+27 -23)📝
frontend/src/helpers/parseDateOrNull.ts(+1 -1)📝
frontend/src/modelTypes/IAvatar.ts(+1 -1)📝
frontend/src/modelTypes/ICaldavToken.ts(+7 -2)📝
frontend/src/modelTypes/IUser.ts(+3 -2)📝
frontend/src/models/apiTokenModel.ts(+3 -3)📝
frontend/src/views/teams/EditTeam.vue(+20 -19)📝
frontend/src/views/teams/ListTeams.vue(+2 -1)📝
frontend/src/views/user/Login.vue(+13 -6)📝
frontend/src/views/user/PasswordReset.vue(+8 -7)📝
frontend/src/views/user/Register.vue(+10 -8)📝
frontend/src/views/user/RequestPasswordReset.vue(+4 -3)📝
frontend/src/views/user/settings/ApiTokens.vue(+27 -24)📝
frontend/src/views/user/settings/Avatar.vue(+24 -19)📝
frontend/src/views/user/settings/Caldav.vue(+5 -2)📝
frontend/src/views/user/settings/General.vue(+30 -23)📝
frontend/src/views/user/settings/TOTP.vue(+1 -1)📝
frontend/tsconfig.app.json(+2 -1)...and 1 more files
📄 Description
Summary
Testing
pnpm run typecheck(fails: numerous remaining type errors)https://chatgpt.com/codex/tasks/task_e_684064a140208322be9922555b661bc9
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.