-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Wheel examples #1010
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
Wheel examples #1010
Conversation
|
Oh, also, the JavaScript & the Kotlin aren't implemented for this because I wasn't sure what those needed to look like. |
|
Do I need to move this out of draft to get it to deploy a preview? |
✅ Deploy Preview for jovial-austin-42fe02 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
| + "return f<window.pageYOffset+window.innerHeight&&t<window.pageXOffset+window.innerWidth&&f+n>\n" | ||
| + "window.pageYOffset&&t+o>window.pageXOffset"; | ||
|
|
||
| return (boolean) ((JavascriptExecutor) driver).executeScript(script, element); |
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.
executeScript will return Boolean as Object, seems no need to convert as boolean?
|
I like the badges idea, but there is no need to implement this on our own. Docsy uses Bootstrap, so you can use their Badges (https://getbootstrap.com/docs/4.6/components/badge/) and combine it with a Tooltip (https://getbootstrap.com/docs/4.6/components/tooltips/). |
|
Getting rolled into #1031 |
This is Draft because:
This PR is to show off demo code for what scrolling implementation looks like with the above PR
Also, probably should figure out if we like the badges and do them the right way with shortcodes and such if we like them. @diemol what do you think of the "badges" in this PR?