Files
ISA-Frontend/libs/core
Lorenz Hilpert 33026c064f feat(core-tabs): add pattern-based URL exclusion and tab deactivation guard
- Change URL blacklist from exact match to prefix matching
- Rename HISTORY_BLACKLIST_URLS to HISTORY_BLACKLIST_PATTERNS
- Add deactivateTab() method to TabService
- Add deactivateTabGuard for routes outside tab context
- Apply guard to dashboard route in app.routes.ts
- Update README with new features and API documentation

Routes like /dashboard and /kunde/dashboard now properly
deactivate the active tab when navigated to.
2025-12-11 13:54:39 +01:00
..