This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 6c6ded1 fix: Update "View In SQL Lab" Flow to render source query
from datasource object (#11476)
add a874b14 refactor: Replace react-bootstrap Tabs with Antd Tabs in
DashboardBuilder (#11160)
No new revisions were added by this update.
Summary of changes:
.../cypress/integration/dashboard/tabs.test.js | 27 ++--
.../dashboard/components/DashboardBuilder_spec.jsx | 2 +-
.../components/gridComponents/Tab_spec.jsx | 38 ------
.../components/gridComponents/Tabs_spec.jsx | 53 ++++----
.../src/common/components/Tabs/Tabs.tsx | 54 ++++++--
.../src/components/URLShortLinkButton.jsx | 3 +-
.../src/dashboard/components/DashboardBuilder.jsx | 2 +-
.../dashboard/components/gridComponents/Tab.jsx | 54 ++------
.../dashboard/components/gridComponents/Tabs.jsx | 137 ++++++++++++++-------
.../dashboard/stylesheets/components/index.less | 1 -
.../src/dashboard/stylesheets/components/tabs.less | 106 ----------------
superset-frontend/stylesheets/superset.less | 6 -
12 files changed, 194 insertions(+), 289 deletions(-)
delete mode 100644
superset-frontend/src/dashboard/stylesheets/components/tabs.less