This is an automated email from the ASF dual-hosted git repository.
enzomartellucci pushed a change to branch refactor/antd5-radio
in repository https://gitbox.apache.org/repos/asf/superset.git
from 4ee62faee1 refactor(HeaderWithRadioGroup): Implements Radio.Group from
Antd5
new a62bb6d3db Lint fix
new 6b10a5e1ec refactor(Radio): - Radio.GroupWrapper customization for
Radio.Group component - Replaces Radio.Group in the base code with
Radio.GroupWrapper - Optimizes by removing excess code
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cypress-base/cypress/support/e2e.ts | 2 +-
.../Chart/DrillBy/useDisplayModeToggle.tsx | 34 +++++------
superset-frontend/src/components/Radio/index.tsx | 65 ++++++++++++++++------
.../header-renderers/HeaderWithRadioGroup.tsx | 6 +-
.../FiltersConfigForm/FiltersConfigForm.tsx | 8 +--
.../explore/components/DataTableControl/index.tsx | 16 +++---
.../DateFilterControl/components/CalendarFrame.tsx | 15 +++--
.../DateFilterControl/components/CommonFrame.tsx | 7 ++-
.../components/CurrentCalendarFrame.tsx | 8 ++-
.../DateFilterControl/components/CustomFrame.tsx | 4 +-
.../DateFilterControl/tests/CalendarFrame.test.tsx | 8 ++-
.../controls/DateFilterControl/utils/constants.ts | 14 ++---
12 files changed, 115 insertions(+), 72 deletions(-)