mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-22 06:11:08 -05:00
[PR #429] [CLOSED] update code #736
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/429
Author: @xyjwsj
Created: 3/21/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (7)
9eedfbcfix css4d424ebfix cssbba2515Merge branch 'go-vikunja:main' into main9b9bf18notify && translationeb600c3css aboutf8a2cf9Merge branch 'go-vikunja:main' into main2269a3dbucket title of all task support📊 Changes
27 files changed (+242 additions, -86 deletions)
View changed files
📝
Dockerfile(+1 -1)📝
frontend/src/components/home/AppHeader.vue(+3 -3)📝
frontend/src/components/home/MenuButton.vue(+2 -2)📝
frontend/src/components/input/editor/TipTap.vue(+6 -0)📝
frontend/src/components/project/views/ProjectKanban.vue(+14 -7)📝
frontend/src/components/project/views/ProjectTable.vue(+13 -0)📝
frontend/src/components/tasks/partials/Comments.vue(+2 -1)📝
frontend/src/components/tasks/partials/EditAssignees.vue(+13 -1)📝
frontend/src/components/tasks/partials/EditLabels.vue(+12 -1)📝
frontend/src/components/tasks/partials/Heading.vue(+30 -10)📝
frontend/src/components/tasks/partials/KanbanCard.vue(+5 -2)📝
frontend/src/components/tasks/partials/PrioritySelect.vue(+29 -0)📝
frontend/src/components/tasks/partials/SingleTaskInProject.vue(+7 -0)📝
frontend/src/composables/useDaytimeSalutation.ts(+1 -0)📝
frontend/src/composables/useTaskList.ts(+1 -0)📝
frontend/src/helpers/hourToDaytime.ts(+2 -1)📝
frontend/src/i18n/lang/en.json(+1 -0)📝
frontend/src/i18n/lang/zh-CN.json(+36 -34)📝
frontend/src/modelTypes/ITask.ts(+1 -0)📝
frontend/src/styles/custom-properties/colors.scss(+1 -1)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.