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 6b0e47399 feat: plugin_configs pages (#3020) add 02b6d431c feat: secrets pages (#3019) No new revisions were added by this update. Summary of changes: src/apis/secrets.ts | 63 ++++++++ src/components/form-slice/FormPartSecret.tsx | 172 +++++++++++++++++++++ src/components/form-slice/FormSectionGeneral.tsx | 10 +- src/config/constant.ts | 1 + src/locales/en/common.json | 43 ++++++ src/routeTree.gen.ts | 52 +++++++ src/routes/{plugin_configs => secrets}/add.tsx | 38 ++--- .../detail.$manager.$id.tsx} | 47 +++--- src/routes/secrets/index.tsx | 126 ++++++++++++++- src/types/schema/apisix/index.ts | 2 + src/types/schema/apisix/secrets.ts | 54 +++++++ src/types/schema/apisix/type.ts | 3 + 12 files changed, 564 insertions(+), 47 deletions(-) create mode 100644 src/apis/secrets.ts create mode 100644 src/components/form-slice/FormPartSecret.tsx copy src/routes/{plugin_configs => secrets}/add.tsx (64%) copy src/routes/{routes/detail.$id.tsx => secrets/detail.$manager.$id.tsx} (64%) create mode 100644 src/types/schema/apisix/secrets.ts