From f4a35cffc25b337a4d4a219de255feeca6a1c04d Mon Sep 17 00:00:00 2001
From: woothu <32914662+woothu@users.noreply.github.com>
Date: Mon, 24 Jun 2019 14:40:18 +0200
Subject: [PATCH 1/3] refactor: adjust widgets to library component changes
---
src/views/Dashboard.vue | 6 +-
src/views/widgets/Widgets.vue | 81 ++++++-------------
.../{WidgetsSocial.vue => WidgetsBrand.vue} | 32 ++++----
src/views/widgets/WidgetsDropdown.vue | 73 ++++++++---------
4 files changed, 81 insertions(+), 111 deletions(-)
rename src/views/widgets/{WidgetsSocial.vue => WidgetsBrand.vue} (91%)
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index 15faaa59..dbf15ce0 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -82,7 +82,7 @@
-
+
@@ -451,7 +451,7 @@
From 4e1fd70b45bb41a4a72622cafeff6ee8de2504dc Mon Sep 17 00:00:00 2001
From: woothu <32914662+woothu@users.noreply.github.com>
Date: Mon, 8 Jul 2019 11:26:05 +0200
Subject: [PATCH 2/3] refactor: small changes
---
src/containers/TheSidebar.vue | 2 +-
src/{ => containers}/_nav.js | 0
src/views/base/Carousels.vue | 10 +++++----
src/views/base/Forms.vue | 33 ++++++++++--------------------
src/views/base/Navbars.vue | 11 +++++-----
src/views/base/Paginations.vue | 4 +++-
src/views/base/Tabs.vue | 11 ++++------
src/views/notifications/Alerts.vue | 22 ++++----------------
src/views/notifications/Modals.vue | 24 +++++++---------------
9 files changed, 42 insertions(+), 75 deletions(-)
rename src/{ => containers}/_nav.js (100%)
diff --git a/src/containers/TheSidebar.vue b/src/containers/TheSidebar.vue
index 16f24aaa..feb0ec3a 100644
--- a/src/containers/TheSidebar.vue
+++ b/src/containers/TheSidebar.vue
@@ -9,7 +9,7 @@