From e88f6494de9208f208a0190f2f94bb6a7dac5a0e Mon Sep 17 00:00:00 2001 From: Olivier Goulet <olivier.goulet@eclipse-foundation.org> Date: Thu, 26 Oct 2023 14:20:55 -0400 Subject: [PATCH] fix: optimize ads --- less/styles.less | 5 +++++ package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/less/styles.less b/less/styles.less index 6fda84b4..c1463a96 100644 --- a/less/styles.less +++ b/less/styles.less @@ -58,3 +58,8 @@ } } +//@todo: Remove hotfix +// Hotfix for infinite loading spinner when no ads exist for specific format. +.eclipsefdn-promo-content .fa-spinner { + display: none; +} diff --git a/package.json b/package.json index 21c1bbcc..56e53451 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "datatables.net-dt": "^1.13.1", - "eclipsefdn-hugo-solstice-theme": "0.0.196", + "eclipsefdn-hugo-solstice-theme": "0.0.198", "js-yaml": "^3.13.1", "json-minify": "^1.0.0" }, diff --git a/yarn.lock b/yarn.lock index 8f558c90..902f431a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2589,20 +2589,20 @@ dotignore@~0.1.2: dependencies: minimatch "^3.0.4" -eclipsefdn-hugo-solstice-theme@0.0.196: - version "0.0.196" - resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.0.196.tgz#99db3c415db11332077193ad62aa2945472c83a2" - integrity sha512-6iNm+D/4H4OEV1Brrk0eOtaYx2VLYKFP88y+LYgpwXP9aBw8fDfVpkrFlsa7dPIXirLCnTs409adVeb8q1ANyQ== +eclipsefdn-hugo-solstice-theme@0.0.198: + version "0.0.198" + resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.0.198.tgz#27812a861bf806ad0a926482134486fd7778fe79" + integrity sha512-RU3bgaaf7RF3QApreZTPXd4VQsXt6QOAz3w2GEmz0NLdg1Ev56LNXncmyib5NVGNSur2CWHChzOAXbTEiWcnNQ== dependencies: axios "^0.21.1" - eclipsefdn-solstice-assets "0.0.241" + eclipsefdn-solstice-assets "0.0.243" json2yaml "^1.1.0" toml "^3.0.0" -eclipsefdn-solstice-assets@0.0.241: - version "0.0.241" - resolved "https://registry.yarnpkg.com/eclipsefdn-solstice-assets/-/eclipsefdn-solstice-assets-0.0.241.tgz#7a6023484fa93d29f7553746d03b0e4afe6f86b7" - integrity sha512-W2v6PA7uACRCspj+eUcabK8Uuy/eCmJzr7yExPzTCQ9JoK8cdJpUlBVhJux+aOvf6FYG3B2CWt9zGof2Yo3HnQ== +eclipsefdn-solstice-assets@0.0.243: + version "0.0.243" + resolved "https://registry.yarnpkg.com/eclipsefdn-solstice-assets/-/eclipsefdn-solstice-assets-0.0.243.tgz#f52e09d2b1e5811f52007729963bd68dc5b908c9" + integrity sha512-nyNBNPMp/Vh/m4sMPIJUNubnw5ZAX8j4SK06nCjvBi6zRfAkuj3CXT7lENJtNUKXZS7X2J8lidRkojnRmOKTrg== dependencies: "@babel/core" "^7.0.0-0" "@babel/plugin-proposal-class-properties" "^7.12.1" -- GitLab