From 7b4356a5b3218bf80b1c21993dac437ce87b1dd4 Mon Sep 17 00:00:00 2001 From: Onur Temiz Date: Mon, 2 Oct 2023 21:40:11 +0300 Subject: [PATCH 1/5] initial --- zubhub_frontend/zubhub/package-lock.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/zubhub_frontend/zubhub/package-lock.json b/zubhub_frontend/zubhub/package-lock.json index cfc7ef200..4e15a6da1 100644 --- a/zubhub_frontend/zubhub/package-lock.json +++ b/zubhub_frontend/zubhub/package-lock.json @@ -5906,7 +5906,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001450", + "version": "1.0.30001521", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001521.tgz", + "integrity": "sha512-fnx1grfpEOvDGH+V17eccmNjucGUnCbP6KL+l5KqBIerp26WK/+RQ7CIDE37KGJjaPyqWXXlFUyKiWmvdNNKmQ==", "funding": [ { "type": "opencollective", @@ -5915,9 +5917,12 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } - ], - "license": "CC-BY-4.0" + ] }, "node_modules/capture-exit": { "version": "2.0.0", @@ -25825,7 +25830,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001450" + "version": "1.0.30001521", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001521.tgz", + "integrity": "sha512-fnx1grfpEOvDGH+V17eccmNjucGUnCbP6KL+l5KqBIerp26WK/+RQ7CIDE37KGJjaPyqWXXlFUyKiWmvdNNKmQ==" }, "capture-exit": { "version": "2.0.0", From 3456907fa68386d56b4acb2dbccc6e741a3ab1af Mon Sep 17 00:00:00 2001 From: Onur Temiz Date: Sun, 8 Oct 2023 14:33:29 +0300 Subject: [PATCH 2/5] revert package-lock.json --- zubhub_frontend/zubhub/package-lock.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/zubhub_frontend/zubhub/package-lock.json b/zubhub_frontend/zubhub/package-lock.json index 2ae7de78f..54f824502 100644 --- a/zubhub_frontend/zubhub/package-lock.json +++ b/zubhub_frontend/zubhub/package-lock.json @@ -5887,8 +5887,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001450", - "funding": [ + "version": "1.0.30001543", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001543.tgz", + "integrity": "sha512-qxdO8KPWPQ+Zk6bvNpPeQIOH47qZSYdFZd6dXQzb2KzhnSXju4Kd7H1PkSJx6NICSMgo/IhRZRhhfPTHYpJUCA==", "funding": [ { "type": "opencollective", "url": "https://opencollective.com/browserslist" @@ -25938,7 +25939,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001450" + "version": "1.0.30001543", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001543.tgz", + "integrity": "sha512-qxdO8KPWPQ+Zk6bvNpPeQIOH47qZSYdFZd6dXQzb2KzhnSXju4Kd7H1PkSJx6NICSMgo/IhRZRhhfPTHYpJUCA==" }, "canvg": { "version": "3.0.10", From 5860b72cd267e6a1504202fd21a1acecc51d12b9 Mon Sep 17 00:00:00 2001 From: Onur Temiz Date: Sun, 8 Oct 2023 18:11:09 +0300 Subject: [PATCH 3/5] fix package-lock.json --- zubhub_frontend/zubhub/package-lock.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zubhub_frontend/zubhub/package-lock.json b/zubhub_frontend/zubhub/package-lock.json index 54f824502..e8635575c 100644 --- a/zubhub_frontend/zubhub/package-lock.json +++ b/zubhub_frontend/zubhub/package-lock.json @@ -5889,7 +5889,8 @@ "node_modules/caniuse-lite": { "version": "1.0.30001543", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001543.tgz", - "integrity": "sha512-qxdO8KPWPQ+Zk6bvNpPeQIOH47qZSYdFZd6dXQzb2KzhnSXju4Kd7H1PkSJx6NICSMgo/IhRZRhhfPTHYpJUCA==", "funding": [ + "integrity": "sha512-qxdO8KPWPQ+Zk6bvNpPeQIOH47qZSYdFZd6dXQzb2KzhnSXju4Kd7H1PkSJx6NICSMgo/IhRZRhhfPTHYpJUCA==", + "funding": [ { "type": "opencollective", "url": "https://opencollective.com/browserslist" @@ -36819,4 +36820,4 @@ } } } -} +} \ No newline at end of file From b296107083ceca254e7fbbb351407a2a17af865a Mon Sep 17 00:00:00 2001 From: Onur Temiz Date: Sun, 8 Oct 2023 18:14:11 +0300 Subject: [PATCH 4/5] fix package-lock.json --- zubhub_frontend/zubhub/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zubhub_frontend/zubhub/package-lock.json b/zubhub_frontend/zubhub/package-lock.json index e8635575c..d45aa9175 100644 --- a/zubhub_frontend/zubhub/package-lock.json +++ b/zubhub_frontend/zubhub/package-lock.json @@ -36820,4 +36820,4 @@ } } } -} \ No newline at end of file +} From 96b455712dcab751f0e4ddbb0eed0c69c01cfb85 Mon Sep 17 00:00:00 2001 From: Berra Karaman Date: Wed, 18 Oct 2023 17:13:54 +0300 Subject: [PATCH 5/5] fix horizontal scrollbar bug --- .../src/assets/js/styles/views/projects/projectsStyles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zubhub_frontend/zubhub/src/assets/js/styles/views/projects/projectsStyles.js b/zubhub_frontend/zubhub/src/assets/js/styles/views/projects/projectsStyles.js index 31a12f129..d04575665 100644 --- a/zubhub_frontend/zubhub/src/assets/js/styles/views/projects/projectsStyles.js +++ b/zubhub_frontend/zubhub/src/assets/js/styles/views/projects/projectsStyles.js @@ -37,7 +37,7 @@ const styles = theme => ({ paddingTop: '2.3em', paddingBottom: '2.85em', justifyContent: 'center', - width: '100vw', + width: '100%', marginBottom: '2em' }, imageLeft: {