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

ovilia pushed a change to branch v6
in repository https://gitbox.apache.org/repos/asf/echarts-theme-builder.git


    from 36929df  chore: remove old code
     add f0c0bb6  refactor: basic layouot

No new revisions were added by this update.

Summary of changes:
 .gitignore                     |   1 +
 index.html                     |   4 +-
 package-lock.json              | 309 ++++++++++++++++++-
 package.json                   |   6 +-
 src/App.vue                    |  13 +-
 src/components/ColorList.vue   | 159 ++++++++++
 src/components/ColorPicker.vue |  83 ++++++
 src/components/ThemePanel.vue  | 661 +++++++++++++++++++++++++++++++++++++++++
 src/main.ts                    |  22 +-
 src/stores/theme.ts            |  37 ++-
 src/utils/chartOptions.ts      | 328 --------------------
 11 files changed, 1279 insertions(+), 344 deletions(-)
 create mode 100644 src/components/ColorList.vue
 create mode 100644 src/components/ColorPicker.vue
 create mode 100644 src/components/ThemePanel.vue
 delete mode 100644 src/utils/chartOptions.ts


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to