mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Full screen board selector #806
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 @martonmiklos on GitHub (Sep 6, 2025).
Is this a feature for the backend or frontend?
Frontend
What would you like?
I have a friend who uses the planka to manage issues of apartment houses with planka.
Atm. she has 64 of them and all of them does not fit to the title area on her monitor.
When she needs to open the issues specific to a house she usually hit ctr+f type in the first part of the name then clicks on it.
I would envision putting a magnifier button (in the case if the title area is full) here:
This would open a full screen board selector. Something similar to the boxes of the project selector.
Why is this needed?
Easier board selection with mouse in the case if too many boards under a project.
Other information
No response
@meltyshev commented on GitHub (Sep 9, 2025):
Hey! That's a really nice addition. I'll try to take a look at it when I have some time.
@martonmiklos commented on GitHub (Sep 9, 2025):
Hi Maksim,
Actually I started to play with it last night, and I got it rolling:
It is still very rough:
@meltyshev commented on GitHub (Sep 9, 2025):
Nice work so far! I think the best approach would be to show a popup instead of a full modal - similar style when you click on members. The popup could immediately focus the search input, making it convenient to click and start typing to filter the boards...