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

qiuxiafan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git

commit 820abda5a506e0a965408c483df32c73b15ed629
Merge: 7d170ce 857bf37
Author: Fine0830 <[email protected]>
AuthorDate: Thu Dec 16 11:39:28 2021 +0800

    Merge pull request #3 from Fine0830/feat/dashboard
    
    feat: add a page for creating dashboards

 src/App.vue                                        |   1 -
 src/graph/fragments/{global.ts => app.ts}          |   0
 src/graph/fragments/{global.ts => selector.ts}     |  18 +-
 src/graph/index.ts                                 |   5 +-
 src/graph/query/{global.ts => app.ts}              |   2 +-
 .../{fragments/global.ts => query/selector.ts}     |  14 +-
 src/layout/components/NavBar.vue                   |   1 +
 src/locales/lang/en.ts                             |   2 +
 src/locales/lang/zh.ts                             |   2 +
 src/router/dashboard.ts                            |  30 ++++
 src/router/index.ts                                |  12 ++
 src/shims-vue.d.ts                                 |   8 +
 src/store/modules/{app/index.ts => app.ts}         |  31 +++-
 src/store/modules/selectors.ts                     |  54 ++++++
 src/styles/reset.scss                              |   2 +-
 src/utils/cancelToken.ts                           |   4 +-
 src/{App.vue => views/dashboard/Edit.vue}          |  12 +-
 src/views/dashboard/List.vue                       |   6 +-
 src/views/dashboard/New.vue                        | 194 ++++++++++++++++++++-
 src/views/dashboard/data.ts                        |  87 +++++++++
 20 files changed, 442 insertions(+), 43 deletions(-)

Reply via email to