9remote 2.0.77 → 2.0.79

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.
@@ -2315,19 +2315,19 @@ button {
2315
2315
  .terminal-wrapper .xterm-screen { touch-action: pan-y !important; }
2316
2316
  .xterm .xterm-helpers { z-index: 0 !important; }
2317
2317
  .xterm-helper-textarea { opacity: 0 !important; }
2318
- /* Thin continuous brand glow ring around focused pane */
2318
+ /* Thin continuous amber glow ring around focused pane */
2319
2319
  .terminal-focus-glow::after {
2320
2320
  content: "";
2321
2321
  position: absolute;
2322
2322
  inset: 0;
2323
- border: 1px solid var(--brand-500);
2324
- box-shadow: 0 0 6px rgba(var(--brand-rgb), 0.7);
2323
+ border: 1px solid #fbbf24;
2324
+ box-shadow: 0 0 6px rgba(251, 191, 36, 0.7);
2325
2325
  pointer-events: none;
2326
2326
  z-index: 2;
2327
2327
  }
2328
- /* Finished-terminal highlight — animated gradient bottom border (cleared on focus) */
2328
+ /* Finished-terminal highlight — animated gradient top bar (separate pseudo from focus-glow) */
2329
2329
  /* Finished-terminal badge styles — KEEP IN SYNC with web/app/globals.css (separate build) */
2330
- .terminal-done-border::after {
2330
+ .terminal-done-border::before {
2331
2331
  content: "";
2332
2332
  position: absolute;
2333
2333
  top: 0;
@@ -2338,6 +2338,7 @@ button {
2338
2338
  background-size: 200% 100%;
2339
2339
  animation: borderFlow 3s linear infinite;
2340
2340
  pointer-events: none;
2341
+ z-index: 3;
2341
2342
  }
2342
2343
  @keyframes borderFlow {
2343
2344
  from { background-position: 0% 0; }
@@ -14,8 +14,8 @@
14
14
  const savedTheme = localStorage.getItem("9remote-theme") || "dark";
15
15
  document.documentElement.setAttribute("data-theme", savedTheme);
16
16
  </script>
17
- <script type="module" crossorigin src="/assets/index-DWrz-evW.js"></script>
18
- <link rel="stylesheet" crossorigin href="/assets/index-vQVARods.css">
17
+ <script type="module" crossorigin src="/assets/index-BfjpK3FR.js"></script>
18
+ <link rel="stylesheet" crossorigin href="/assets/index-DKExB8wf.css">
19
19
  </head>
20
20
  <body>
21
21
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "9remote",
3
- "version": "2.0.77",
3
+ "version": "2.0.79",
4
4
  "type": "module",
5
5
  "description": "Remote terminal access from anywhere",
6
6
  "main": "dist/server.cjs",