Skip to content
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

Numerous improvements to SQL Lab #1088

Merged
merged 12 commits into from
Sep 11, 2016
Merged

Numerous improvements to SQL Lab #1088

merged 12 commits into from
Sep 11, 2016

Conversation

mistercrunch
Copy link
Member

No description provided.

@@ -43,7 +46,7 @@ class ResultSet extends React.Component {
>
<i className="fa fa-line-chart m-l-1" /> Visualize
</Button>
<Button bsSize="small">
<Button bsSize="small" onClick={this.csv.bind(this)}>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this makes more sense as a simple <a> tag since the csv() is just setting window.location.

const url = `/caravel/csv/${this.props.query.id}`;
<a className="btn btn-sm" href={`/caravel/csv/${url}`}">
  ...
</a>

@ascott
Copy link

ascott commented Sep 9, 2016

i think most of this has been reviewed so 👍 🎉

@mistercrunch
Copy link
Member Author

mistercrunch commented Sep 9, 2016

@ascott nice, I was happy to find that <Button> has an href prop. Less redirection is better!

@mistercrunch mistercrunch merged commit 1971bf6 into master Sep 11, 2016
@mistercrunch mistercrunch deleted the sqllab branch September 11, 2016 14:39
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 17, 2021
added indonesia map. geojson file was created via jupyter notebook script

Co-authored-by: macbook <lim@MacBook-Pro.local>
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 24, 2021
added indonesia map. geojson file was created via jupyter notebook script

Co-authored-by: macbook <lim@MacBook-Pro.local>
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 25, 2021
added indonesia map. geojson file was created via jupyter notebook script

Co-authored-by: macbook <lim@MacBook-Pro.local>
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 26, 2021
added indonesia map. geojson file was created via jupyter notebook script

Co-authored-by: macbook <lim@MacBook-Pro.local>
@mistercrunch mistercrunch added the 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.11.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants