Made the sidebar menu items a little smaller

This commit is contained in:
Bernd Bestel
2020-01-27 22:34:48 +01:00
parent 0e41500a63
commit a64b35e9d4
4 changed files with 22 additions and 18 deletions

View File

@@ -71,7 +71,7 @@
- New user options in the display settings menu in the top right corner (defaults to disabled)
- Slightly optimized table loading & search performance (thanks @lwis)
- Added that the currently active sidebar menu item is always in view
- Reordered the sidebar menu items a little bit and grouped them by borders to waste less space
- Reordered the sidebar menu items a little bit, grouped them by borders and made them a little smaller to waste less space
- Fixed that also the first column (where in most tables only buttons/menus are displayed) in tables was searched when using the general search field
- Fixed that the meal plan menu entry (sidebar) was not visible when the calendar was disabled (`FEATURE_FLAG_CALENDAR`) (thanks @lwis)
- For integration: If a `GET` parameter `closeAfterCreation` is passed to the product edit page, the window will be closed on save (due to Browser restrictions, this only works when the window was opened from JavaScript) (thanks @Forceu)