mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
- 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.