chore: Repair output streaming, lots of css/go lint
Some checks failed
Build Snapshot / build-snapshot (push) Has been cancelled
DevSkim / DevSkim (push) Has been cancelled
Buf CI / buf (push) Has been cancelled

This commit is contained in:
jamesread
2025-09-06 08:42:13 +01:00
parent 60c0c5db27
commit 570c0ba087
45 changed files with 673 additions and 521 deletions

View File

@@ -73,7 +73,7 @@ function constructFromJson(json) {
updateFromJson(json)
actionId.value = json.id
actionId.value = json.bindingId
title.value = json.title
canExec.value = json.canExec
popupOnStart.value = json.popupOnStart