chore: frontend updates
Some checks failed
Build Snapshot / build-snapshot (push) Has been cancelled
DevSkim / DevSkim (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled

This commit is contained in:
jamesread
2025-09-07 01:33:46 +01:00
parent 570c0ba087
commit 7345744e41
14 changed files with 524 additions and 1258 deletions

View File

@@ -59,7 +59,6 @@ const props = defineProps({
const dashboard = ref(null)
async function getDashboard() {
console.log("getting dashboard", props.title)
const ret = await window.client.getDashboard({
title: props.title,
})