shashbha14 opened a new pull request, #38256: URL: https://github.com/apache/superset/pull/38256
Core Feature: 1. Adds a "Scroll to bottom" FAB in the bottom-right corner. 2. Saves time on long dashboards, logs, and datasets. Key Logic: 1. Context-Aware: Hidden by default; appears only when scrolling away from the target area. 2. User Interface: Matches Superset's design using standard icons and theme tokens. Technical Details: 1. New ScrollToBottom component with optimized scroll event handling. 2. Integrated globally in App.tsx for application-wide availability. 3. Includes unit tests for visibility and scroll behavior. Verification: 1. Verified smooth scrolling and responsiveness across desktop/mobile views. 2. Confirmed zero impact on existing UI elements (toasts, menus). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
