You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2024/03/27 02:09:23 UTC

(superset) branch sql_rowcount updated (6e53fbb076 -> 80314512ec)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a change to branch sql_rowcount
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 6e53fbb076 fix: row limits & row count labels are confusing
     add 80314512ec progress tracking props and passing them through

No new revisions were added by this update.

Summary of changes:
 .../Chart/DrillBy/useResultsTableView.tsx           |  2 ++
 .../Chart/DrillDetail/DrillDetailTableControls.tsx  |  5 ++++-
 .../src/explore/components/ChartPills.tsx           |  3 ++-
 .../explore/components/DataTableControl/index.tsx   | 12 +++++++-----
 .../DataTablesPane/components/DataTableControls.tsx | 10 ++++++++--
 .../DataTablesPane/components/SamplesPane.tsx       |  6 ++++++
 .../components/SingleQueryResultPane.tsx            |  4 ++++
 .../DataTablesPane/components/useResultsPane.tsx    |  3 ++-
 .../components/RowCountLabel/RowCountLabel.test.tsx |  2 +-
 .../src/explore/components/RowCountLabel/index.tsx  | 21 ++++++++++++++-------
 10 files changed, 50 insertions(+), 18 deletions(-)