Commit Graph

11 Commits

Author SHA1 Message Date
cubecraft-agents[bot]
fc12ab31a4 CUB-45: Final AgentCard component integration
- Replaced inline status dot/label with AgentStatusBadgeComponent (CUB-48)
- Replaced inline mat-progress-bar with TaskProgressBarComponent (CUB-44)
- Replaced inline jump button with QuickJumpButtonComponent (CUB-46)
- Left-border accent remains, driven by --agent-status-color CSS variable
- All 6 inputs working: status, task, progress, sessionKey, channel, lastActivity
- Added jumpClick output that forwards QuickJumpButton events
- role=article and aria-label on card element
- Fixed QuickJumpButton sessionKey to be @Input() for proper Angular binding
- Added barrel export for quick-jump-button
- Updated components barrel export for all sub-components
- Build and type-check pass cleanly
2026-04-26 13:52:00 +00:00
cubecraft-agents[bot]
63f5790d39 Merge remote-tracking branch 'origin/agent/rex/CUB-47-dark-mode-variables' into agent/rex/CUB-45-agent-card-final 2026-04-26 13:47:15 +00:00
cubecraft-agents[bot]
4f97697d56 Merge remote-tracking branch 'origin/agent/rex/CUB-46-quick-jump-button' into agent/rex/CUB-45-agent-card-final 2026-04-26 13:47:01 +00:00
cubecraft-agents[bot]
ab1a20a61a Merge remote-tracking branch 'origin/agent/rex/CUB-44-task-progress-bar' into agent/rex/CUB-45-agent-card-final 2026-04-26 13:46:58 +00:00
cubecraft-agents[bot]
d473611d8c Merge remote-tracking branch 'origin/agent/rex/CUB-48-agent-status-badge' into agent/rex/CUB-45-agent-card-final 2026-04-26 13:46:56 +00:00
cubecraft-agents[bot]
bcaa526a69 CUB-46: Implement Quick‑Jump Button Component 2026-04-26 13:21:08 +00:00
cubecraft-agents[bot]
14b3dab88b CUB-44: add task-progress-bar component with determinate mode and elapsed time 2026-04-26 13:09:18 +00:00
cubecraft-agents[bot]
b97f4f0668 CUB-48: Add Agent Status Badge component with pulse animations
- Colored pill badge for Active, Idle, Thinking, Error, Offline statuses
- Color mapping uses CSS custom properties (--status-active, etc.)
- Pulse animations: Active 2s, Thinking 3s, Error 0.8s, Idle/Offline static
- Respects prefers-reduced-motion for accessibility
- Standalone component with OnPush change detection
- Barrel export via index.ts
2026-04-26 13:00:20 +00:00
cubecraft-agents[bot]
d5a85c4ed0 CUB-47: Implement Tactical Dark Mode CSS Variables 2026-04-26 12:54:25 +00:00
cubecraft-agents[bot]
7eaf736fc4 CUB-23: implement AgentCard component with status indicators, progress bar, and M3 styling
- AgentCard component with inputs: status, task, progress, sessionKey, channel, lastActivity
- Status badge colors: Active (#38BDF8), Idle (#2DD4BF), Thinking (#A78BFA), Error (#F87171)
- 4px left-border accent matching status color via CSS custom properties
- Pulse animations: Active (2s), Error (0.8s), Thinking (3s) using global styles.scss keyframes
- Task progress bar with percentage display
- Quick-Jump button using M3 FilledTonalIconButton style with state layer overlay
- Hover/focus states with M3 state layer overlay (8% primary)
- Accessibility: aria-labels for status, role=article on cards, focus-visible outlines
- Reduced-motion media query support
- Updated HubPageComponent with demo data grid layout
2026-04-26 01:36:55 +00:00
cubecraft-agents[bot]
f490098af6 initial commit 2026-04-25 19:02:57 +00:00