This is an automated email from the ASF dual-hosted git repository.
enzomartellucci pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 41ed37ab02 fix(oauth): Handle updates to the OAuth config (#31777)
add 472ca9d8f6 refactor(dashboard): Migrate ResizableContainer to
TypeScript and functional component (#31452)
No new revisions were added by this update.
Summary of changes:
.../src/dashboard/components/DashboardGrid.jsx | 9 +-
.../dashboard/components/DashboardGrid.test.jsx | 6 +-
.../components/gridComponents/DynamicComponent.tsx | 8 +-
.../components/resizable/ResizableContainer.jsx | 327 ---------------------
.../resizable/ResizableContainer.test.tsx | 35 +--
.../components/resizable/ResizableContainer.tsx | 321 ++++++++++++++++++++
.../{ResizableHandle.jsx => ResizableHandle.tsx} | 6 +-
7 files changed, 347 insertions(+), 365 deletions(-)
delete mode 100644
superset-frontend/src/dashboard/components/resizable/ResizableContainer.jsx
create mode 100644
superset-frontend/src/dashboard/components/resizable/ResizableContainer.tsx
rename
superset-frontend/src/dashboard/components/resizable/{ResizableHandle.jsx =>
ResizableHandle.tsx} (87%)