You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/05/31 03:52:06 UTC

[incubator-apisix-dashboard] branch feat-route-plugin updated (2e773f4 -> 8f759fd)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a change to branch feat-route-plugin
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git.


    from 2e773f4  feat: update typing
     add 8f759fd  feat: added PluginDrawer

No new revisions were added by this update.

Summary of changes:
 src/components/PluginForm/PluginForm.tsx           |  9 +----
 src/components/PluginForm/index.ts                 |  3 +-
 src/components/PluginForm/service.ts               |  2 +-
 src/components/PluginForm/typingd.d.ts             | 10 ++++-
 .../Routes/components/CreateStep3/CreateStep3.tsx  | 43 +++++++++++++++++++--
 .../Routes/components/CreateStep3/PluginCard.tsx   | 17 +++++++++
 .../Routes/components/CreateStep3/PluginDrawer.tsx | 44 ++++++++++++++++++++++
 src/pages/Routes/components/PanelSection/index.tsx | 10 ++---
 8 files changed, 118 insertions(+), 20 deletions(-)
 create mode 100644 src/pages/Routes/components/CreateStep3/PluginCard.tsx
 create mode 100644 src/pages/Routes/components/CreateStep3/PluginDrawer.tsx