-
Notifications
You must be signed in to change notification settings - Fork 124
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
Cancel gesture diagram #2762
base: main
Are you sure you want to change the base?
Cancel gesture diagram #2762
Conversation
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.
Thanks for your submission! Works great. Thanks for covering all the requirements.
Below are the issues I found. Please let me know if you have any questions. Thanks!
Steps to Reproduce
Current BehaviorThe Cancel GestureDiagram does not scale with font size. Expected BehaviorThe Cancel GestureDiagram should scale with font size like the other GestureDiagrams. |
Steps to Reproduce
Note that docker is required to run the Puppeteer tests. Current BehaviorThe Puppeteer test are failing because a snapshot is out of date. You can view the snapshot diff from GitHub Actions in the build artifacts. For more information, see: https://github.com/cybersemics/em/wiki/Testing#5-visual-snapshot-tests Expected BehaviorThe Puppeteer tests should all pass. To update the snapshots for this test, run:
|
Current BehaviorThe Cancel diagram does not show up in the snapshot test for https://github.com/cybersemics/em/blob/5bfeca0d0823f3863d68e6b2202ccef6db8251b5/src/components/modals/TestGestureDiagram.tsx. Expected BehaviorThe Cancel diagram should be added to https://github.com/cybersemics/em/blob/5bfeca0d0823f3863d68e6b2202ccef6db8251b5/src/components/modals/TestGestureDiagram.tsx as requested in the original issue. The snapshot test should be updated once added. |
@Howlmaster Just checking in! Let me know if you have any questions about the requested changes. |
Thanks! Looks like the |
908ee84
to
4c09fab
Compare
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 see that all of the comments were marked resolved from my previous review, yet I don't see any changes in the diff, which makes it look like they were not addressed. I've unresolved them for now. Are you still working on these?
src/e2e/puppeteer/__tests__/__image_snapshots__/commandPalette/commandPalette-light.png
Outdated
Show resolved
Hide resolved
9f6f125
to
a780a7e
Compare
I fixed the issue : [mobile] Cancel gesture diagram #2738
I took a look at #2745 and I added the cancel gesture to the last the gesture menu.
And now, it meets all expected behaviors.