This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
from 335fac812 [Doc][README] Fix contributor profile can't display (#2288)
add 4942e5d9c [Feat][UI] Add the delete modal in the user manage. (#2293)
No new revisions were added by this update.
Summary of changes:
seatunnel-ui/src/locales/en_US/user-manage.ts | 4 +-
.../user-manage/list/components/delete-modal.tsx | 63 ++++++++++++++++++++++
.../list/components/{modal.tsx => form-modal.tsx} | 8 +--
.../components/{use-modal.ts => use-form-modal.ts} | 2 +-
seatunnel-ui/src/views/user-manage/list/index.tsx | 47 ++++++++++------
.../src/views/user-manage/list/use-table.ts | 16 ++++--
6 files changed, 116 insertions(+), 24 deletions(-)
create mode 100644
seatunnel-ui/src/views/user-manage/list/components/delete-modal.tsx
rename seatunnel-ui/src/views/user-manage/list/components/{modal.tsx =>
form-modal.tsx} (96%)
rename seatunnel-ui/src/views/user-manage/list/components/{use-modal.ts =>
use-form-modal.ts} (98%)