mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-13 22:21:37 +00:00
[UI] Search shortcut (#10181)
* Add search shortcut - Use '/' to open search drawer * Add user setting for spotlight * Hide spotlight if disabled * Updated playwright tests
This commit is contained in:
@@ -191,6 +191,12 @@ USER_SETTINGS: dict[str, InvenTreeSettingsKeyType] = {
|
||||
'default': False,
|
||||
'validator': bool,
|
||||
},
|
||||
'SHOW_SPOTLIGHT': {
|
||||
'name': _('Show Spotlight'),
|
||||
'description': _('Enable spotlight navigation functionality'),
|
||||
'default': True,
|
||||
'validator': bool,
|
||||
},
|
||||
'ICONS_IN_NAVBAR': {
|
||||
'name': _('Navigation Icons'),
|
||||
'description': _('Display icons in the navigation bar'),
|
||||
|
Reference in New Issue
Block a user