♻️ Add edit app action for new board

This commit is contained in:
Meier Lukas
2023-10-11 22:03:55 +02:00
parent f7fc4315d6
commit 98007f3776
18 changed files with 251 additions and 282 deletions

View File

@@ -65,7 +65,7 @@ function setAttributesFromShape(ref: GridItemHTMLElement | null, item: Item) {
ref.setAttribute('gs-h', item.height.toString());
}
export type TileWithUnknownLocation = {
export type ItemWithUnknownLocation = {
x?: number;
y?: number;
w?: number;