mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +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