mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
(Feature Request) Sorting Projects & Favorites #346
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 @BloodshotPico on GitHub (Aug 11, 2023).
Not sure if this is already in but if it's not then the ability to be able to sort the projects on the main page would be amazing. :)
Another thing that would be really cool would be to favorite some that will be pinned to the top separate from the rest of them.
~Blood
@AlexSemionov commented on GitHub (May 21, 2024):
+1
@zeroxer commented on GitHub (Mar 9, 2025):
I rely on Planka as my sole project management tool to organize multiple interest projects. Since I frequently need to adjust the priority of each project, the ability to sort them would be incredibly valuable. While this feature doesn’t seem too complex, it would make a significant difference in usability. Are there any plans to implement it?
@meltyshev commented on GitHub (Mar 10, 2025):
Hi! In the v2, which will be released very soon, we've added the ability to mark projects as favorites, choose a display order (alphabetically, by creation date) and hide projects. Adding the option to manually sort projects is a bit tricky, as it should only apply to the current user (which is different from sorting boards and cards), additionally, the current drag-and-drop library does not support grid views.