From 4394b6373608e02bb74370e0190771d8febb89e7 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Sat, 27 May 2023 22:49:43 +0300 Subject: [PATCH 1/3] Update library --- src/app/openaireLibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index 3ee89e2..bb8f196 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 3ee89e2bcae313a1ac82cfb678c4476ec1e9905f +Subproject commit bb8f196abb5054af89342284729f28a8e659076c From 4396510205fc6116826d75fa736a80373be3330b Mon Sep 17 00:00:00 2001 From: argirok Date: Thu, 8 Jun 2023 11:04:54 +0300 Subject: [PATCH 2/3] add new community piwik id --- src/app/utils/piwikHelper.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/utils/piwikHelper.ts b/src/app/utils/piwikHelper.ts index a8d18e7..6a2b356 100644 --- a/src/app/utils/piwikHelper.ts +++ b/src/app/utils/piwikHelper.ts @@ -40,7 +40,8 @@ export class PiwikHelper{ "knowmad": 640, "egrise": 710, "euconexus": 707, - "dth": 719 + "dth": 719, + "lifewatch-eric": 744 }; public static getSiteId(communityId:string){ return this.siteIDs[communityId]; From b20d0f0039189a4988c2b570b2f31f3444f72889 Mon Sep 17 00:00:00 2001 From: argirok Date: Fri, 9 Jun 2023 13:56:32 +0300 Subject: [PATCH 3/3] update community.less to enable light fonts for dark backgrounds --- src/assets/community.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/assets/community.less b/src/assets/community.less index 0247b36..5a6b8da 100644 --- a/src/assets/community.less +++ b/src/assets/community.less @@ -8,6 +8,7 @@ @general-search-form-background: fade(@global-primary-background, 15%); @hero-background-image: none; @hero-background-position: top center; +@hero-fonts-mode:dark; #joinAndInviteBtn { position: fixed; right: 0; @@ -55,3 +56,8 @@ background-image: @hero-background-image; background-position: @hero-background-position; } + +.heroBackground when (@hero-fonts-mode = light) { + .hook-inverse(); +} +