-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Guided tour for new users #4690
Conversation
Your Render PR Server URL is https://social-app-pr-4690.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cpuvvp88fa8c739brm5g. |
|
👀 |
@estrattonbailey with the sick assist on a11y, very much appreciated |
src/tours/Tooltip.tsx
Outdated
|
||
React.useEffect(() => { | ||
if (!isWeb) return | ||
document.body.style.overflow = 'hidden' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have useWebBodyScrollLock
for this, I think it should be more reliable because it also deals with ref counting (if there's overlap) and handles scrollbar gutter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm with a nit
Adds a guided tour for new users
iOS/Android
CleanShot.2024-06-27.at.16.38.22.mp4
Web
CleanShot.2024-06-27.at.16.36.06.mp4