-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: replace intersection observer in board #4291
refactor: replace intersection observer in board #4291
Conversation
This comment has been minimized.
This comment has been minimized.
…tion-observer # Conflicts: # src/components/Board/Board.tsx
…tion-observer # Conflicts: # src/components/Board/__tests__/Board.test.tsx
This comment has been minimized.
This comment has been minimized.
The deployment to the dev cluster was successful. You can find the deployment here: https://4291.development.scrumlr.fra.ics.inovex.io Deployed Images
|
🐙 OctomindTest Report: 14/14 successful.
commit sha: e8f9af6 |
Description
Replaces the intersection observer used to determine whether the board is scrollable and which column to show. Reasons:
Changelog
useIsTouchingSides
IntersectionObserver
and all surrounding logic from BoardChecklist