You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2023/03/13 18:49:25 UTC

[superset] branch fix/cross-filtering-table-sort updated (9730b1e24a -> effd05942c)

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

diegopucci pushed a change to branch fix/cross-filtering-table-sort
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 9730b1e24a Revert tsconfig
     add effd05942c Add tests

No new revisions were added by this update.

Summary of changes:
 .../src/hooks/useElementOnScreen/index.ts          | 28 +-------
 .../useElementOnScreen/useElementOnScreen.test.ts  | 63 +++++++++++++++++
 .../{index.ts => useElementOnScreen.ts}            |  0
 .../useTruncation/useCSSTextTruncation.test.tsx    | 81 ++++++++++++++++++++++
 .../useChildElementTruncation.test.ts              | 72 +++++++++++++++++++
 5 files changed, 217 insertions(+), 27 deletions(-)
 create mode 100644 superset-frontend/packages/superset-ui-core/src/hooks/useElementOnScreen/useElementOnScreen.test.ts
 copy superset-frontend/packages/superset-ui-core/src/hooks/useElementOnScreen/{index.ts => useElementOnScreen.ts} (100%)
 create mode 100644 superset-frontend/packages/superset-ui-core/src/hooks/useTruncation/useCSSTextTruncation.test.tsx
 create mode 100644 superset-frontend/packages/superset-ui-core/src/hooks/useTruncation/useChildElementTruncation.test.ts