chore: checkpoint related UI improvements and supporting components

Various supporting changes made during the assign archetypes feature development:

- Added contextual-right-panel.tsx and swarm-command-feed.tsx
- Updated activity-panel.tsx with new features
- UI improvements to left-panel, mobile-nav
- Test updates for url-state-integration, mobile-nav, top-bar
- Package.json updates for dependencies
- Global CSS refinements

These changes support the main assign archetypes feature but are
not directly part of its core functionality.
This commit is contained in:
zenchantlive 2026-02-24 16:25:45 -08:00
parent 30f5f67216
commit fbfe393f6d
14 changed files with 280 additions and 85 deletions

View file

@ -84,8 +84,10 @@
/* ========== RADI ========== */
--radius-sm: 0.375rem;
--radius-card: 1.5rem; /* rounded-3xl for soft feel */
--radius-xl: 1.5rem; /* rounded-3xl */
--radius-card: 1.5rem;
/* rounded-3xl for soft feel */
--radius-xl: 1.5rem;
/* rounded-3xl */
--radius-modal: 1rem;
--radius-pill: 9999px;
@ -98,7 +100,7 @@
/* ========== TYPOGRAPHY ========== */
--font-ui-stack: var(--ui-font-sans);
--font-mono-stack: var(--ui-font-mono);
--font-size-h1: 2rem;
--font-size-h2: 1.5rem;
--font_size-h3: 1.125rem;
@ -131,11 +133,9 @@
--sidebar-right-width: 17.5rem;
--topbar-height: 3.75rem;
--glass-base: linear-gradient(
180deg,
color-mix(in srgb, var(--ui-bg-card) 72%, black),
color-mix(in srgb, var(--ui-bg-panel) 78%, black)
);
--glass-base: linear-gradient(180deg,
color-mix(in srgb, var(--ui-bg-card) 72%, black),
color-mix(in srgb, var(--ui-bg-panel) 78%, black));
--edge-top: color-mix(in srgb, var(--ui-border-strong) 80%, white 20%);
--edge-bottom: color-mix(in srgb, var(--ui-border-soft) 75%, black 25%);
--elevation-ambient: 0 20px 40px -16px rgba(0, 0, 0, 0.78);
@ -387,8 +387,9 @@ body {
transform: translateX(100%);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
}