This is an automated email from the ASF dual-hosted git repository.
mintsweet pushed a change to branch feat-8017
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 74e0baf54 fix: data scope search cannot select
add 5a930b98c feat: add a component connection-form-modal
add b88a4a829 feat: add a component connection-name
add be83a7ec2 fix: show connection form modal when connection token check
failed
add 2248870aa refactor: improve the component connection-name
No new revisions were added by this update.
Summary of changes:
config-ui/src/features/connections/index.ts | 1 -
.../connection-form-modal.tsx} | 56 +++++++---------
.../{index.tsx => connection-form.tsx} | 0
.../components/connection-form}/index.ts | 3 +-
.../plugins/components/connection-list/index.tsx | 40 +----------
.../components/connection-name/index.tsx} | 77 ++++++++++------------
.../components/connection-name}/styled.ts | 39 +++++------
config-ui/src/plugins/components/index.ts | 1 +
.../detail/components/connection-check}/index.tsx | 42 ++++--------
.../routes/blueprint/detail/components/index.ts | 1 +
.../blueprint/detail/configuration-panel.tsx | 3 +-
.../src/routes/blueprint/detail/status-panel.tsx | 27 +++-----
config-ui/src/routes/blueprint/home/index.tsx | 2 +-
config-ui/src/routes/connection/connection.tsx | 15 +----
config-ui/src/routes/connection/connections.tsx | 29 ++------
config-ui/src/routes/connection/styled.ts | 16 -----
config-ui/src/routes/project/home/index.tsx | 2 +-
17 files changed, 116 insertions(+), 238 deletions(-)
copy config-ui/src/plugins/components/{plugin-name/index.tsx =>
connection-form/connection-form-modal.tsx} (53%)
rename config-ui/src/plugins/components/connection-form/{index.tsx =>
connection-form.tsx} (100%)
rename config-ui/src/{features/connections/components =>
plugins/components/connection-form}/index.ts (91%)
rename config-ui/src/{features/connections/components/name.tsx =>
plugins/components/connection-name/index.tsx} (53%)
copy config-ui/src/{routes/blueprint/detail/components/sync-policy =>
plugins/components/connection-name}/styled.ts (75%)
copy config-ui/src/{plugins/components/plugin-name =>
routes/blueprint/detail/components/connection-check}/index.tsx (59%)