Add sidebar width setting to user settings manager
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:
Tom Butcher 2026-09-05 01:59:44 +01:00
parent 4bdd624755
commit 6fcaab56d3

View File

@ -5,7 +5,8 @@ const DEFAULTS_CATEGORIES = [
'filterSidebarVisibility',
'sortSidebarVisibility',
'columnVisibility',
'collapseState'
'collapseState',
'sidebarWidths'
];
const TOP_LEVEL_CATEGORIES = ['pageLayout', 'appearance'];