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

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


    from 76e0e05  fix: fix broken links (#1533)
     add fd271e9  feat(fe): support file transfer in online debug (#1466)

No new revisions were added by this update.

Summary of changes:
 web/cypress/fixtures/selector.json                 |   4 +-
 web/cypress/integration/route/online-debug.spec.js |  78 ++++++++++++-
 .../Route/components/DebugViews/DebugDrawView.tsx  |  67 ++++++++---
 .../components/DebugViews/DebugFormDataView.tsx    | 130 +++++++++++++++++++++
 .../components/DebugViews/DebugParamsView.tsx      |   2 +-
 web/src/pages/Route/components/DebugViews/index.ts |   1 +
 web/src/pages/Route/constants.ts                   |   7 ++
 web/src/pages/Route/locales/en-US.ts               |   1 +
 web/src/pages/Route/locales/zh-CN.ts               |   1 +
 web/src/pages/Route/service.ts                     |   3 +-
 web/src/pages/Route/typing.d.ts                    |  11 +-
 11 files changed, 274 insertions(+), 31 deletions(-)
 create mode 100644 
web/src/pages/Route/components/DebugViews/DebugFormDataView.tsx

Reply via email to