Make it possible to switch shopping list items between shopping lists (closes #284)

This commit is contained in:
Bernd Bestel
2019-07-06 17:31:17 +02:00
parent c6c10c87e4
commit e4d26bb8fd
4 changed files with 21 additions and 5 deletions

View File

@@ -5,3 +5,4 @@
- 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)