From d8457325cf914fafc22d87b4232daac5d192e313 Mon Sep 17 00:00:00 2001 From: samaradel Date: Wed, 2 Oct 2024 14:38:15 +0300 Subject: [PATCH 1/3] Add release date for Gitea, Jenkins, Jitsi, Nostr, static website and TFrobot --- packages/playground/src/App.vue | 4 ++-- packages/playground/src/views/solutions_view.vue | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/playground/src/App.vue b/packages/playground/src/App.vue index a2de92994a..68b7532559 100644 --- a/packages/playground/src/App.vue +++ b/packages/playground/src/App.vue @@ -61,7 +61,7 @@ dot inline color="primary" - v-if="item.releaseDate && isReleasedOverMon(item.releaseDate, new Date())" + v-if="item.releaseDate && isReleasedOverMon(item.releaseDate, new Date('2024-10-02'))" > @@ -425,6 +425,7 @@ const routes: AppRoute[] = [ icon: "mdi-lightbulb-on-outline", route: DashboardRoutes.Deploy.Applications, tooltip: "Deploy ready applications on the ThreeFold grid.", + releaseDate: new Date("2024-10-2"), }, { title: "Domains", @@ -555,7 +556,6 @@ function clickHandler({ route, url }: AppRouteItem): void {