Skip to content

feat(board): A board can be pinned as default board#7675

Merged
grnd-alt merged 2 commits into
nextcloud:mainfrom
ramteid:feature/default-board
Feb 23, 2026
Merged

feat(board): A board can be pinned as default board#7675
grnd-alt merged 2 commits into
nextcloud:mainfrom
ramteid:feature/default-board

Conversation

@ramteid
Copy link
Copy Markdown
Contributor

@ramteid ramteid commented Feb 22, 2026

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

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Tests (unit, integration, api and/or acceptance) are included
  • Documentation (manuals or wiki) has been updated or is not required

@ramteid ramteid force-pushed the feature/default-board branch from 5476db6 to d871610 Compare February 22, 2026 22:38
Copy link
Copy Markdown
Member

@grnd-alt grnd-alt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this contribution! Nice to have this feature implemented.

@grnd-alt grnd-alt merged commit cd38436 into nextcloud:main Feb 23, 2026
36 checks passed
@iFeedback
Copy link
Copy Markdown

Thank you, that was fast, really appreciate the support looking forward to see it.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 9, 2026

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

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.)

@magikmw
Copy link
Copy Markdown
Contributor

magikmw commented May 7, 2026

right-click it in the sidebar and choose Set as default board.

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature request] Ability to change or pin default landing page Board

4 participants