Add mobile responsive sidebar, OpenClaw route
Deploy Dashboard / deploy (push) Failing after 3m30s

This commit is contained in:
Gan, Jimmy
2026-02-20 00:15:36 +08:00
parent 28149b991e
commit 27cab6b8d0
3 changed files with 38 additions and 4 deletions
@@ -0,0 +1,13 @@
<div class="space-y-4">
<div>
<h1 class="text-2xl font-bold text-surface-900 tracking-tight">OpenClaw</h1>
<p class="text-sm text-surface-400 mt-1">AI Assistant</p>
</div>
<iframe
src="{location.protocol}//{location.hostname}:3100"
title="OpenClaw"
class="w-full h-[calc(100vh-10rem)] rounded-xl border border-surface-200 shadow-lg"
allow="clipboard-read; clipboard-write"
></iframe>
</div>