mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
Define shortcuts in one central place under constants #441
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vikunja-bot on GitHub (Apr 1, 2025).
Original issue by dpschen on 2023-04-01T16:22:05.000Z
Instead of writing in a components template:
we should instead import the shortcuts from a central place and write something like.
This would also enable us in a second step to user define shortcuts.
Original issue on Gitea