mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 05:25:26 +02:00
Feature: More Shopping List Improvements (#2164)
* added color back to labels * improved mobile view refactored layout to use grid allowed text wrapping on item labels removed label overflow added completion date on checked items * sort checked items by last updated * made checking an item off more responsive * optimized moving checked items removed unnecessary updateAll call removed jitter when shopping list refreshes
This commit is contained in:
parent
2e6ad5da8e
commit
8ca0fe42de
5 changed files with 85 additions and 50 deletions
|
@ -608,7 +608,8 @@
|
|||
"check-all-items": "Check All Items",
|
||||
"linked-recipes-count": "No Linked Recipes|One Linked Recipe|{count} Linked Recipes",
|
||||
"items-checked-count": "No items checked|One item checked|{count} items checked",
|
||||
"no-label": "No Label"
|
||||
"no-label": "No Label",
|
||||
"completed-on": "Completed on {date}"
|
||||
},
|
||||
"sidebar": {
|
||||
"all-recipes": "All Recipes",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue