improved frontend, started csv upload endpoint

This commit is contained in:
metacryst
2026-01-09 13:53:41 -06:00
parent 620d50cad7
commit 75cbcbb879
21 changed files with 357 additions and 840 deletions

View File

@@ -14,13 +14,15 @@ class LocationList extends Shadow {
.gap(1, em)
})
})
.gap(0.5, em)
.paddingLeft(5, em)
.paddingTop(2, em)
.onEvent("update-location", (e) => {
console.log("location received: ", e.detail)
this.list.unshift(e.detail)
this.rerender()
})
.x(2, em).y(5, em)
}
}
window.registerShadow(LocationList)
window.register(LocationList)