-
Notifications
You must be signed in to change notification settings - Fork 9
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
Give "Reason" a reference tooltip #501
Conversation
This is currently on dev for testing (the tooltip will not show up running in your local development server). |
ca4f37b
to
9912de7
Compare
Add a question mark icon.
9912de7
to
cd6e975
Compare
Codecov Report
@@ Coverage Diff @@
## master #501 +/- ##
=======================================
Coverage 97.70% 97.70%
=======================================
Files 169 169
Lines 3750 3755 +5
Branches 516 517 +1
=======================================
+ Hits 3664 3669 +5
Misses 83 83
Partials 3 3
Continue to review full report at Codecov.
|
@arkadyan can we make "Reason" display as "REASON" to match the other little labels below? eta: font-weight: 500 also |
@ingridpierre Good catch, I fixed the uppercase thing. |
a000b22
to
265700f
Compare
@ingridpierre @skyqrose Updated to use a local tooltip instead of Appcues. |
"Operator Error" should be "Operator error" for consistency. |
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 like it! It works so smoothly, much better than Appcues.
Approval pending a 👍 from Akira.
|
||
.m-block-waiver-banner__reason-tooltip.__react_component_tooltip.show { | ||
opacity: 1; | ||
text-align: left; |
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.
With the ladder styling moved back to be specifically about the ladder, this property isn't needed anymore.
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.
Yep, removed.
assets/src/skate.d.ts
Outdated
@@ -5,6 +5,7 @@ declare global { | |||
Appcues?: { | |||
identify: (userId: string) => void | |||
page: () => void | |||
show: (id: string) => void |
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 don't see this function called anywhere. What happens to the tests if it's not mocked?
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.
Yep, that is no longer needed.
@ingridpierre thanks, made error lowercase. |
@arkadyan lgtm 👍 |
Add a question mark icon.