CUB-46: Implement Quick‑Jump Button Component #8

Closed
overseer wants to merge 0 commits from agent/rex/CUB-46-quick-jump-button into dev
Owner

Quick-Jump Button Component (M3 Style)

Implements the Quick-Jump button for AgentCard per CUB-46.

Files Created

  • frontend/src/app/components/quick-jump-button/quick-jump-button.component.ts — Standalone component with jumpClick output
  • frontend/src/app/components/quick-jump-button/quick-jump-button.component.htmlmat-icon-button with arrow_forward icon
  • frontend/src/app/components/quick-jump-button/quick-jump-button.component.scss — M3 FilledTonalIconButton style with 8% state layer overlay on hover/focus
  • frontend/src/app/components/index.ts — Barrel export

Validation

  • Button renders with arrow_forward icon
  • Hover overlay (8% state layer) visible
  • Focus-visible overlay (12% state layer) with outline
  • Click event emitted via jumpClick Output
  • Component exported via barrel index.ts
  • TypeScript compiles (tsc --noEmit clean)
  • Angular build succeeds
## Quick-Jump Button Component (M3 Style) Implements the Quick-Jump button for AgentCard per CUB-46. ### Files Created - `frontend/src/app/components/quick-jump-button/quick-jump-button.component.ts` — Standalone component with `jumpClick` output - `frontend/src/app/components/quick-jump-button/quick-jump-button.component.html` — `mat-icon-button` with `arrow_forward` icon - `frontend/src/app/components/quick-jump-button/quick-jump-button.component.scss` — M3 FilledTonalIconButton style with 8% state layer overlay on hover/focus - `frontend/src/app/components/index.ts` — Barrel export ### Validation - [x] Button renders with `arrow_forward` icon - [x] Hover overlay (8% state layer) visible - [x] Focus-visible overlay (12% state layer) with outline - [x] Click event emitted via `jumpClick` Output - [x] Component exported via barrel `index.ts` - [x] TypeScript compiles (`tsc --noEmit` clean) - [x] Angular build succeeds
overseer added 1 commit 2026-04-26 09:22:00 -04:00
Otto was assigned by overseer 2026-04-26 09:36:46 -04:00
Rex closed this pull request 2026-04-26 11:17:55 -04:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: CubeCraft-Creations/Control-Center#8