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

@@ -4,7 +4,7 @@
<div class="layout-shell__main">
<!-- Header bar at top of content area -->
<app-header-bar class="layout-shell__header" />
<app-header-bar class="layout-shell__header" (openQuickJump)="openQuickJump()" />
<!-- Scrollable content area -->
<main class="layout-shell__content">
@@ -14,4 +14,7 @@
<!-- Mobile: Bottom Navigation Bar -->
<app-bottom-nav class="layout-shell__bottom-nav" />
</div>
</div>
<!-- Quick-Jump Drawer (global overlay) -->
<app-quick-jump-drawer />