feat(dashboard): expand grid to 16 columns with auto-migration for saved 12-col layouts
This commit is contained in:
@@ -321,7 +321,7 @@ export function DashboardClient() {
|
||||
layouts={layouts}
|
||||
width={gridWidth}
|
||||
breakpoints={{ lg: 1200, md: 996, sm: 768, xs: 480, xxs: 0 }}
|
||||
cols={{ lg: 12, md: 10, sm: 6, xs: 4, xxs: 2 }}
|
||||
cols={{ lg: 16, md: 12, sm: 8, xs: 4, xxs: 2 }}
|
||||
rowHeight={80}
|
||||
compactor={bothCompactor}
|
||||
onLayoutChange={(
|
||||
|
||||
Reference in New Issue
Block a user