From 48648abda89fe5ae6d560f2873744a1eb26a0ff7 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Fri, 3 Jan 2020 23:40:01 +0100 Subject: [PATCH] Kontactbutton, and cleanup --- README.md | 9 +- src/router/index.js | 4 +- src/views/dashboard/admin/index.vue | 44 +------ src/views/find/components/BoxCard.vue | 4 +- src/views/profile/components/RaddarChart.vue | 111 ++++++++++++++++++ src/views/profile/components/UserCard.vue | 8 +- src/views/profile/components/mixins/resize.js | 55 +++++++++ 7 files changed, 181 insertions(+), 54 deletions(-) create mode 100644 src/views/profile/components/RaddarChart.vue create mode 100644 src/views/profile/components/mixins/resize.js diff --git a/README.md b/README.md index cee15c9..03efdb7 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,7 @@ https://botpress.io/docs/tutorials/webchat-embedding ## TODO: -Adminpage: -Display grouping of skills ?! +## some botpress hints -Seperate skill select ? - -Add a ADD button to team members - -Implement Chatbot Logic \ No newline at end of file +https://www.evernote.com/shard/s42/client/snv?noteGuid=1820f9f8-6171-4284-b564-fdc08bd690de¬eKey=ec4c82cffe92c0ff&sn=https%3A%2F%2Fwww.evernote.com%2Fshard%2Fs42%2Fsh%2F1820f9f8-6171-4284-b564-fdc08bd690de%2Fec4c82cffe92c0ff&title=Development%2Bof%2Ba%2BBotpress%2BSkill \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index b894511..bb55a52 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -122,6 +122,7 @@ export const asyncRoutes = [ { path: '/', // find component: Layout, + redirect: '/index', alwaysShow: false, children: [ { @@ -139,10 +140,9 @@ export const asyncRoutes = [ { path: '/dashboard', component: Layout, - redirect: '/dashboard', children: [ { - path: 'dashboard', + path: 'index', component: () => import('@/views/dashboard/index'), name: 'Dashboard', meta: { title: 'Dashboard', icon: 'dashboard', affix: true } diff --git a/src/views/dashboard/admin/index.vue b/src/views/dashboard/admin/index.vue index d7e6794..d0a0807 100644 --- a/src/views/dashboard/admin/index.vue +++ b/src/views/dashboard/admin/index.vue @@ -5,48 +5,12 @@ - - - -
- -
-
- -
- -
-
- -
- -
-
-
- - - - - - - - - - - - diff --git a/src/views/profile/components/UserCard.vue b/src/views/profile/components/UserCard.vue index 0ee2bf2..2483f7b 100644 --- a/src/views/profile/components/UserCard.vue +++ b/src/views/profile/components/UserCard.vue @@ -47,15 +47,21 @@ + +
+ +
+