CUB-26: Quick-jump drawer and modal components
All checks were successful
Dev Build / build-test (pull_request) Successful in 2m5s

This commit is contained in:
2026-04-28 09:14:30 -04:00
parent 8331468b44
commit e84a479e33
14 changed files with 1248 additions and 11 deletions

View File

@@ -17,4 +17,11 @@
</div>
<!-- Quick-Jump Drawer (global overlay) -->
<app-quick-jump-drawer />
<app-quick-jump-drawer />
<!-- Agent Session Drawer (CUB-26) — desktop: side drawer, mobile: bottom sheet -->
<app-agent-session-drawer
[isMobile]="isMobile()"
(openSession)="onOpenSession($event)"
(pinToDashboard)="onPinToDashboard($event)"
/>