rewrite frontend to be less fucked

This commit is contained in:
nora 2025-02-05 22:00:00 +01:00
parent 3012189906
commit cc4d90e748
13 changed files with 379 additions and 19 deletions

View file

@ -143,7 +143,7 @@ const miriTable = new Table(
);
function fetchTargets() {
fetch("target-state")
fetch("full-mega-monster")
.then((body) => body.json())
.then((body) => {
const core = body.filter((info) => info.mode === "core");