visionclaw 0.1.25 → 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/obs/ui.d.ts.map +1 -1
- package/dist/obs/ui.js +6 -4
- package/dist/obs/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/obs/ui.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui.d.ts","sourceRoot":"","sources":["../../src/obs/ui.ts"],"names":[],"mappings":"AAEA,wBAAgB,eAAe,IAAI,MAAM,
|
|
1
|
+
{"version":3,"file":"ui.d.ts","sourceRoot":"","sources":["../../src/obs/ui.ts"],"names":[],"mappings":"AAEA,wBAAgB,eAAe,IAAI,MAAM,CA8oBxC"}
|
package/dist/obs/ui.js
CHANGED
|
@@ -6,7 +6,8 @@ export function renderIndexHtml() {
|
|
|
6
6
|
<head>
|
|
7
7
|
<meta charset="utf-8" />
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
9
|
-
<title>VisionClaw
|
|
9
|
+
<title>VisionClaw</title>
|
|
10
|
+
<link rel="icon" type="image/png" href="https://i.imghippo.com/files/JUc3171wWQ.png" />
|
|
10
11
|
<style>
|
|
11
12
|
:root {
|
|
12
13
|
--bg: #0b1020;
|
|
@@ -24,9 +25,10 @@ export function renderIndexHtml() {
|
|
|
24
25
|
}
|
|
25
26
|
body { margin: 0; background: radial-gradient(1200px 800px at 15% 10%, rgba(122,162,255,0.18), transparent 60%), var(--bg); color: var(--text); font-family: var(--sans); }
|
|
26
27
|
header { position: sticky; top: 0; backdrop-filter: blur(10px); background: rgba(11,16,32,0.6); border-bottom: 1px solid var(--border); }
|
|
27
|
-
.wrap { max-width: 1200px; margin: 0 auto; padding:
|
|
28
|
+
.wrap { max-width: 1200px; margin: 0 auto; padding: 6px 16px; }
|
|
28
29
|
.row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
|
|
29
|
-
h1 { margin: 0; font-size: 14px; letter-spacing: 0.2px; font-weight: 650; }
|
|
30
|
+
h1 { margin: 0; font-size: 14px; letter-spacing: 0.2px; font-weight: 650; display: flex; align-items: center; gap: 6px; }
|
|
31
|
+
.logo { width: 44px; height: 44px; border-radius: 8px; }
|
|
30
32
|
.pill { border: 1px solid var(--border); background: rgba(255,255,255,0.06); color: var(--muted); padding: 6px 10px; border-radius: 999px; font-size: 12px; }
|
|
31
33
|
.pill b { color: var(--text); }
|
|
32
34
|
.btn { cursor: pointer; border: 1px solid var(--border); background: rgba(255,255,255,0.06); color: var(--text); padding: 8px 10px; border-radius: 10px; font-size: 12px; }
|
|
@@ -134,7 +136,7 @@ export function renderIndexHtml() {
|
|
|
134
136
|
<div class="wrap">
|
|
135
137
|
<div class="row header-bar">
|
|
136
138
|
<div class="row header-info">
|
|
137
|
-
<h1
|
|
139
|
+
<h1><img class="logo" src="https://i.imghippo.com/files/JUc3171wWQ.png" alt="VisionClaw" />VisionClaw</h1>
|
|
138
140
|
<span class="pill">SSE: <span id="sse">connecting…</span></span>
|
|
139
141
|
<span class="pill">Buffer: <b id="count">0</b></span>
|
|
140
142
|
<span class="pill" id="tunnel-pill" style="display:none"><span id="tunnel-url-display"></span></span>
|
package/dist/obs/ui.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui.js","sourceRoot":"","sources":["../../src/obs/ui.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,oFAAoF;AACpF,MAAM,UAAU,eAAe;IAC7B,OAAO
|
|
1
|
+
{"version":3,"file":"ui.js","sourceRoot":"","sources":["../../src/obs/ui.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,oFAAoF;AACpF,MAAM,UAAU,eAAe;IAC7B,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA4oBD,CAAC;AACT,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "visionclaw",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.26",
|
|
4
4
|
"description": "A personal assistant agent that runs on your desktop, receives commands from messaging channels, and executes tasks autonomously.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|