From 6177bf6b5bed42ced4cda54eda9b224b12ece333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 7 Sep 2023 07:53:52 +0200 Subject: [PATCH 1/8] Fix phone number --- src/account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/account.md b/src/account.md index 478e985..daca55c 100644 --- a/src/account.md +++ b/src/account.md @@ -31,7 +31,7 @@ breadcrumbs:

Phone

-

+00 36 555 66 44

+

+36 555 66 44

Bio

From 67fc3a400894b7340109dc7705ee0ecea2486ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 7 Sep 2023 07:54:36 +0200 Subject: [PATCH 2/8] Fix phone number --- src/profile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.md b/src/profile.md index 5fab666..bda91a3 100644 --- a/src/profile.md +++ b/src/profile.md @@ -30,7 +30,7 @@ breadcrumbs:
- +
From a2e0397fd375a8891a30c0dfb130f8f996cbd853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 12 Sep 2023 12:30:17 +0200 Subject: [PATCH 3/8] found is already a boolean in getLinkActiveParent --- src/_data/helpers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_data/helpers.js b/src/_data/helpers.js index f7dd89a..16e2e54 100644 --- a/src/_data/helpers.js +++ b/src/_data/helpers.js @@ -21,6 +21,7 @@ module.exports = { return response; }, + /** * Return a boolean or a string value based on an active descandant element. * @param {Object} block @@ -42,6 +43,6 @@ module.exports = { return response = found ? 'open' : 'closed'; } - return response = found ? true : false; + return response = found; }, }; From 00d4958ca028a4d64810e171ef8df36e4e71e9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 12 Sep 2023 12:32:39 +0200 Subject: [PATCH 4/8] Update helpers.js --- src/_data/helpers.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/_data/helpers.js b/src/_data/helpers.js index 16e2e54..0aee456 100644 --- a/src/_data/helpers.js +++ b/src/_data/helpers.js @@ -23,14 +23,13 @@ module.exports = { }, /** - * Return a boolean or a string value based on an active descandant element. + * Return a boolean or a string value based on an active descendant element. * @param {Object} block * @param {String} pageUrl * @param {Boolean} logical * @returns */ getLinkActiveParent(block, pageUrl, logical = true) { - let response = ''; let found = false; found = block.items.find(element => element.url === pageUrl); @@ -40,9 +39,9 @@ module.exports = { } if (!logical) { - return response = found ? 'open' : 'closed'; + return found ? 'open' : 'closed'; } - return response = found; + return found; }, }; From b1d8f3b23525a63ee2d7e5650e715b87e8dde323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 26 Sep 2023 09:45:27 +0200 Subject: [PATCH 5/8] Fix CS in range.html --- src/_includes/partial/form/range.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/partial/form/range.html b/src/_includes/partial/form/range.html index fbd90e2..7bda12e 100644 --- a/src/_includes/partial/form/range.html +++ b/src/_includes/partial/form/range.html @@ -1,7 +1,7 @@
+}">

Phone

-

+00 36 555 66 44

+

+36 555 66 44

Bio

From e8271855d0303609281674a5e1fb0ef3fc14ef6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 29 Sep 2023 18:51:09 +0200 Subject: [PATCH 7/8] Update profile.md --- src/profile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.md b/src/profile.md index 3de4203..9678d83 100644 --- a/src/profile.md +++ b/src/profile.md @@ -30,7 +30,7 @@ breadcrumbs:
- +
From 51dc0ea2831d0eb80645d984f822f88b53c53f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 3 Oct 2023 20:38:34 +0200 Subject: [PATCH 8/8] Fix CS --- dist/product/edit/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/product/edit/index.html b/dist/product/edit/index.html index b285f25..e36dc9b 100644 --- a/dist/product/edit/index.html +++ b/dist/product/edit/index.html @@ -840,7 +840,7 @@

General

+}">