Added input shorthands for date fields to increase/decrease the date by 1 month/year (closes #405)

This commit is contained in:
Bernd Bestel
2019-10-02 16:06:44 +02:00
parent 420e4b933f
commit 5d98140843
3 changed files with 44 additions and 13 deletions

View File

@@ -3,3 +3,6 @@
### Recipe fixes
- Fixed that recipes were displayed without ingredients if the total recipe count was > 100
### General & other improvements
- New Input shorthands for date fields to increase/decrease the date by 1 month/year (shift + arrow keys, see the full list [here](https://github.com/grocy/grocy#input-shorthands-for-date-fields))