Canvas: improve A2UI asset resolution and empty state (#20312)

Merged via /review-pr -> /prepare-pr -> /merge-pr.

Prepared head SHA: adce485695
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Reviewed-by: @mbelinky
This commit is contained in:
Mariano
2026-02-18 19:44:55 +00:00
committed by GitHub
parent fe3f0759b5
commit 264131eb9f
3 changed files with 24 additions and 3 deletions

View File

@@ -451,7 +451,6 @@ class OpenClawA2UIHost extends LitElement {
if (this.surfaces.length === 0) {
return html`<div class="empty">
<div class="empty-title">Canvas (A2UI)</div>
<div>Waiting for A2UI messages…</div>
</div>`;
}