mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-25 08:09:41 +02:00
* Enables shopping list items being saved upon enter key press in notes field Related to: https://github.com/mealie-recipes/mealie/discussions/3114 * Enter key press is caught in note field in ShoppingListItemEditor * The create editor now stays open after saving a food item to a shopping list, to allow keyboard-only interaction with the shopping list * Prevent empty shopping list items from being added Related to: https://github.com/mealie-recipes/mealie/discussions/3114 An item is considered empty when the foodId is not set, and no note is set. This is only handled frontend, the backend still accepts empty items. --------- Signed-off-by: Jurriaan Den Toonder <1493561+Fastjur@users.noreply.github.com> Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> |
||
---|---|---|
.. | ||
assets | ||
components | ||
composables | ||
lang | ||
layouts | ||
lib | ||
middleware | ||
pages | ||
plugins | ||
static | ||
store | ||
tests | ||
types | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.nuxtignore | ||
.prettierrc | ||
nuxt.config.js | ||
package.json | ||
template.env | ||
tsconfig.json | ||
vitest.config.js | ||
vuetify.options.js | ||
yarn.lock |