You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add clickable hint option set to false for embeddables
* fix: increase debounce time for scroll end event in CustomEmbeddableRenderer
* feat: add lock indicator for scrolling in CustomEmbeddableRenderer
- Introduced a LockIndicator component that displays a lock icon when the user is scrolling.
- Updated styles to enhance the visibility and positioning of the lock icon.
- Implemented event listeners to manage the visibility of the lock icon based on scroll state.
* feat: enhance LockIndicator with countdown timer
- Added a countdown timer to the LockIndicator component that activates when scrolling stops.
- Updated styles for the lock icon and countdown timer to improve visibility and positioning.
- Implemented polling and event listeners to manage the countdown state effectively.
* refactor: simplify LockIndicator by removing countdown timer
- Removed the countdown timer functionality from the LockIndicator component, streamlining its behavior to only show the lock icon when scrolling.
- Updated styles to reflect the removal of the countdown timer and adjusted the lock icon's size for better integration.
- Cleaned up the useEffect hook to eliminate unnecessary state management related to the countdown.
0 commit comments