- fixed grouped rows

- added shortcut hint in menu items
This commit is contained in:
Chris Kruining 2024-10-10 13:24:02 +02:00
parent ebd8ff8c1d
commit 552ba7f3c9
9 changed files with 71 additions and 44 deletions

View file

@ -57,8 +57,6 @@ export default function Edit(props) {
return aggregate;
}, new Map<string, { [lang: string]: { value: string, handle: FileSystemFileHandle } }>());
console.log(contents, merged);
setColumns(['key', ...new Set(contents.map(c => c.lang))]);
setRows(merged);
}