implement item list grid card row customization

This commit is contained in:
jeffvli
2025-11-14 15:18:25 -08:00
parent 103dc4819b
commit b6949ad3cd
17 changed files with 559 additions and 149 deletions
@@ -253,9 +253,6 @@ const GridRowConfig = ({
);
}, [data]);
console.log('data', data);
console.log(labelMap);
const handleChangeEnabled = useCallback(
(item: ItemGridListRowConfig, checked: boolean) => {
const value = useSettingsStore.getState().lists[listKey]?.grid.rows;