[PR #1040] [MERGED] feat(list): add j/k keyboard navigation #1175

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

📋 Pull Request Information

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

Base: mainHead: feat/task-list-keyboard-navigation


📝 Commits (1)

  • 61c54cc feat(list): add j/k keyboard navigation

📊 Changes

4 files changed (+99 additions, -3 deletions)

View changed files

📝 frontend/src/components/misc/keyboard-shortcuts/shortcuts.ts (+18 -0)
📝 frontend/src/components/project/views/ProjectList.vue (+67 -2)
📝 frontend/src/components/tasks/partials/SingleTaskInProject.vue (+8 -1)
📝 frontend/src/i18n/lang/en.json (+6 -0)

📄 Description

Partially resolves https://community.vikunja.io/t/keyboard-shortcut-next-previous-tasks-in-a-project/1971/7?u=kolaente


🔄 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/1040 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/27/2025 **Status:** ✅ Merged **Merged:** 6/27/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feat/task-list-keyboard-navigation` --- ### 📝 Commits (1) - [`61c54cc`](https://github.com/go-vikunja/vikunja/commit/61c54ccbce0f59e94b688cac77b88544bf0409f9) feat(list): add j/k keyboard navigation ### 📊 Changes **4 files changed** (+99 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/misc/keyboard-shortcuts/shortcuts.ts` (+18 -0) 📝 `frontend/src/components/project/views/ProjectList.vue` (+67 -2) 📝 `frontend/src/components/tasks/partials/SingleTaskInProject.vue` (+8 -1) 📝 `frontend/src/i18n/lang/en.json` (+6 -0) </details> ### 📄 Description Partially resolves https://community.vikunja.io/t/keyboard-shortcut-next-previous-tasks-in-a-project/1971/7?u=kolaente --- <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:12:35 -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#1175