Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const MaintenanceEndingBanner = () => {
{/* Expandable Content */}
<Box
sx={{
maxHeight: isExpanded ? '300px' : "0px", // 300px is a safe value for transition effect
maxHeight: isExpanded ? "300px" : "0px", // 300px is a safe value for transition effect
transition: "max-height 0.4s ease-in-out",
overflow: "hidden",
}}
Expand All @@ -81,36 +81,21 @@ export const MaintenanceEndingBanner = () => {
color="common.white"
mb={0.5}
>
{t("system.maintenanceEnding.description1")}
</Typography>
<Typography variant="caption" color="common.white" mb={0.5}>
<Trans
i18nKey="system.maintenanceEnding.description2"
i18nKey="system.maintenanceEnding.description1"
components={[
<Typography
key="1"
<Link
variant="caption"
fontWeight={600}
color="common.white"
component="span"
href="https://gov.tools/outcomes/governance_actions/9d213a57684d7ddf6f3350c80d042639ecbed5ccccc4a05bf54959a086593e7b#0"
data-testid="govtool-info-link"
target="_blank"
rel="noopener noreferrer"
/>,
]}
/>
</Typography>
<Typography variant="caption" color="common.white">
{t("system.maintenanceEnding.description3")}{" "}
<Link
variant="caption"
fontWeight={600}
color="common.white"
href="https://docs.gov.tools/overview/important-updates/the-future-of-govtool-why-it-matters-and-what-comes-next"
target="_blank"
rel="noopener noreferrer"
data-testid="govtool-future-link"
>
{t("system.maintenanceEnding.linkText")}
</Link>
</Typography>
</Box>
</Box>
</Box>
Expand Down
7 changes: 2 additions & 5 deletions govtool/frontend/src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -764,11 +764,8 @@
"title": "This tool is connected to {{networkName}}",
"bootstrappingWarning": "Govtool is in the Bootstrapping phase. Some features are not available. <docs>Learn more</docs>",
"maintenanceEnding": {
"title": "⚠️ GovTool needs your support",
"description1": "GovTool wasn’t included in the current Cardano budget.",
"description2": "A 100k ada maintenance grant will sustain essential infrastructure and bug fixes through 2025 — but future development depends on renewed community backing.",
"description3": "Find out what this means and how you can help:",
"linkText": "The future of GovTool"
"title": "🔥 GovTool needs your support - Info Action is submitted",
"description1": "This Info Action outlines the revised GovTool plan and <0>your vote</0> is essential to continue active development and maintenance for the next 12 months, keeping community owned open governance tooling on Cardano."
}
},
"tooltips": {
Expand Down