mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Default all cards and tiles to expanded #807
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 @deanfourie1 on GitHub (Sep 5, 2025).
Is this a feature for the backend or frontend?
Frontend
What would you like?
This is the second time ive added this feature request about a year ago, never heard anything.
The ability to have all cards EXPANDED by default. Right now if the window closes, and I reopen PLANKA, I need to manually expand all my cards again!
Why is this needed?
Because it's a pain to have to manually expand all the tiles.
Other information
Not really, that simple.
@meltyshev commented on GitHub (Sep 6, 2025):
Done.
That's not how it works. We don't add every feature just because someone asks for it. Either wait until someone contributes it through a PR, or implement it yourself.
@deanfourie1 commented on GitHub (Sep 6, 2025):
But have any features been added? I don't think I have seen any features added to Planks in the 2 years that I have been using it.
@deanfourie1 commented on GitHub (Sep 26, 2025):
Any updates on this, I am DESPERATELY waiting for this feature. I have been for 1 year to be honest.
I hate having to go in when the page closes and expand all my cards. Its so tedious lol.
@meltyshev commented on GitHub (Sep 26, 2025):
This feature is already available in the
nightlybuild. You can switch to it if you'd like to use it before the final v2 release. The release is being delayed a bit because we want to finish everything we planned for v2 first.To switch to the
nightlyversion, update yourdocker-compose.ymlby changing theimagetoghcr.io/plankanban/planka:nightly.Then run the following commands:
After the final v2 is released, don't forget to switch the
imageback toghcr.io/plankanban/planka:latest.