feat(webui): govern actions, quick access, and metrics

Refs #264, #285, #289
This commit is contained in:
2026-08-19 18:47:46 +02:00
parent 41db78c201
commit ffaab543d2
31 changed files with 753 additions and 125 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const standaloneMarkup = renderToStaticMarkup(
archetype="collection"
title="Shared page"
description="One page frame"
actions={<PageActionBar variant="collection" refreshable reloadAction={<button type="button">Reload</button>} />}
actions={<PageActionBar variant="collection" refreshable reloadAction={{ onReload: () => undefined }} />}
error="Could not load"
success="Saved"
interfaceId="test.page"