-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
[sqllab] Added share button to bottom menu #4584
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4584 +/- ##
==========================================
+ Coverage 71.17% 71.19% +0.01%
==========================================
Files 187 188 +1
Lines 14809 14822 +13
Branches 1085 1085
==========================================
+ Hits 10540 10552 +12
- Misses 4266 4267 +1
Partials 3 3
Continue to review full report at Codecov.
|
@@ -195,6 +196,11 @@ class SqlEditor extends React.PureComponent { | |||
dbId={qe.dbId} | |||
/> | |||
</span> | |||
<span className="m-r-5"> | |||
<ShareQuery |
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.
nit: would fit nicely on a single line
LGTM, feel free to ship as is despite the minor nit |
* added sharebtn * address comments (cherry picked from commit c6af488)
* added sharebtn * address comments
* added sharebtn * address comments
Added share button to sqllab bottom menu for easier discoverability