-
Notifications
You must be signed in to change notification settings - Fork 123
Prefer showing the reaction button at small screen widths #3400
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
base: livekit
Are you sure you want to change the base?
Conversation
Rather than the 'share screen' button. Small screens are most likely to be mobile devices which wouldn't have the ability to share their screen, anyways.
I usually let github handles that by selecting the base branch: Like that the review is only the last commit. And when the dependency is merged this will change the base branch here automatically. Any reason why you are doing differently? |
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.
I think we could have a test for that?
I think we can test that with playwright await browser.newContext({ reducedMotion: "reduce", screen: {width: 340, height: 720} })
?
Test added. |
Closes #3272