mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(remission-list, ui-tooltip): add info tooltip with performance optimization Add tooltip to department capacity info button with enhanced trigger management. Optimize department list fetching to only load when search input or department filter is active, improving initial load performance. - Add tooltip directive to info button showing capacity details - Implement conditional department list fetching based on input/filter presence - Enhance tooltip directive with improved trigger management and positioning - Update tooltip component to use modern Angular control flow syntax - Add proper show/hide logic with trigger-specific behavior Refs: #5255