[PR #917] [MERGED] chore(frontend): migrate vue component options #1058

Closed
opened 2025-11-01 21:10:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/917
Author: @dpschen
Created: 6/11/2025
Status: Merged
Merged: 6/17/2025
Merged by: @kolaente

Base: mainHead: feat/refactor-export-default-block-and-add-defineoptions


📝 Commits (1)

  • c0ddd01 chore(frontend): migrate vue component options

📊 Changes

16 files changed (+33 additions, -55 deletions)

View changed files

📝 frontend/src/components/project/views/ProjectList.vue (+2 -3)
📝 frontend/src/components/sharing/UserTeam.vue (+2 -3)
📝 frontend/src/views/project/settings/ProjectSettingsArchive.vue (+2 -4)
📝 frontend/src/views/project/settings/ProjectSettingsBackground.vue (+2 -3)
📝 frontend/src/views/project/settings/ProjectSettingsEdit.vue (+2 -4)
📝 frontend/src/views/project/settings/ProjectSettingsShare.vue (+2 -3)
📝 frontend/src/views/project/settings/ProjectSettingsWebhooks.vue (+3 -5)
📝 frontend/src/views/teams/NewTeam.vue (+2 -4)
📝 frontend/src/views/user/OpenIdAuth.vue (+2 -3)
📝 frontend/src/views/user/settings/Avatar.vue (+2 -3)
📝 frontend/src/views/user/settings/DataExport.vue (+2 -3)
📝 frontend/src/views/user/settings/Deletion.vue (+2 -4)
📝 frontend/src/views/user/settings/EmailUpdate.vue (+2 -3)
📝 frontend/src/views/user/settings/General.vue (+2 -3)
📝 frontend/src/views/user/settings/PasswordUpdate.vue (+2 -3)
📝 frontend/src/views/user/settings/TOTP.vue (+2 -4)

📄 Description

Summary

  • clean up legacy script blocks and use defineOptions macro instead
  • fix variable name in ProjectSettingsWebhooks

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/917 **Author:** [@dpschen](https://github.com/dpschen) **Created:** 6/11/2025 **Status:** ✅ Merged **Merged:** 6/17/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feat/refactor-export-default-block-and-add-defineoptions` --- ### 📝 Commits (1) - [`c0ddd01`](https://github.com/go-vikunja/vikunja/commit/c0ddd0125ff15423984f9bf597e95295acc9622e) chore(frontend): migrate vue component options ### 📊 Changes **16 files changed** (+33 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/project/views/ProjectList.vue` (+2 -3) 📝 `frontend/src/components/sharing/UserTeam.vue` (+2 -3) 📝 `frontend/src/views/project/settings/ProjectSettingsArchive.vue` (+2 -4) 📝 `frontend/src/views/project/settings/ProjectSettingsBackground.vue` (+2 -3) 📝 `frontend/src/views/project/settings/ProjectSettingsEdit.vue` (+2 -4) 📝 `frontend/src/views/project/settings/ProjectSettingsShare.vue` (+2 -3) 📝 `frontend/src/views/project/settings/ProjectSettingsWebhooks.vue` (+3 -5) 📝 `frontend/src/views/teams/NewTeam.vue` (+2 -4) 📝 `frontend/src/views/user/OpenIdAuth.vue` (+2 -3) 📝 `frontend/src/views/user/settings/Avatar.vue` (+2 -3) 📝 `frontend/src/views/user/settings/DataExport.vue` (+2 -3) 📝 `frontend/src/views/user/settings/Deletion.vue` (+2 -4) 📝 `frontend/src/views/user/settings/EmailUpdate.vue` (+2 -3) 📝 `frontend/src/views/user/settings/General.vue` (+2 -3) 📝 `frontend/src/views/user/settings/PasswordUpdate.vue` (+2 -3) 📝 `frontend/src/views/user/settings/TOTP.vue` (+2 -4) </details> ### 📄 Description ## Summary - clean up legacy script blocks and use `defineOptions` macro instead - fix variable name in ProjectSettingsWebhooks --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:10:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1058