This is an automated email from the ASF dual-hosted git repository.
lynwee pushed a change to branch dev-1
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 9ec020c7c feat(circleci): restranformate without api client
add f1806ac5c refactor: adjust redux dir and structure (#8014)
add 79df6f2e5 fix: onboard initial status error (#8015)
add 2ea3354e5 Merge branch 'main' into dev-1
No new revisions were added by this update.
Summary of changes:
config-ui/src/{routes/app/app.tsx => App.tsx} | 25 ++++--
config-ui/src/api/index.ts | 2 +-
config-ui/src/app/routrer.tsx | 5 +-
config-ui/src/app/store.ts | 4 +-
config-ui/src/features/connections/slice.ts | 90 +++++++++++-----------
config-ui/src/features/index.ts | 19 -----
config-ui/src/features/onboard/slice.ts | 29 ++++---
.../src/features/{onboard => version}/index.ts | 0
config-ui/src/features/version/slice.ts | 63 +++++++++++++++
.../plugins/components/connection-form/index.tsx | 2 +-
.../register/webhook/components/create-dialog.tsx | 2 +-
.../register/webhook/components/delete-dialog.tsx | 2 +-
.../register/webhook/components/edit-dialog.tsx | 2 +-
.../webhook/components/selector-dialog.tsx | 2 +-
.../register/webhook/components/view-dialog.tsx | 2 +-
config-ui/src/routes/app/index.ts | 20 -----
config-ui/src/routes/app/loader.ts | 46 -----------
.../components/add-connection-dialog/index.tsx | 2 +-
.../blueprint/detail/configuration-panel.tsx | 2 +-
config-ui/src/routes/blueprint/home/index.tsx | 2 +-
config-ui/src/routes/connection/connection.tsx | 2 +-
config-ui/src/routes/index.ts | 1 -
config-ui/src/routes/layout/layout.tsx | 14 +---
config-ui/src/routes/project/home/index.tsx | 2 +-
24 files changed, 164 insertions(+), 176 deletions(-)
rename config-ui/src/{routes/app/app.tsx => App.tsx} (52%)
delete mode 100644 config-ui/src/features/index.ts
copy config-ui/src/features/{onboard => version}/index.ts (100%)
create mode 100644 config-ui/src/features/version/slice.ts
delete mode 100644 config-ui/src/routes/app/index.ts
delete mode 100644 config-ui/src/routes/app/loader.ts