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 d5cb22abf feat: delete resources (#3022) add d07e1b421 feat: popup settings modal when no admin-key (#3023) No new revisions were added by this update. Summary of changes: package.json | 2 ++ pnpm-lock.yaml | 54 +++++++++++++++++++++++++++++++ src/components/Header/SettingModalBtn.tsx | 37 ++++++--------------- src/components/page/SettingsModal.tsx | 30 +++++++++++++++++ src/components/page/ToAddPageBtn.tsx | 4 ++- src/config/constant.ts | 2 -- src/config/req.ts | 13 ++++---- src/locales/en/common.json | 4 +-- src/routes/__root.tsx | 7 ++-- src/stores/global.ts | 27 ++++++++++++++++ vite.config.ts | 11 +++++-- 11 files changed, 148 insertions(+), 43 deletions(-) create mode 100644 src/components/page/SettingsModal.tsx create mode 100644 src/stores/global.ts