From beaf0bbc5d1216c6ac07dd4cb137ffdc1d3fae4f Mon Sep 17 00:00:00 2001 From: OCDkirby Date: Thu, 20 Jul 2023 22:13:11 -0500 Subject: [PATCH] Refactor, re-layout, and re-theme --- src/App.vue | 236 +++++++++++++++++++++++++----------- src/components/Hook.vue | 40 +++++- src/components/MainCard.vue | 27 +++-- 3 files changed, 213 insertions(+), 90 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1e17b02..45b4e21 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,13 +1,42 @@ + \ No newline at end of file diff --git a/src/components/MainCard.vue b/src/components/MainCard.vue index 285c989..aa29ef9 100644 --- a/src/components/MainCard.vue +++ b/src/components/MainCard.vue @@ -1,28 +1,29 @@ \ No newline at end of file