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: Reorder ShoppingListItemEditor #4200

Conversation

Kuchenpirat
Copy link
Collaborator

@Kuchenpirat Kuchenpirat commented Sep 12, 2024

What type of PR is this?

  • cleanup

What this PR does / why we need it:

The ShoppingListItemEditor field order does not make much sense from an input sense (Especially for the Food input)

The current order to add a food is: Food ➡️ Unit ➡️ Note ➡️ Quantity

I reordered it to use a more logical input order of: Quantity ➡️ Unit ➡️ Food ➡️ Note, while also keeping Quantity, Unit and Food in one row.
This has the added benefit that it is way easier to read the edit field is now matching the displayed order of the shopping list making edits of existing field more intuitive.

The current order to add a Note is: Note ➡️ Quantity which i changed arround to have it match the shoping list item.

Screenshots

Type Old New
Food image image
Note image image

Which issue(s) this PR fixes:

None

Testing

Manual testing, i pretty much just reordered things so it should be fine.

@Kuchenpirat Kuchenpirat changed the title cleanup: Reorder ShoppingListItemEditor feat: Reorder ShoppingListItemEditor Sep 12, 2024
Copy link
Collaborator

@michael-genson michael-genson left a comment

Choose a reason for hiding this comment

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

Me looks good to!

@michael-genson michael-genson merged commit 6f1df3a into mealie-recipes:mealie-next Sep 12, 2024
13 checks passed
boc-the-git pushed a commit to boc-the-git/mealie that referenced this pull request Sep 28, 2024
boc-the-git pushed a commit to boc-the-git/mealie that referenced this pull request Sep 28, 2024
Choromanski pushed a commit to Choromanski/mealie that referenced this pull request Oct 1, 2024
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