[PR #2526] [MERGED] fix(frontend): prevent drag handle from overlapping project color in sidebar #8336

Closed
opened 2026-04-20 18:09:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2526
Author: @tink-bot
Created: 4/2/2026
Status: Merged
Merged: 4/3/2026
Merged by: @kolaente

Base: mainHead: fix-sidebar-drag-color-overlap


📝 Commits (1)

  • 5cd1f22 fix(frontend): prevent drag handle from overlapping project color in sidebar

📊 Changes

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

View changed files

📝 frontend/src/components/home/ProjectsNavigationItem.vue (+16 -17)

📄 Description

The drag handle icon in the sidebar was absolutely positioned independently of the color bubble, causing them to visually overlap at certain nesting levels.

This moves the drag handle inside the .color-bubble-wrapper container so both elements share the same positioning context and cleanly swap on hover.

Fixes #2493


🔄 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/2526 **Author:** [@tink-bot](https://github.com/tink-bot) **Created:** 4/2/2026 **Status:** ✅ Merged **Merged:** 4/3/2026 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix-sidebar-drag-color-overlap` --- ### 📝 Commits (1) - [`5cd1f22`](https://github.com/go-vikunja/vikunja/commit/5cd1f22ca786c27cba3ee3e2a475217f785656b3) fix(frontend): prevent drag handle from overlapping project color in sidebar ### 📊 Changes **1 file changed** (+16 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/home/ProjectsNavigationItem.vue` (+16 -17) </details> ### 📄 Description The drag handle icon in the sidebar was absolutely positioned independently of the color bubble, causing them to visually overlap at certain nesting levels. This moves the drag handle inside the `.color-bubble-wrapper` container so both elements share the same positioning context and cleanly swap on hover. Fixes #2493 --- <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 2026-04-20 18:09:36 -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#8336