CUB-51: Implement Quick-Jump Drawer Component

This commit is contained in:
cubecraft-agents[bot]
2026-04-26 13:06:24 +00:00
parent 8d0adeb2e9
commit b4e110f4c3
9 changed files with 698 additions and 6 deletions

View File

@@ -2,6 +2,16 @@
<h1 class="header-bar__title">Command Hub</h1>
<div class="header-bar__actions">
<!-- Quick-Jump trigger -->
<button
class="header-bar__action-btn"
mat-icon-button
aria-label="Jump to agent"
(click)="openQuickJump.emit()"
>
<mat-icon>keyboard_command_key</mat-icon>
</button>
<!-- Live indicator -->
<button
class="header-bar__action-btn header-bar__live-btn"