[PR #940] [MERGED] feat: add project shortcut on task detail #8847

Closed
opened 2026-04-23 08:30:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/940
Author: @kolaente
Created: 6/13/2025
Status: Merged
Merged: 6/16/2025
Merged by: @kolaente

Base: mainHead: codex/add-keyboard-shortcut-for-project-link


📝 Commits (2)

  • 67600d2 feat: add keyboard shortcut to open project from task detail
  • ec52889 fix: format

📊 Changes

3 files changed (+9 additions, -2 deletions)

View changed files

📝 frontend/src/components/misc/keyboard-shortcuts/shortcuts.ts (+5 -1)
📝 frontend/src/i18n/lang/en.json (+1 -0)
📝 frontend/src/views/tasks/TaskDetailView.vue (+3 -1)

📄 Description

https://community.vikunja.io/t/quick-way-to-go-from-task-to-project/3806

Summary

  • add u keyboard shortcut to open project from task detail page
  • document the new shortcut
  • add translation entry

Testing

  • pnpm lint:fix

https://chatgpt.com/codex/tasks/task_e_684c516f32788322ace80250da2d3372


🔄 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/940 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/13/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/add-keyboard-shortcut-for-project-link` --- ### 📝 Commits (2) - [`67600d2`](https://github.com/go-vikunja/vikunja/commit/67600d2531903e284c57dde83f8c918c578527b4) feat: add keyboard shortcut to open project from task detail - [`ec52889`](https://github.com/go-vikunja/vikunja/commit/ec52889d4c32731131131d77e70c2e52452a9b59) fix: format ### 📊 Changes **3 files changed** (+9 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/misc/keyboard-shortcuts/shortcuts.ts` (+5 -1) 📝 `frontend/src/i18n/lang/en.json` (+1 -0) 📝 `frontend/src/views/tasks/TaskDetailView.vue` (+3 -1) </details> ### 📄 Description https://community.vikunja.io/t/quick-way-to-go-from-task-to-project/3806 ## Summary - add `u` keyboard shortcut to open project from task detail page - document the new shortcut - add translation entry ## Testing - `pnpm lint:fix` ------ https://chatgpt.com/codex/tasks/task_e_684c516f32788322ace80250da2d3372 --- <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 08:30:25 -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#8847