You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by gu...@apache.org on 2022/10/18 06:35:56 UTC

[apisix-dashboard] branch master updated (e68b3aaf9 -> 7cbdc482f)

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

guoqi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


    from e68b3aaf9 feat: dashboard support windows (#2619)
     add 7cbdc482f feat: Adding a Loading state to buttons (#2630)

No new revisions were added by this update.

Summary of changes:
 web/cypress/e2e/route/batch-delete-route.cy.js     | 11 ++++--
 ...oute-with-search-service-and-set-priority.cy.js |  3 +-
 web/package.json                                   |  1 +
 web/src/components/ActionBar/ActionBar.tsx         |  5 ++-
 web/src/pages/Consumer/Create.tsx                  |  9 ++++-
 web/src/pages/Consumer/List.tsx                    | 19 ++++++----
 web/src/pages/Plugin/List.tsx                      | 22 +++++++----
 web/src/pages/Proto/List.tsx                       | 18 ++++++---
 .../pages/Proto/components/ProtoDrawer/index.tsx   | 11 ++++--
 web/src/pages/Route/Create.tsx                     | 19 +++++++---
 web/src/pages/Route/List.tsx                       | 42 ++++++++++++++-------
 web/src/pages/SSL/Create.tsx                       | 15 ++++++--
 web/src/pages/SSL/List.tsx                         | 24 +++++++-----
 web/src/pages/Service/Create.tsx                   | 13 ++++++-
 web/src/pages/Service/List.tsx                     | 25 ++++++++----
 web/src/pages/Upstream/Create.tsx                  | 26 ++++++++-----
 web/src/pages/Upstream/List.tsx                    | 19 +++++++---
 web/yarn.lock                                      | 44 ++++++++++++++++++++++
 18 files changed, 234 insertions(+), 92 deletions(-)