[PR #1863] [MERGED] feat: show task card preview when hovering over task title in list and table view #5287

Closed
opened 2026-04-16 13:33:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1863
Author: @kolaente
Created: 11/22/2025
Status: Merged
Merged: 11/22/2025
Merged by: @kolaente

Base: mainHead: feature/glance


📝 Commits (5)

📊 Changes

5 files changed (+391 additions, -66 deletions)

View changed files

📝 frontend/src/components/project/views/ProjectTable.vue (+8 -10)
frontend/src/components/tasks/partials/CommentCount.vue (+46 -0)
📝 frontend/src/components/tasks/partials/KanbanCard.vue (+8 -22)
📝 frontend/src/components/tasks/partials/SingleTaskInProject.vue (+16 -34)
frontend/src/components/tasks/partials/TaskGlanceTooltip.vue (+313 -0)

📄 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/1863 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 11/22/2025 **Status:** ✅ Merged **Merged:** 11/22/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feature/glance` --- ### 📝 Commits (5) - [`97cbc96`](https://github.com/go-vikunja/vikunja/commit/97cbc96562445f36673fa6481076f20f938fc7fb) feat: show task card on hovering over a task title - [`cc2baba`](https://github.com/go-vikunja/vikunja/commit/cc2bababc31f0cfc264b03c47d49bf350f2b553b) feat: show first 150 chars of the description - [`d8fa562`](https://github.com/go-vikunja/vikunja/commit/d8fa56225f654f22cc290a7ddf2f34326e160e16) fix spacing - [`d5ef0cc`](https://github.com/go-vikunja/vikunja/commit/d5ef0ccf43efac7f94636cc554a0aa856f54ac4a) fix: lint - [`723f32d`](https://github.com/go-vikunja/vikunja/commit/723f32d6e784627d421b79d1d5d332ac9036191c) fix due date ### 📊 Changes **5 files changed** (+391 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/project/views/ProjectTable.vue` (+8 -10) ➕ `frontend/src/components/tasks/partials/CommentCount.vue` (+46 -0) 📝 `frontend/src/components/tasks/partials/KanbanCard.vue` (+8 -22) 📝 `frontend/src/components/tasks/partials/SingleTaskInProject.vue` (+16 -34) ➕ `frontend/src/components/tasks/partials/TaskGlanceTooltip.vue` (+313 -0) </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 2026-04-16 13:33:05 -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#5287