Added the possibility to mark a shopping list item as "done" (closes #257)

This commit is contained in:
Bernd Bestel
2019-07-06 17:56:59 +02:00
parent e4d26bb8fd
commit b24683f954
4 changed files with 51 additions and 2 deletions

View File

@@ -5,4 +5,6 @@
- Improved recipes API - added new endpoints to get stock fulfillment information (thanks @Aerex)
- Improved date display for products that never expires (instead of "2999-12-31" now just "Never" will be shown)
- Improved date display for dates of today and no time (instead of the hours since midnight now just "Today" will be shown)
- Improved shopping list handling, items can now be switched between lists (there is a shopping list dropdown on the item edit page)
- Improved shopping list handling
- Items can now be switched between lists (there is a shopping list dropdown on the item edit page)
- Items can now be marked as "done" (new check mark button per item, when clicked, the item will be displayed greyed out, when clicked again the item will be displayed normally again)