From db7602c26b5ccf0df923dacc00860593a396ea5a Mon Sep 17 00:00:00 2001 From: Ciabas Date: Fri, 30 May 2025 09:52:24 +0200 Subject: [PATCH 1/2] fix: update the content of the red banner displayed on GovTool --- .../organisms/MaintenanceEndingBanner.tsx | 15 +++++++++++++-- govtool/frontend/src/i18n/locales/en.json | 9 +++++---- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/govtool/frontend/src/components/organisms/MaintenanceEndingBanner.tsx b/govtool/frontend/src/components/organisms/MaintenanceEndingBanner.tsx index 37d207e72..a57c83277 100644 --- a/govtool/frontend/src/components/organisms/MaintenanceEndingBanner.tsx +++ b/govtool/frontend/src/components/organisms/MaintenanceEndingBanner.tsx @@ -1,4 +1,4 @@ -import { Box, Typography, IconButton } from "@mui/material"; +import { Box, Typography, IconButton, Link } from "@mui/material"; import { useState } from "react"; import KeyboardArrowDownIcon from "@mui/icons-material/KeyboardArrowDown"; import KeyboardArrowUpIcon from "@mui/icons-material/KeyboardArrowUp"; @@ -97,7 +97,18 @@ export const MaintenanceEndingBanner = () => { /> - {t("system.maintenanceEnding.description3")} + {t("system.maintenanceEnding.description3")}{" "} + + {t("system.maintenanceEnding.linkText")} + diff --git a/govtool/frontend/src/i18n/locales/en.json b/govtool/frontend/src/i18n/locales/en.json index d057b97cb..60c775105 100644 --- a/govtool/frontend/src/i18n/locales/en.json +++ b/govtool/frontend/src/i18n/locales/en.json @@ -740,10 +740,11 @@ "title": "This tool is connected to {{networkName}}", "bootstrappingWarning": "Govtool is in the Bootstrapping phase. Some features are not available. Learn more", "maintenanceEnding": { - "title": "⚠️ GovTool Maintenance Ending Soon", - "description1": "GovTool has not been included in the 2025 Cardano budget.", - "description2": "Unless alternative support is secured, <0>maintenance will end in June 2025.", - "description3": "We remain committed to transparency and will keep you updated." + "title": "⚠️ Funding for GovTool is at risk", + "description1": "GovTool was not included in the current Cardano budget.", + "description2": "Without new support, active development and <0>maintenance will end in June 2025.", + "description3": "Learn what this means and what’s next:", + "linkText": "The future of GovTool" } }, "tooltips": { From 3ff7344d6a783ec328816a964969c08de0505700 Mon Sep 17 00:00:00 2001 From: Aaron Boyle Date: Tue, 18 Nov 2025 10:41:59 +0000 Subject: [PATCH 2/2] updates CODEOWNERS --- CODEOWNERS | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 92b6221ef..0d19d3436 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,22 +1,22 @@ # GovTool Project Codeowners # These owners will be the default owners for everything in the repository. -* @Ryun1 @MSzalowski +* @Ryun1 @aaboyle878 # Frontend assets templates -govtool/frontend/* @MSzalowski -*.tsx @MSzalowski -*.ts @MSzalowski -*.css @MSzalowski +govtool/frontend/* +*.tsx +*.ts +*.css # Backend -govtool/backend/* @MSzalowski @jankun4 +govtool/backend/* # DevOps -.github/workflows/* @placek @adgud -config/govtool/* @placek @adgud -infra/terraform/* @placek @adgud +.github/workflows/* +config/govtool/* +infra/terraform/* # Testing -tests/* @spannercode @mesudip @kneerose -gov-action-loader/* @spannercode @mesudip @kneerose +tests/* +gov-action-loader/*