You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2023/01/04 06:23:45 UTC

[incubator-eventmesh] branch dashboard updated (eab62bdd3 -> 842c04895)

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

chenguangsheng pushed a change to branch dashboard
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


    from eab62bdd3 Merge pull request #2750 from apache/dashboard-event
     new b8b930a3f [Dashboard] Feature - Changed Change the style of navigation menu - Added Workflow, Event Catalog menu items - Ignored vscode settings
     new 942d3bdc2 [Dashboard] Feature -  Added Workflows
     new 842c04895 Merge pull request #2809 from SLSJL/dashboard

The 1179 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 eventmesh-dashboard/.gitignore                     |   6 +
 eventmesh-dashboard/components/Sidebar.tsx         | 192 ---------------------
 .../components/navigation/MenuItem.tsx             |  98 +++++++++++
 .../components/navigation/Menus.tsx                | 160 +++++++++++++++++
 .../components/navigation/MenusMobile.tsx          |  39 +++++
 .../components/navigation/Sidebar.tsx              |  63 +++++++
 eventmesh-dashboard/package.json                   |   2 +
 eventmesh-dashboard/pages/_app.tsx                 |   2 +-
 eventmesh-dashboard/pages/workflows/create.tsx     |  93 ++++++++++
 eventmesh-dashboard/pages/workflows/details.tsx    |  93 ++++++++++
 eventmesh-dashboard/pages/workflows/index.ts       |   3 +
 eventmesh-dashboard/pages/workflows/workflows.tsx  | 115 ++++++++++++
 .../static}/images/logo.png                        | Bin
 13 files changed, 673 insertions(+), 193 deletions(-)
 delete mode 100644 eventmesh-dashboard/components/Sidebar.tsx
 create mode 100644 eventmesh-dashboard/components/navigation/MenuItem.tsx
 create mode 100644 eventmesh-dashboard/components/navigation/Menus.tsx
 create mode 100644 eventmesh-dashboard/components/navigation/MenusMobile.tsx
 create mode 100644 eventmesh-dashboard/components/navigation/Sidebar.tsx
 create mode 100644 eventmesh-dashboard/pages/workflows/create.tsx
 create mode 100644 eventmesh-dashboard/pages/workflows/details.tsx
 create mode 100644 eventmesh-dashboard/pages/workflows/index.ts
 create mode 100644 eventmesh-dashboard/pages/workflows/workflows.tsx
 copy {docs => eventmesh-dashboard/static}/images/logo.png (100%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org