[PR #2258] [MERGED] feat: clickable task notifications #9857

Closed
opened 2026-04-23 09:14:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2258
Author: @mnadalin
Created: 2/18/2026
Status: Merged
Merged: 2/20/2026
Merged by: @kolaente

Base: mainHead: feat-notification-click


📝 Commits (6)

  • 31de0b9 Click on a Task notification to reach the Task
  • 558c6b4 Code review + click bumping fix
  • b0b63d0 Close notifications-list after click
  • 82860d0 Clickable notifications revision
  • d24033c getNotificationRoute return type
  • 3facc9f Fix lint error

📊 Changes

2 files changed (+39 additions, -34 deletions)

View changed files

📝 frontend/src/components/notifications/Notifications.vue (+33 -30)
📝 frontend/src/services/notification.ts (+6 -4)

📄 Description

Make task-related notifications clickable, allowing users to directly open the corresponding task.


🔄 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/2258 **Author:** [@mnadalin](https://github.com/mnadalin) **Created:** 2/18/2026 **Status:** ✅ Merged **Merged:** 2/20/2026 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feat-notification-click` --- ### 📝 Commits (6) - [`31de0b9`](https://github.com/go-vikunja/vikunja/commit/31de0b99110ba75ee16091741fe1b00f8bbbce73) Click on a Task notification to reach the Task - [`558c6b4`](https://github.com/go-vikunja/vikunja/commit/558c6b40272293e6457b425348d988780873fdd5) Code review + click bumping fix - [`b0b63d0`](https://github.com/go-vikunja/vikunja/commit/b0b63d02c83eb4e74e6821f5b54fdf9e85cb1864) Close notifications-list after click - [`82860d0`](https://github.com/go-vikunja/vikunja/commit/82860d03792a8ebba506e6a46c01a1266864aeec) Clickable notifications revision - [`d24033c`](https://github.com/go-vikunja/vikunja/commit/d24033c31b84ad1818de2487e8b14adde5efb0ec) getNotificationRoute return type - [`3facc9f`](https://github.com/go-vikunja/vikunja/commit/3facc9f38fcb08252622f37f3f98687ab58b054a) Fix lint error ### 📊 Changes **2 files changed** (+39 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/notifications/Notifications.vue` (+33 -30) 📝 `frontend/src/services/notification.ts` (+6 -4) </details> ### 📄 Description Make task-related notifications clickable, allowing users to directly open the corresponding task. --- <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-23 09:14:56 -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#9857