mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(utils): add scroll-top button component Add a reusable ScrollTopButtonComponent that provides smooth scrolling to the top of a page or specific element. The component automatically shows/hides based on scroll position and respects user's reduced motion preferences. Key features: - Supports both window and element-specific scrolling - Configurable position with sensible defaults - Accessibility compliant with proper aria-label - Respects prefers-reduced-motion media query - Debounced scroll event handling for performance Integrate the component into remission list and search dialog components to improve user navigation experience. Ref: #5360