This is an automated email from the ASF dual-hosted git repository.
justinpark pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 647f21c26ad chore(deps): bump hot-shots from 13.0.0 to 13.1.0 in
/superset-websocket (#37436)
add 0fd528c7afc feat(sqllab): Improved query status indicator bar (#36936)
No new revisions were added by this update.
Summary of changes:
.../src/components/Timer/index.tsx | 4 +-
.../superset-ui-core/src/query/types/Query.ts | 1 +
superset-frontend/src/SqlLab/actions/sqlLab.ts | 2 +-
.../QueryStatusBar/QueryStatusBar.test.tsx | 161 ++++++++++++++++
.../src/SqlLab/components/QueryStatusBar/index.tsx | 214 +++++++++++++++++++++
.../SqlLab/components/ResultSet/ResultSet.test.tsx | 46 -----
.../src/SqlLab/components/ResultSet/index.tsx | 29 +--
.../src/SqlLab/components/SouthPane/Results.tsx | 51 ++---
8 files changed, 415 insertions(+), 93 deletions(-)
create mode 100644
superset-frontend/src/SqlLab/components/QueryStatusBar/QueryStatusBar.test.tsx
create mode 100644
superset-frontend/src/SqlLab/components/QueryStatusBar/index.tsx