[PR #429] [CLOSED] update code #736

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/429
Author: @xyjwsj
Created: 3/21/2025
Status: Closed

Base: mainHead: main


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/429 **Author:** [@xyjwsj](https://github.com/xyjwsj) **Created:** 3/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`9eedfbc`](https://github.com/go-vikunja/vikunja/commit/9eedfbc2876e305a9dba7b46a25fdc0b8b554e01) fix css - [`4d424eb`](https://github.com/go-vikunja/vikunja/commit/4d424eb2272690da19aed29edd4a21c673bab053) fix css - [`bba2515`](https://github.com/go-vikunja/vikunja/commit/bba2515d19f612b967273a90c2b9c69f26a7399f) Merge branch 'go-vikunja:main' into main - [`9b9bf18`](https://github.com/go-vikunja/vikunja/commit/9b9bf1813918a560f30025287f7daad8c428c0f0) notify && translation - [`eb600c3`](https://github.com/go-vikunja/vikunja/commit/eb600c3a77bf278d9d7f923b2fb091de4fd02074) css about - [`f8a2cf9`](https://github.com/go-vikunja/vikunja/commit/f8a2cf9ae0016890401cdae3f6338af5f4c829f9) Merge branch 'go-vikunja:main' into main - [`2269a3d`](https://github.com/go-vikunja/vikunja/commit/2269a3dd44ac1b5af5d9dd0436b475ee551516ad) bucket title of all task support ### 📊 Changes **27 files changed** (+242 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <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:03: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#736