Files
ISA-Frontend/libs/shell/common/src/index.ts
Lorenz Hilpert 7a86fcf507 feat(shell): add tabs collapsed state service and navigation indicators
Add TabsCollabsedService to manage tabs bar collapsed/expanded state with
proximity-based switching. Implement activity indicators for navigation items
that bubble up from child routes when menu is collapsed.

- Add TabsCollabsedService for centralized tabs state management
- Add indicator support to navigation types and components
- Implement indicator bubbling from children to parent when collapsed
- Update shell-layout with click-outside-to-close for mobile navigation
- Add dynamic route resolution with factory functions and signals
- Update shell-tabs with compact mode and proximity detection
2025-12-10 20:07:35 +01:00

5 lines
178 B
TypeScript

export * from './lib/navigation.service';
export * from './lib/font-size.service';
export * from './lib/notifications.service';
export * from './lib/tabs-collabsed.service';