From 3c8e72a810a86e06a1021f21a0c02b56428e80b1 Mon Sep 17 00:00:00 2001 From: Deividson Damasio Date: Tue, 2 Aug 2022 20:00:07 -0300 Subject: [PATCH 1/6] Added gif file as truly binary --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index b7b834643..f7b241023 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary +*.gif binary *.otf binary *.eot binary *.svg binary From 71f05121abba8282b0a06c94d871ec3e6267f54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Wed, 3 Aug 2022 09:42:12 +0300 Subject: [PATCH 2/6] fixed loading gif --- public/img/akaunting-loading.gif | Bin 104454 -> 104457 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/public/img/akaunting-loading.gif b/public/img/akaunting-loading.gif index ecba2f16c0ff8f053a0f404688ea0642f500db32..3a84e74fe43e87972a11d112a859f6671762dd7f 100644 GIT binary patch delta 31 lcmZqMz}C5eZ9}XfBk$%|!>f)!%BXnZ8b;pjm*p9aD*(B33pD@$ delta 25 hcmeC&z}B{bZ9}Z#<~YNvj+;%27p~cUO`g%X0sxX-3lRVS From 5be825714930b3e59f027b256cbd40218ac0d2fd Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Wed, 3 Aug 2022 11:04:28 +0300 Subject: [PATCH 3/6] loading function ejected from vue instance --- resources/assets/js/mixins/global.js | 5 ----- resources/views/components/loading/absolute.blade.php | 2 +- resources/views/components/loading/content.blade.php | 2 +- resources/views/components/loading/menu.blade.php | 2 +- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/resources/assets/js/mixins/global.js b/resources/assets/js/mixins/global.js index dd9748b3c..a160b1ba5 100644 --- a/resources/assets/js/mixins/global.js +++ b/resources/assets/js/mixins/global.js @@ -87,7 +87,6 @@ export default { "thousands_separator":",", }, all_currencies: [], - content_loading: true, connect: { show: false, currency: {}, @@ -111,10 +110,6 @@ export default { }, mounted() { - setTimeout(() => { - this.content_loading = false; - }, 1500); - this.checkNotify(); GLightbox({ diff --git a/resources/views/components/loading/absolute.blade.php b/resources/views/components/loading/absolute.blade.php index cc637840d..9d473dcbb 100644 --- a/resources/views/components/loading/absolute.blade.php +++ b/resources/views/components/loading/absolute.blade.php @@ -1,4 +1,4 @@ -
+
Akaunting
\ No newline at end of file diff --git a/resources/views/components/loading/content.blade.php b/resources/views/components/loading/content.blade.php index eb3ed92a0..0d290e0e2 100644 --- a/resources/views/components/loading/content.blade.php +++ b/resources/views/components/loading/content.blade.php @@ -1,4 +1,4 @@ -
+
Akaunting
diff --git a/resources/views/components/loading/menu.blade.php b/resources/views/components/loading/menu.blade.php index ebfc4a549..0c834e593 100644 --- a/resources/views/components/loading/menu.blade.php +++ b/resources/views/components/loading/menu.blade.php @@ -86,7 +86,7 @@ setTimeout(() => { loading_menu_html[0].remove(); menu_html.classList.remove('hidden'); - }, 800); + }, timer); if (loading_html.length) { setTimeout(() => { From 7d7bdc27cdf9bdcf869332d08db880d67815382f Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Wed, 3 Aug 2022 11:18:08 +0300 Subject: [PATCH 4/6] payment methods styling --- resources/views/portal/invoices/preview.blade.php | 2 +- resources/views/portal/invoices/show.blade.php | 2 +- resources/views/portal/invoices/signed.blade.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/portal/invoices/preview.blade.php b/resources/views/portal/invoices/preview.blade.php index 545fec7b7..b8555526b 100644 --- a/resources/views/portal/invoices/preview.blade.php +++ b/resources/views/portal/invoices/preview.blade.php @@ -27,7 +27,7 @@
@php $is_active = true; @endphp -