This is an automated email from the ASF dual-hosted git repository. young pushed a change to branch dev/next in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
from fe85cbbc3 feat: plugin-global-rules add page, list page, Plugin component (#3002) add a6aa619d9 feat: plugin global rules detail and edit page (#3004) No new revisions were added by this update. Summary of changes: src/apis/plugins.ts | 22 +- .../form-slice/FormItemPlugins/PluginCard.tsx | 12 +- .../form-slice/FormItemPlugins/PluginCardList.tsx | 49 ++- ...datePluginDrawer.tsx => PluginEditorDrawer.tsx} | 62 ++-- .../FormItemPlugins/SelectPluginsDrawer.tsx | 18 +- .../form-slice/FormItemPlugins/index.tsx | 71 +++-- src/components/form-slice/FormPartGlobalRules.tsx | 2 +- src/components/form-slice/FormSectionInfo.tsx | 12 +- src/components/form/Editor.tsx | 2 +- src/components/page/PageHeader.tsx | 2 +- src/locales/en/common.json | 339 +++++++++++---------- src/routes/global-rules/detail.$id.tsx | 106 ++++++- src/styles/global.css | 5 +- 13 files changed, 427 insertions(+), 275 deletions(-) copy src/components/form-slice/FormItemPlugins/{UpdatePluginDrawer.tsx => PluginEditorDrawer.tsx} (50%)