[PR #1322] [MERGED] Fix/priority label task link spacing #1422

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1322
Author: @zapp88
Created: 8/20/2025
Status: Merged
Merged: 8/31/2025
Merged by: @kolaente

Base: mainHead: fix/priority-label-task-link-spacing


📝 Commits (7)

  • 2d352ba fix(frontend): add missing permission translation keys
  • dc3d74a fix(frontend): improve Polish permission translations
  • 9818bca refactor(frontend): clean up permission translation structure
  • 960d8c5 fix(frontend): restore Polish permission translations
  • 8663dfb fix(frontend): correct Polish translation key from permission to right
  • 087d472 fix(frontend): add spacing between priority label and task link
  • 9853729 Merge branch 'main' into fix/priority-label-task-link-spacing

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 frontend/src/components/tasks/partials/SingleTaskInProject.vue (+1 -1)

📄 Description

Problem

There was no spacing between the priority label and task link in the project view, causing them to appear cramped together and affecting readability.

Solution

  • Added mie-1 class to the PriorityLabel component in SingleTaskInProject.vue
  • This adds proper margin-inline-end (right margin in LTR layouts) using the existing Bulma utility class system
  • Maintains consistency with the project's existing design patterns

Fixes https://github.com/go-vikunja/vikunja/issues/1323


🔄 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/1322 **Author:** [@zapp88](https://github.com/zapp88) **Created:** 8/20/2025 **Status:** ✅ Merged **Merged:** 8/31/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix/priority-label-task-link-spacing` --- ### 📝 Commits (7) - [`2d352ba`](https://github.com/go-vikunja/vikunja/commit/2d352bacc8e2e4c2940d267923a460419b2b8e4e) fix(frontend): add missing permission translation keys - [`dc3d74a`](https://github.com/go-vikunja/vikunja/commit/dc3d74acc5c9a603355e4fb17b6f8411ff7624ef) fix(frontend): improve Polish permission translations - [`9818bca`](https://github.com/go-vikunja/vikunja/commit/9818bca80d085f8b9812ba8ba6c86fdbecf61c3f) refactor(frontend): clean up permission translation structure - [`960d8c5`](https://github.com/go-vikunja/vikunja/commit/960d8c544fdbd7ab3c5b087f86413bb79869b388) fix(frontend): restore Polish permission translations - [`8663dfb`](https://github.com/go-vikunja/vikunja/commit/8663dfb41b31d0313f8a98f59951e41a32c36089) fix(frontend): correct Polish translation key from permission to right - [`087d472`](https://github.com/go-vikunja/vikunja/commit/087d472a92d7de0c90424a7a109fc70af0f0d2c1) fix(frontend): add spacing between priority label and task link - [`9853729`](https://github.com/go-vikunja/vikunja/commit/98537293b1a0ac9e0d53140912776b23de71e6af) Merge branch 'main' into fix/priority-label-task-link-spacing ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/tasks/partials/SingleTaskInProject.vue` (+1 -1) </details> ### 📄 Description Problem There was no spacing between the priority label and task link in the project view, causing them to appear cramped together and affecting readability. Solution - Added mie-1 class to the PriorityLabel component in SingleTaskInProject.vue - This adds proper margin-inline-end (right margin in LTR layouts) using the existing Bulma utility class system - Maintains consistency with the project's existing design patterns Fixes https://github.com/go-vikunja/vikunja/issues/1323 --- <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:18:40 -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#1422