Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add delete option to three dots menu #4842

Open
wants to merge 1 commit into
base: mealie-next
Choose a base branch
from

Conversation

johnpc
Copy link

@johnpc johnpc commented Jan 6, 2025

What type of PR is this?

  • feature

What this PR does / why we need it:

This PR adds the "Delete" option to the three dots menu. Excluding delete from the three dots menu has caused confusion as seen in #3984 (comment)

Before:

Screenshot 2025-01-06 at 12 40 27 PM

After:

Screenshot 2025-01-06 at 12 33 26 PM

Which issue(s) this PR fixes:

No issue, but feature request is here: #3984 (comment)

Special notes for your reviewer:

This may have been omitted intentionally from the three dots menu, considering all the plumbing was already in place and I just had to flip the value to true. Was this omitted for a good reason to where we actually don't want to allow this?

Testing

I tested manually, but I'm not sure where test coverage should be added. Please advise.

@simgunz
Copy link

simgunz commented Jan 7, 2025

Great to see this feature implemented. A minor suggestion: I believe that the best practice in terms of UX is to place the 'Delete' action as the last item in the menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants