-
Notifications
You must be signed in to change notification settings - Fork 274
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
feat: Feedback dialog #772
feat: Feedback dialog #772
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/carbon-design-system/gatsby-theme-carbon/kwgyk7ewi |
This comment has been minimized.
This comment has been minimized.
packages/gatsby-theme-carbon/src/components/FeedbackDialog/LaunchButton.module.scss
Outdated
Show resolved
Hide resolved
packages/gatsby-theme-carbon/src/components/BackToTopBtn/BackToTopBtn.js
Show resolved
Hide resolved
packages/gatsby-theme-carbon/src/components/FeedbackDialog/Comment.module.scss
Outdated
Show resolved
Hide resolved
Only real feedback is the focus border on the comment box, but otherwise, lgtm. 👍 |
@jnm2377 opted to use the carbon component, theming was easier than I thought |
@@ -58,6 +59,7 @@ | |||
"prop-types": "^15.7.2", | |||
"react-helmet": "^6.0.0-beta", | |||
"react-scroll-up": "^1.3.3", |
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.
Can we remove react-scroll-up now?
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.
Good call
@jeanservaas updated with:
|
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.
@aagonzales @jeanservaas and @mjabbink switched it to be #000 to match the back-to-top button. Good catch on the hover, it's fixed! |
@aagonzales switched from #000 to gray-100 |
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.
Looks good!
Closes #771
Stuff I guessed on:
Todo: