@agentprojectcontext/apx 1.45.0 → 1.47.0

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.
@@ -18,8 +18,8 @@
18
18
  <link rel="apple-touch-icon" href="/favicon/dark/apple-touch-icon.png" media="(prefers-color-scheme: dark)" />
19
19
  <link rel="manifest" href="/favicon/white/site.webmanifest" media="(prefers-color-scheme: light)" />
20
20
  <link rel="manifest" href="/favicon/dark/site.webmanifest" media="(prefers-color-scheme: dark)" />
21
- <script type="module" crossorigin src="/assets/index-D7px5xcy.js"></script>
22
- <link rel="stylesheet" crossorigin href="/assets/index-BAKk7d_M.css">
21
+ <script type="module" crossorigin src="/assets/index-oOjZZktw.js"></script>
22
+ <link rel="stylesheet" crossorigin href="/assets/index-CilEtMjV.css">
23
23
  </head>
24
24
  <body class="bg-background text-foreground antialiased">
25
25
  <div id="root"></div>
@@ -18,15 +18,15 @@ export function DesktopScreen() {
18
18
  );
19
19
 
20
20
  return (
21
- <div className="mx-auto max-w-6xl space-y-6 p-6" data-testid="screen-desktop">
22
- {/* ── Two-column layout: status on the left, last conversation on the right. ── */}
23
- <div className="grid gap-6 xl:grid-cols-[1fr_1fr]">
24
- {/* ── LEFT: live status + lifecycle + link to configuration ─────── */}
21
+ <div className="mx-auto max-w-3xl space-y-6 p-6" data-testid="screen-desktop">
22
+ {/* ── Single-column layout: status on top, conversation list below. ── */}
23
+ <div className="space-y-6">
24
+ {/* ── TOP: live status + lifecycle + link to configuration ─────── */}
25
25
  <div>
26
26
  <DesktopStatusCard showConfigLink />
27
27
  </div>
28
28
 
29
- {/* ── RIGHT: last conversation preview ─────────────────────────── */}
29
+ {/* ── BOTTOM: last conversation preview ────────────────────────── */}
30
30
  <div>
31
31
  <Section
32
32
  title={t("desktop_screen.last_conv_title")}