TomBursch / kitchenowl

KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.
https://kitchenowl.org/
GNU Affero General Public License v3.0
1.24k stars 68 forks source link

Feature request: Highlight shopping lists with unchecked items #335

Closed schnillerman closed 1 month ago

schnillerman commented 9 months ago

What's the feature 🧐

Shopping lists with unchecked items (still to be bought) should have a different color in the shopping view in order not to forget things in different lists. Also, they should be listed before any empty lists.

Extra information and references

No response

TomBursch commented 9 months ago

I think instead of changing the color, showing the number of remaining items per list behind the name would provide additional information and solve this at the same time.

schnillerman commented 9 months ago

Of course, that's a good idea. Maybe a compromise would be to fade out the lists with 0 remaining items a little more.

HAPPY HOLIDAYS! 🎄

schnillerman commented 7 months ago

I specified this now in #336. This one can be closed.