Skip to content

Allow reordering of favorite entries - #1796

Open
skrtstsk wants to merge 1 commit into
beemdevelopment:masterfrom
skrtstsk:proposal/1621
Open

Allow reordering of favorite entries#1796
skrtstsk wants to merge 1 commit into
beemdevelopment:masterfrom
skrtstsk:proposal/1621

Conversation

@skrtstsk

@skrtstsk skrtstsk commented May 9, 2026

Copy link
Copy Markdown

This PR implements the changes requested in #1621.

Enables users to rearrange entries within the favorites section using drag-and-drop. Favorites remain grouped above non-favorites, preventing accidental mixing of categories during reordering.

Please let me know if you think the implementation could be improved or if there's an alternative approach you'd prefer for handling this feature.

Fixes #1621

@michaelschattgen michaelschattgen left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for the pull request and apologies for the late reply. I have been looking into this feature myself as well and unfortunately it isn't as simple as enabling the drag and drop in the favorites section. What this does is it actually changes the order of the entry itself outside of the favorites section, which is something I prefer not to do.

You can test this out by having the first entry and the last entry as favorites; swap the order of the 2 favorites and unfavorite them. You will see the last entry will become the first in the list and the other will become second. I think it would be ideal that the entries get their original order back when unfavoriting the entries.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow rearranging favorites

2 participants