Add sidebar width setting to user settings manager
All checks were successful
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
- Updated the DEFAULTS_CATEGORIES array to include 'sidebarWidths', allowing for customization of sidebar widths in user settings. - This addition enhances the flexibility of the user interface by enabling users to adjust sidebar dimensions according to their preferences.
This commit is contained in:
parent
4bdd624755
commit
6fcaab56d3
@ -5,7 +5,8 @@ const DEFAULTS_CATEGORIES = [
|
|||||||
'filterSidebarVisibility',
|
'filterSidebarVisibility',
|
||||||
'sortSidebarVisibility',
|
'sortSidebarVisibility',
|
||||||
'columnVisibility',
|
'columnVisibility',
|
||||||
'collapseState'
|
'collapseState',
|
||||||
|
'sidebarWidths'
|
||||||
];
|
];
|
||||||
|
|
||||||
const TOP_LEVEL_CATEGORIES = ['pageLayout', 'appearance'];
|
const TOP_LEVEL_CATEGORIES = ['pageLayout', 'appearance'];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user