@chrysb/alphaclaw 0.7.2-beta.5 → 0.7.2-beta.7
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/lib/public/css/explorer.css +16 -2
- package/lib/public/css/shell.css +7 -1
- package/lib/public/js/components/file-viewer/use-file-viewer.js +0 -1
- package/lib/public/js/components/icons.js +55 -0
- package/lib/public/js/components/nodes-tab/connected-nodes/index.js +337 -360
- package/lib/public/js/components/nodes-tab/connected-nodes/use-connected-nodes-card.js +266 -0
- package/lib/public/js/components/nodes-tab/index.js +1 -1
- package/lib/public/js/components/nodes-tab/setup-wizard/index.js +123 -178
- package/lib/public/js/components/nodes-tab/setup-wizard/use-setup-wizard.js +57 -52
- package/lib/public/js/components/nodes-tab/use-nodes-tab.js +4 -1
- package/lib/public/js/components/sidebar.js +58 -28
- package/lib/public/js/lib/api.js +31 -1
- package/lib/public/js/lib/app-navigation.js +1 -1
- package/lib/server/routes/nodes.js +92 -7
- package/package.json +1 -1
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
.sidebar-agent-item {
|
|
146
146
|
display: flex;
|
|
147
147
|
align-items: center;
|
|
148
|
-
gap:
|
|
149
|
-
padding: 6px 16px 6px
|
|
148
|
+
gap: 8px;
|
|
149
|
+
padding: 6px 16px 6px 16px;
|
|
150
150
|
color: var(--text-muted);
|
|
151
151
|
font-size: 13px;
|
|
152
152
|
line-height: 1.4;
|
|
@@ -181,6 +181,20 @@
|
|
|
181
181
|
background: var(--accent);
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
+
.sidebar-agent-icon {
|
|
185
|
+
width: 14px;
|
|
186
|
+
height: 14px;
|
|
187
|
+
flex: 0 0 auto;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.sidebar-agent-emoji {
|
|
191
|
+
flex: 0 0 auto;
|
|
192
|
+
width: 14px;
|
|
193
|
+
line-height: 1;
|
|
194
|
+
font-size: 14px;
|
|
195
|
+
text-align: center;
|
|
196
|
+
}
|
|
197
|
+
|
|
184
198
|
.sidebar-agent-name {
|
|
185
199
|
flex: 1;
|
|
186
200
|
min-width: 0;
|
package/lib/public/css/shell.css
CHANGED
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
display: flex;
|
|
197
197
|
align-items: center;
|
|
198
198
|
gap: 8px;
|
|
199
|
-
padding: 6px 16px 6px
|
|
199
|
+
padding: 6px 16px 6px 16px;
|
|
200
200
|
color: var(--text-muted);
|
|
201
201
|
text-decoration: none;
|
|
202
202
|
font-size: 13px;
|
|
@@ -219,6 +219,12 @@
|
|
|
219
219
|
background: var(--accent);
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
+
.sidebar-nav-icon {
|
|
223
|
+
width: 14px;
|
|
224
|
+
height: 14px;
|
|
225
|
+
flex: 0 0 auto;
|
|
226
|
+
}
|
|
227
|
+
|
|
222
228
|
/* ── Sidebar footer (update banner) ────────────── */
|
|
223
229
|
|
|
224
230
|
.sidebar-footer {
|
|
@@ -286,6 +286,28 @@ export const HashtagIcon = ({ className = "" }) => html`
|
|
|
286
286
|
</svg>
|
|
287
287
|
`;
|
|
288
288
|
|
|
289
|
+
export const BarChartLineIcon = ({ className = "" }) => html`
|
|
290
|
+
<svg
|
|
291
|
+
class=${className}
|
|
292
|
+
viewBox="0 0 24 24"
|
|
293
|
+
fill="currentColor"
|
|
294
|
+
aria-hidden="true"
|
|
295
|
+
>
|
|
296
|
+
<path d="M3 12H5V21H3V12ZM19 8H21V21H19V8ZM11 2H13V21H11V2Z" />
|
|
297
|
+
</svg>
|
|
298
|
+
`;
|
|
299
|
+
|
|
300
|
+
export const SignalTowerLineIcon = ({ className = "" }) => html`
|
|
301
|
+
<svg
|
|
302
|
+
class=${className}
|
|
303
|
+
viewBox="0 0 24 24"
|
|
304
|
+
fill="currentColor"
|
|
305
|
+
aria-hidden="true"
|
|
306
|
+
>
|
|
307
|
+
<path d="M6.11629 20.0868L7.1308 18.348C5.2271 16.8856 4 14.5861 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 14.5861 18.7729 16.8856 16.8692 18.348L17.8837 20.0868C20.3786 18.2684 22 15.3236 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 15.3236 3.62137 18.2684 6.11629 20.0868ZM8.14965 16.6018C6.83562 15.5012 6 13.8482 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 13.8482 17.1644 15.5012 15.8503 16.6018L14.8203 14.8365C15.549 14.112 16 13.1087 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 13.1087 8.45105 14.112 9.17965 14.8365L8.14965 16.6018ZM11 13H13V22H11V13Z" />
|
|
308
|
+
</svg>
|
|
309
|
+
`;
|
|
310
|
+
|
|
289
311
|
export const GitBranchLineIcon = ({ className = "" }) => html`
|
|
290
312
|
<svg
|
|
291
313
|
class=${className}
|
|
@@ -440,6 +462,39 @@ export const AlarmLineIcon = ({ className = "" }) => html`
|
|
|
440
462
|
</svg>
|
|
441
463
|
`;
|
|
442
464
|
|
|
465
|
+
export const HospitalLineIcon = ({ className = "" }) => html`
|
|
466
|
+
<svg
|
|
467
|
+
class=${className}
|
|
468
|
+
viewBox="0 0 24 24"
|
|
469
|
+
fill="currentColor"
|
|
470
|
+
aria-hidden="true"
|
|
471
|
+
>
|
|
472
|
+
<path d="M8 20V14H16V20H19V4H5V20H8ZM10 20H14V16H10V20ZM21 20H23V22H1V20H3V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V20ZM11 8V6H13V8H15V10H13V12H11V10H9V8H11Z" />
|
|
473
|
+
</svg>
|
|
474
|
+
`;
|
|
475
|
+
|
|
476
|
+
export const PulseLineIcon = ({ className = "" }) => html`
|
|
477
|
+
<svg
|
|
478
|
+
class=${className}
|
|
479
|
+
viewBox="0 0 24 24"
|
|
480
|
+
fill="currentColor"
|
|
481
|
+
aria-hidden="true"
|
|
482
|
+
>
|
|
483
|
+
<path d="M9 7.53861L15 21.5386L18.6594 13H23V11H17.3406L15 16.4614L9 2.46143L5.3406 11H1V13H6.6594L9 7.53861Z" />
|
|
484
|
+
</svg>
|
|
485
|
+
`;
|
|
486
|
+
|
|
487
|
+
export const EyeLineIcon = ({ className = "" }) => html`
|
|
488
|
+
<svg
|
|
489
|
+
class=${className}
|
|
490
|
+
viewBox="0 0 24 24"
|
|
491
|
+
fill="currentColor"
|
|
492
|
+
aria-hidden="true"
|
|
493
|
+
>
|
|
494
|
+
<path d="M12.0003 3C17.3924 3 21.8784 6.87976 22.8189 12C21.8784 17.1202 17.3924 21 12.0003 21C6.60812 21 2.12215 17.1202 1.18164 12C2.12215 6.87976 6.60812 3 12.0003 3ZM12.0003 19C16.2359 19 19.8603 16.052 20.7777 12C19.8603 7.94803 16.2359 5 12.0003 5C7.7646 5 4.14022 7.94803 3.22278 12C4.14022 16.052 7.7646 19 12.0003 19ZM12.0003 16.5C9.51498 16.5 7.50026 14.4853 7.50026 12C7.50026 9.51472 9.51498 7.5 12.0003 7.5C14.4855 7.5 16.5003 9.51472 16.5003 12C16.5003 14.4853 14.4855 16.5 12.0003 16.5ZM12.0003 14.5C13.381 14.5 14.5003 13.3807 14.5003 12C14.5003 10.6193 13.381 9.5 12.0003 9.5C10.6196 9.5 9.50026 10.6193 9.50026 12C9.50026 13.3807 10.6196 14.5 12.0003 14.5Z" />
|
|
495
|
+
</svg>
|
|
496
|
+
`;
|
|
497
|
+
|
|
443
498
|
export const FullscreenLineIcon = ({ className = "" }) => html`
|
|
444
499
|
<svg
|
|
445
500
|
class=${className}
|