From 38a404ddb7e516021e6770247c309b74b62903f6 Mon Sep 17 00:00:00 2001 From: Dragos <86549690+dragos-efy@users.noreply.github.com> Date: Mon, 5 Sep 2022 20:21:07 +0300 Subject: [PATCH 01/24] Update .prettierignore --- .prettierignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index db4c6d9b..b8971c4f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,3 @@ dist -node_modules \ No newline at end of file +node_modules +efy From 2f2b611f0e6d2428a399c6fe69436b09ac283fd9 Mon Sep 17 00:00:00 2001 From: Dragos <86549690+dragos-efy@users.noreply.github.com> Date: Mon, 5 Sep 2022 20:23:59 +0300 Subject: [PATCH 02/24] Update main.js --- src/main.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 1ac91c1d..69cf7833 100644 --- a/src/main.js +++ b/src/main.js @@ -54,7 +54,7 @@ TimeAgo.addDefaultLocale(en); import { createI18n } from "vue-i18n"; import enLocale from "@/locales/en.json"; -import "@unocss/reset/tailwind.css"; +// import "@unocss/reset/tailwind.css"; import "uno.css"; const timeAgo = new TimeAgo("en-US"); @@ -285,3 +285,8 @@ app.use(router); app.mixin(mixin); app.component("FontAwesomeIcon", FontAwesomeIcon); app.mount("#app"); + +/*EFY UI*/ +import "../efy/efy.css"; +import "../efy/piped.css"; +import "../efy/efy.js"; From f831b626e2b996bbaaf91aeb569a780823f05447 Mon Sep 17 00:00:00 2001 From: Dragos <86549690+dragos-efy@users.noreply.github.com> Date: Mon, 5 Sep 2022 20:25:45 +0300 Subject: [PATCH 03/24] Update App.vue --- src/App.vue | 154 +--------------------------------------------------- 1 file changed, 1 insertion(+), 153 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5ae4f603..e8e75bbc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@ -