Implemented Userfields for users (closes #1159)

This commit is contained in:
Bernd Bestel
2020-12-20 22:16:58 +01:00
parent 8f1ce607f7
commit 2b13102299
4 changed files with 18 additions and 1 deletions

View File

@@ -157,6 +157,7 @@
- Dialogs are now used everywhere where appropriate instead of jumping between pages (for example when adding/editing shopping list items)
- Added a "Clear filter"-button on all pages (with filters) to quickly reset applied filters
- Users can now have a picture (will then be shown next to the current user name instead of the generic user icon)
- Users can now also have Userfields
- Prefilled number inputs now use sensible decimal places (max. the configured decimals while hiding trailing zeros where appropriate, means if you never use partial amounts for a product, you'll never see decimals for it)
- Improved / more precise validation messages for number inputs
- Ordering now happens case-insensitive