You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kg...@apache.org on 2022/12/05 18:46:33 UTC

[superset] branch master updated (aafb993ee2 -> 2d30e9cbe9)

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

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


    from aafb993ee2 fix: Display Error Messages in DB Connection Modal  (#22200)
     add 2d30e9cbe9 feat: New time range label (#22317)

No new revisions were added by this update.

Summary of changes:
 .../controls/DateFilterControl/DateFilterLabel.tsx |  74 +++++++++++----
 .../DateFilterControl/components/DateLabel.tsx     | 100 +++++++++++++++++++++
 .../controls/DateFilterControl/components/index.ts |   1 +
 .../filters/components/Time/TimeFilterPlugin.tsx   |  28 ++----
 4 files changed, 162 insertions(+), 41 deletions(-)
 create mode 100644 superset-frontend/src/explore/components/controls/DateFilterControl/components/DateLabel.tsx