-
Notifications
You must be signed in to change notification settings - Fork 2
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
Target size feature #248
Target size feature #248
Conversation
@gerardo-rodriguez It looks like the unconventional newline character doesn't get displayed in CI on GitHub. Starting to think maybe we should remove it |
@gerardo-rodriguez Do you anticipate having time to finish this up? If not, I can. |
…our/pleasantest into feature/touch-target-size * 'feature/touch-target-size' of https://github.com/cloudfour/pleasantest: Update tests/user/click.test.ts Update tests/user/click.test.ts Update src/user-util/index.ts
I'm not sure if I was supposed to update the snapshots. 🤔 |
@calebeby If you have any time to team up on this to try and knock it out in the coming week, let me know and we can schedule some time. 😉 |
I should have time on Monday, I don't have classes! We can work out a time then |
Marking this as ready for review, but also once @gerardo-rodriguez is back he will need to review the docs changes I made as well. |
@calebeby I refactored the When you have a moment, can you take a look and let me know how I should handle this? Thanks! 👍 |
@gerardo-rodriguez you can make the snapshots pass in CI by forcing the elements to have a fixed size (like adding width/height etc) so that differences in font rendering or browser defaults (maybe?) won't change the element's size between local + CI Like I did in this commit: |
@calebeby I have addressed all PR feedback, but these items from you are still outstanding. I'm not sure what is actionable for me to do. |
61a4142
to
b8449af
Compare
@gerardo-rodriguez I finished refactoring! I think this PR is all good to go, except that I want to hold off on merging until after I do a minor release, because this is a breaking change. |
Closes #72