mealie-recipes / mealie

Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
https://docs.mealie.io
GNU Affero General Public License v3.0
5.59k stars 608 forks source link

feat: bulk assign label to foods #3750

Closed Kuchenpirat closed 1 week ago

Kuchenpirat commented 1 week ago

What type of PR is this?

What this PR does / why we need it:

This adds the possibility to assign multiple foods the same label at once. I come accross this quite frequently when we try some new fancy recipe and have to create around 5 new foods for it and many of them belong to the same category. So this allows the user to select multiple foods and assign a single label to all of them.

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

Reactivity for the Manage Data Tabels seems to be somewhat broken again. So i just reloaded the page afterwards. If there is a better way to do this please let me know.

Testing

Manual

Screenshots

image