@wrongstack/desktop 1.0.4 → 1.0.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/dist/main/main.js +2351 -2337
- package/dist/preload/preload.cjs +9 -2
- package/dist/preload/webui-preload.cjs +6 -1
- package/dist/renderer/assets/index-0iZUYcLZ.js +10 -0
- package/dist/renderer/assets/{index-PckFmyB3.css → index-By9A0swX.css} +1 -1
- package/dist/renderer/index.html +2 -2
- package/package.json +5 -5
- package/dist/renderer/assets/index-DgACI2f2.js +0 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--brand-ink:#121210;--brand-accent:#fd9f02;--brand-alert:#fe2e5f;--bg:#121210;--surface:#1a1a18;--surface-hover:#232320;--surface-active:#2b2b27;--border:#2e2e2a;--border-strong:#3d3d38;--text:#ecebe7;--text-muted:#a3a099;--text-faint:#6f6c66;--status-running:#4ade80;--status-starting:var(--brand-accent);--status-error:var(--brand-alert);--status-stopped:#55524c;--sidebar-width:272px;--rail-width:52px;--radius:8px;--radius-sm:6px;--font-ui:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "JetBrains Mono", "IBM Plex Mono", Consolas, monospace;font-family:var(--font-ui);font-size:13px;line-height:1.45}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overflow:hidden}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}button:disabled{cursor:default;opacity:.45}input{font:inherit;color:inherit}.svg-icon{flex:none;width:16px;height:16px}.shell{grid-template-columns:var(--sidebar-width) 1fr;height:100%;display:grid}.shell.is-collapsed{grid-template-columns:var(--rail-width) 1fr}.rail{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;align-items:center;padding-top:12px;display:flex}.sidebar{background:var(--surface);border-right:1px solid var(--border);grid-template-rows:auto auto 1fr auto;min-height:0;display:grid}.sidebar-head{padding:12px 12px 8px}.brand{border-radius:var(--radius-sm);align-items:center;gap:9px;width:100%;padding:4px 6px;display:flex}.brand:hover{background:var(--surface-hover)}.brand-mark{flex:none;width:20px;height:20px;position:relative}.brand-mark:before,.brand-mark:after{content:"";position:absolute;left:0}.brand-mark:before{background:linear-gradient(to right, var(--brand-accent) 0 3px, transparent 3px 7px, var(--brand-accent) 7px 10px, transparent 10px 12px, var(--brand-accent) 12px 15px, transparent 15px 17px, var(--brand-accent) 17px 20px);width:20px;height:3px;top:7px}.brand-mark:after{background:var(--brand-alert);width:3px;height:3px;top:10px;left:3.5px}.brand-name{letter-spacing:.01em;font-weight:600}.sidebar-filter{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);height:30px;color:var(--text-faint);align-items:center;gap:7px;margin:0 12px 8px;padding:0 8px;display:flex}.sidebar-filter:focus-within{border-color:var(--border-strong)}.sidebar-filter input{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1}.sidebar-filter input::placeholder{color:var(--text-faint)}.sidebar-filter input::-webkit-search-cancel-button{display:none}.project-tree{overscroll-behavior:contain;min-height:0;padding:0 8px 8px;overflow-y:auto}.tree-empty,.session-note{color:var(--text-faint);margin:8px 12px}.session-note.error{color:var(--status-error)}.project-row{border-radius:var(--radius-sm);align-items:center;gap:2px;padding-right:4px;display:flex}.project-row:hover{background:var(--surface-hover)}.project.is-active>.project-row{background:var(--surface-active)}.disclosure{width:20px;height:28px;color:var(--text-faint);flex:none;place-items:center;display:grid}.disclosure .svg-icon{width:13px;height:13px;transition:transform .12s}.disclosure .rotated{transform:rotate(90deg)}.project-main{text-align:left;flex:1;align-items:center;gap:8px;min-width:0;height:28px;display:flex}.project-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.project.is-active .project-name{font-weight:600}.dot{background:var(--status-stopped);border-radius:50%;flex:none;width:6px;height:6px}.dot.running{background:var(--status-running)}.dot.starting{background:var(--status-starting);animation:1.4s ease-in-out infinite pulse}.dot.error{background:var(--status-error)}@keyframes pulse{50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.dot.starting{animation:none}.disclosure .svg-icon{transition:none}}.row-actions{opacity:0;gap:1px;display:flex}.project-row:hover .row-actions,.row-actions:focus-within{opacity:1}.icon-button{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-muted);place-items:center;display:grid}.icon-button:hover{background:var(--surface-active);color:var(--text)}.icon-button.subtle{color:var(--text-faint)}.session-list{margin:0 0 4px;padding:0 0 0 20px;list-style:none}.session-row{border-radius:var(--radius-sm);border-left:1px solid var(--border);text-align:left;width:100%;color:var(--text-muted);align-items:
|
|
1
|
+
:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--brand-ink:#121210;--brand-accent:#fd9f02;--brand-alert:#fe2e5f;--bg:#121210;--surface:#1a1a18;--surface-hover:#232320;--surface-active:#2b2b27;--border:#2e2e2a;--border-strong:#3d3d38;--text:#ecebe7;--text-muted:#a3a099;--text-faint:#6f6c66;--status-running:#4ade80;--status-starting:var(--brand-accent);--status-error:var(--brand-alert);--status-stopped:#55524c;--sidebar-width:272px;--rail-width:52px;--radius:8px;--radius-sm:6px;--font-ui:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "JetBrains Mono", "IBM Plex Mono", Consolas, monospace;font-family:var(--font-ui);font-size:13px;line-height:1.45}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overflow:hidden}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}button:disabled{cursor:default;opacity:.45}input{font:inherit;color:inherit}.svg-icon{flex:none;width:16px;height:16px}.shell{grid-template-columns:var(--sidebar-width) 1fr;height:100%;display:grid}.shell.is-collapsed{grid-template-columns:var(--rail-width) 1fr}.rail{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;align-items:center;padding-top:12px;display:flex}.sidebar{background:var(--surface);border-right:1px solid var(--border);grid-template-rows:auto auto 1fr auto;min-height:0;display:grid}.sidebar-head{padding:12px 12px 8px}.brand{border-radius:var(--radius-sm);align-items:center;gap:9px;width:100%;padding:4px 6px;display:flex}.brand:hover{background:var(--surface-hover)}.brand-mark{flex:none;width:20px;height:20px;position:relative}.brand-mark:before,.brand-mark:after{content:"";position:absolute;left:0}.brand-mark:before{background:linear-gradient(to right, var(--brand-accent) 0 3px, transparent 3px 7px, var(--brand-accent) 7px 10px, transparent 10px 12px, var(--brand-accent) 12px 15px, transparent 15px 17px, var(--brand-accent) 17px 20px);width:20px;height:3px;top:7px}.brand-mark:after{background:var(--brand-alert);width:3px;height:3px;top:10px;left:3.5px}.brand-name{letter-spacing:.01em;font-weight:600}.sidebar-filter{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);height:30px;color:var(--text-faint);align-items:center;gap:7px;margin:0 12px 8px;padding:0 8px;display:flex}.sidebar-filter:focus-within{border-color:var(--border-strong)}.sidebar-filter input{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1}.sidebar-filter input::placeholder{color:var(--text-faint)}.sidebar-filter input::-webkit-search-cancel-button{display:none}.project-tree{overscroll-behavior:contain;min-height:0;padding:0 8px 8px;overflow-y:auto}.tree-empty,.session-note{color:var(--text-faint);margin:8px 12px}.session-note.error{color:var(--status-error)}.project-row{border-radius:var(--radius-sm);align-items:center;gap:2px;padding-right:4px;display:flex}.project-row:hover{background:var(--surface-hover)}.project.is-active>.project-row{background:var(--surface-active)}.disclosure{width:20px;height:28px;color:var(--text-faint);flex:none;place-items:center;display:grid}.disclosure .svg-icon{width:13px;height:13px;transition:transform .12s}.disclosure .rotated{transform:rotate(90deg)}.project-main{text-align:left;flex:1;align-items:center;gap:8px;min-width:0;height:28px;display:flex}.project-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.project.is-active .project-name{font-weight:600}.dot{background:var(--status-stopped);border-radius:50%;flex:none;width:6px;height:6px}.dot.running{background:var(--status-running)}.dot.starting{background:var(--status-starting);animation:1.4s ease-in-out infinite pulse}.dot.error{background:var(--status-error)}@keyframes pulse{50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.dot.starting{animation:none}.disclosure .svg-icon{transition:none}}.row-actions{opacity:0;gap:1px;display:flex}.project-row:hover .row-actions,.row-actions:focus-within{opacity:1}.icon-button{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-muted);place-items:center;display:grid}.icon-button:hover{background:var(--surface-active);color:var(--text)}.icon-button.subtle{color:var(--text-faint)}.session-list{margin:0 0 4px;padding:0 0 0 20px;list-style:none}.session-row{border-radius:var(--radius-sm);border-left:1px solid var(--border);text-align:left;width:100%;color:var(--text-muted);align-items:center;gap:8px;padding:3px 8px 3px 10px;display:flex}.session-row.is-active{color:var(--text);border-left-color:var(--accent);background:var(--surface-hover)}.session-row:hover{background:var(--surface-hover);color:var(--text);border-left-color:var(--border-strong)}.session-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.session-meta{color:var(--text-faint);font-variant-numeric:tabular-nums;flex:none;font-size:11px}.sidebar-foot{border-top:1px solid var(--border);align-items:center;gap:6px;padding:8px 12px;display:flex}.foot-button{border-radius:var(--radius-sm);border:1px solid var(--border);height:30px;color:var(--text);flex:1;justify-content:center;align-items:center;gap:7px;display:flex}.foot-button:hover:not(:disabled){background:var(--surface-hover);border-color:var(--border-strong)}.foot-button.primary{background:var(--brand-accent);color:var(--brand-ink);border-color:#0000;font-weight:600}.foot-button.primary:hover:not(:disabled){background:#ffb02a;border-color:#0000}.stage{background:var(--bg);place-items:center;min-width:0;display:grid;position:relative}.error-strip{border-radius:var(--radius);border:1px solid var(--status-error);background:var(--surface);max-width:min(640px,100% - 32px);color:var(--text);align-items:center;gap:10px;padding:7px 8px 7px 14px;display:flex;position:absolute;top:12px;left:50%;transform:translate(-50%)}.stage-message{text-align:center;max-width:340px;color:var(--text-muted);flex-direction:column;align-items:center;gap:10px;display:flex}.stage-message .stage-icon{width:26px;height:26px;color:var(--text-faint)}.stage-message.error .stage-icon{color:var(--status-error)}.stage-title{color:var(--text);margin:0}.stage-hint{color:var(--text-faint);font-family:var(--font-mono);word-break:break-all;margin:0;font-size:11px}.stage-message .foot-button{flex:none;margin-top:4px;padding:0 16px}.project-tree::-webkit-scrollbar{width:8px}.project-tree::-webkit-scrollbar-thumb{background:var(--border-strong);border:2px solid var(--surface);border-radius:4px}.project-tree::-webkit-scrollbar-track{background:0 0}
|
package/dist/renderer/index.html
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
content="default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self'; font-src 'self' data:"
|
|
9
9
|
/>
|
|
10
10
|
<title>WrongStack Desktop</title>
|
|
11
|
-
<script type="module" crossorigin src="./assets/index-
|
|
12
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
11
|
+
<script type="module" crossorigin src="./assets/index-0iZUYcLZ.js"></script>
|
|
12
|
+
<link rel="stylesheet" crossorigin href="./assets/index-By9A0swX.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<div id="app"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wrongstack/desktop",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "WrongStack Desktop - Electron shell for managing multiple local WrongStack runtimes.",
|
|
6
6
|
"author": "WrongStack contributors",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"!dist/**/*.map"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@wrongstack/core": "1.0.
|
|
37
|
-
"@wrongstack/webui": "1.0.
|
|
38
|
-
"@wrongstack/webui-protocol": "1.0.
|
|
39
|
-
"@wrongstack/webui-server": "1.0.
|
|
36
|
+
"@wrongstack/core": "1.0.7",
|
|
37
|
+
"@wrongstack/webui": "1.0.7",
|
|
38
|
+
"@wrongstack/webui-protocol": "1.0.7",
|
|
39
|
+
"@wrongstack/webui-server": "1.0.7",
|
|
40
40
|
"react": "^19.2.8",
|
|
41
41
|
"react-dom": "^19.2.8",
|
|
42
42
|
"ws": "^8.21.3",
|