2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-24 15:50:54 +00:00

[UI] Icons in navbar ()

* Add Icons to main header

* Add user configurability
This commit is contained in:
Oliver
2025-03-20 10:19:50 +11:00
committed by GitHub
parent bdc5f9e84e
commit cb240e4e0f
4 changed files with 90 additions and 21 deletions
src
backend
InvenTree
common
setting
frontend
src
components
defaults
pages
Index

@ -183,6 +183,12 @@ USER_SETTINGS: dict[str, InvenTreeSettingsKeyType] = {
'default': False,
'validator': bool,
},
'ICONS_IN_NAVBAR': {
'name': _('Navigation Icons'),
'description': _('Display icons in the navigation bar'),
'default': False,
'validator': bool,
},
'DATE_DISPLAY_FORMAT': {
'name': _('Date Format'),
'description': _('Preferred format for displaying dates'),