feat(board): A board can be pinned as default board#7675
Conversation
…in route Signed-off-by: ramteid <[email protected]>
Signed-off-by: ramteid <[email protected]>
5476db6 to
d871610
Compare
grnd-alt
left a comment
There was a problem hiding this comment.
Thanks for this contribution! Nice to have this feature implemented.
|
Thank you, that was fast, really appreciate the support looking forward to see it. |
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
@ramteid What do you mean, right-click? When I right-click I just get the Firefox right-click menu, nothing specific to Nextcloud or Deck. |
Adds a "Set as default board" option to the board context menu.
Opening Deck always navigated to the "Upcoming cards" overview, which is empty for teams that don't use due dates. With this change, any board can be pinned as the landing page: right-click it in the sidebar and choose Set as default board. The next time Deck is opened, it goes straight there. Choosing Remove as default board restores the normal overview.
The preference is stored in localStorage (key
deck.defaultBoardId) with no server-side changes needed. The selection is wired through the Vuex store so that all board items in the sidebar stay in sync - pinning a new board immediately unpins the previous one everywhere.Open questions
English and German translations are available in this PR.
Will translation to missing languages be added by the Transifex pipeline automatically?
Checklist