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

feat: SQL Toolbar #12067

Merged
merged 36 commits into from
Jan 7, 2021
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
83c5e5f
feat: New Limit Selector (#12065)
hughhhh Dec 15, 2020
16d47e0
Merge branch 'master' of https://github.com/apache/incubator-superset…
hughhhh Dec 15, 2020
e732a31
remove icon in wrong place
hughhhh Dec 17, 2020
78d8755
Merge branch 'master' of https://github.com/apache/incubator-superset…
hughhhh Dec 17, 2020
f768473
Merge branch 'master' of https://github.com/apache/incubator-superset…
hughhhh Dec 17, 2020
fb4c447
feat: Add toolbar overflow menu (#12087)
hughhhh Dec 17, 2020
d305240
add new button
hughhhh Dec 17, 2020
39a9e6c
add antd button
hughhhh Dec 17, 2020
b2e1d21
switched out button
hughhhh Dec 17, 2020
674cc8b
working run button
hughhhh Dec 17, 2020
8f957dc
git status
hughhhh Dec 17, 2020
e8991e0
clean up the code
hughhhh Dec 17, 2020
a275fbf
hide entire menu if ctas and cvas
hughhhh Dec 18, 2020
c56d14d
Merge branch 'master' of https://github.com/apache/incubator-superset…
hughhhh Dec 18, 2020
e21b48b
saving this for now
hughhhh Dec 18, 2020
a0dc269
feat: move sql lab save and copy buttons (#12069)
eschutho Dec 18, 2020
246511b
feat: move keyboard shortcut hints to tooltips (#12100)
eschutho Dec 18, 2020
5f73d31
fix merge conflicts
hughhhh Dec 18, 2020
78cff80
Merge branch 'master' of https://github.com/apache/incubator-superset…
hughhhh Dec 18, 2020
0d58c39
Merge branch 'feat-sql-toolbar' of https://github.com/apache/incubato…
hughhhh Dec 18, 2020
c4af4fe
everything together
hughhhh Dec 18, 2020
cf39980
remove old code
hughhhh Dec 18, 2020
9a88223
feat: Update CTAS/CVAS button & Cost Estimate (#12131)
hughhhh Dec 21, 2020
0e64ceb
feat: update sql toolbar styling (#12164)
eschutho Dec 22, 2020
4df968b
feat: sql lab toolbar fixes (#12198)
eschutho Dec 23, 2020
0c7aad1
fix merge conflicts
hughhhh Jan 4, 2021
8a288b2
Merge branch 'master' of https://github.com/apache/incubator-superset…
hughhhh Jan 5, 2021
0d76111
fix: Sql toolbar fixes round 2 (#12287)
hughhhh Jan 6, 2021
4a4fad8
fix placeholder
hughhhh Jan 6, 2021
fddd59a
Merge branch 'master' of https://github.com/apache/incubator-superset…
hughhhh Jan 6, 2021
a651209
fix linting
hughhhh Jan 7, 2021
2585456
fix button size
hughhhh Jan 7, 2021
b73235d
fix styling
hughhhh Jan 7, 2021
3db4d4f
save the margin here
hughhhh Jan 7, 2021
f2cb0ce
set width
hughhhh Jan 7, 2021
1da6815
fix linting
hughhhh Jan 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
save the margin here
hughhhh committed Jan 7, 2021
commit 3db4d4f3a52150d2cd301586d797562cc1965f16
1 change: 1 addition & 0 deletions superset-frontend/src/common/components/Dropdown.tsx
Original file line number Diff line number Diff line change
@@ -83,6 +83,7 @@ const StyledDropdownButton = styled.div`
width: 120px;
}
&:last-of-type {
margin: 0;
border-radius: ${({ theme }) =>
`0 ${theme.gridUnit}px ${theme.gridUnit}px 0`};
width: ${({ theme }) => theme.gridUnit * 9}px;