diff --git a/CHANGELOG.md b/CHANGELOG.md
index d19c70a04..4c1b0158c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ You can also check the
- Features
- Links in table charts now open in the same tab
+ - Added a link to "Digitale Publikationen" in the footer
### 6.2.1 - 2025-11-24
diff --git a/app/components/footer.tsx b/app/components/footer.tsx
index 72c0d703e..0e71aa836 100644
--- a/app/components/footer.tsx
+++ b/app/components/footer.tsx
@@ -137,6 +137,19 @@ export const Footer = ({ sx }: { sx?: SxProps }) => {
/>
+
+
+
);
diff --git a/app/docs/homepage.docs.mdx b/app/docs/homepage.docs.mdx
index 41e927d30..50524104f 100644
--- a/app/docs/homepage.docs.mdx
+++ b/app/docs/homepage.docs.mdx
@@ -65,7 +65,6 @@ import { Contribute, Examples, Intro, Tutorial, Newsletter, BugReport, FeatureRe
buttonUrl={createMailtoLink("en", {
recipients: {
to: "visualize@bafu.admin.ch",
- bcc: "support@interactivethings.com",
},
template: featureRequestTemplates,
subject: "Visualize Feature Request",
diff --git a/app/docs/homepage.stories.tsx b/app/docs/homepage.stories.tsx
index 4fbf0100e..323ac2ab1 100644
--- a/app/docs/homepage.stories.tsx
+++ b/app/docs/homepage.stories.tsx
@@ -3,10 +3,7 @@ import { Meta } from "@storybook/react";
import { Actions, Examples, Intro, Tutorial } from "@/homepage";
import { bugReportTemplates } from "@/templates/email/bug-report";
-import {
- OWNER_ORGANIZATION_EMAIL,
- SUPPORT_EMAIL,
-} from "@/templates/email/config";
+import { OWNER_ORGANIZATION_EMAIL } from "@/templates/email/config";
import { featureRequestTemplates } from "@/templates/email/feature-request";
import { newsletterTemplates } from "@/templates/email/newsletter";
@@ -70,7 +67,6 @@ const HomepageStory = {
buttonUrl: createMailtoLink("en", {
recipients: {
to: OWNER_ORGANIZATION_EMAIL,
- bcc: SUPPORT_EMAIL,
},
template: bugReportTemplates,
subject: "Visualize Bug Report",
@@ -84,7 +80,6 @@ const HomepageStory = {
buttonUrl: createMailtoLink("en", {
recipients: {
to: OWNER_ORGANIZATION_EMAIL,
- bcc: SUPPORT_EMAIL,
},
template: featureRequestTemplates,
subject: "Visualize Feature Request",
diff --git a/app/locales/de/messages.po b/app/locales/de/messages.po
index 866f2ff44..fb34bfe95 100644
--- a/app/locales/de/messages.po
+++ b/app/locales/de/messages.po
@@ -837,6 +837,10 @@ msgstr "Embed-Code für «Externe Applikation»"
msgid "controls.section.animation.dynamic-scaling.explanation"
msgstr "Aktivieren Sie die dynamische Skalierung, um die Skalierung des Diagramms auf der Grundlage des Datenbereichs anzupassen und eine optimale Visualisierung zu gewährleisten."
+#: app/configurator/table/configurator/links-section.tsx
+msgid "controls.tableSettings.showLinks"
+msgstr "Links aktivieren"
+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
msgid "controls.convert-unit.enable"
msgstr "Einheitenumrechnung aktivieren"
@@ -1452,6 +1456,10 @@ msgstr "Vorschau in kleiner Breite"
msgid "button.layout"
msgstr "Weiter zu den Layout-Optionen"
+#: app/components/footer.tsx
+msgid "footer.forest-wood-concept"
+msgstr "Projekt „Digitale Publikationen“ (PoC 2023)"
+
#: app/configurator/components/configurator.tsx
msgid "button.publish"
msgstr "Veröffentlichen"
@@ -1752,10 +1760,6 @@ msgstr "Legendentitel anzeigen"
msgid "show.less"
msgstr "Weniger anzeigen"
-#: app/configurator/table/configurator/links-section.tsx
-msgid "controls.tableSettings.showLinks"
-msgstr "Links aktivieren"
-
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.show-more"
msgstr "Zeig mehr"
diff --git a/app/locales/en/messages.po b/app/locales/en/messages.po
index 4835c2f2a..d0258e03d 100644
--- a/app/locales/en/messages.po
+++ b/app/locales/en/messages.po
@@ -837,6 +837,10 @@ msgstr "Embed Code for \"External Application\""
msgid "controls.section.animation.dynamic-scaling.explanation"
msgstr "Enable dynamic scaling to adjust the chart's scale based on the data range, ensuring optimal visualization."
+#: app/configurator/table/configurator/links-section.tsx
+msgid "controls.tableSettings.showLinks"
+msgstr "Enable links"
+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
msgid "controls.convert-unit.enable"
msgstr "Enable unit conversion"
@@ -1452,6 +1456,10 @@ msgstr "Preview with small width"
msgid "button.layout"
msgstr "Proceed to layout options"
+#: app/components/footer.tsx
+msgid "footer.forest-wood-concept"
+msgstr "Project “Digitale Publikationen” (PoC 2023)"
+
#: app/configurator/components/configurator.tsx
msgid "button.publish"
msgstr "Publish"
@@ -1752,10 +1760,6 @@ msgstr "Show legend titles"
msgid "show.less"
msgstr "Show less"
-#: app/configurator/table/configurator/links-section.tsx
-msgid "controls.tableSettings.showLinks"
-msgstr "Enable links"
-
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.show-more"
msgstr "Show more"
diff --git a/app/locales/fr/messages.po b/app/locales/fr/messages.po
index d4a94c9e0..89090e990 100644
--- a/app/locales/fr/messages.po
+++ b/app/locales/fr/messages.po
@@ -837,6 +837,10 @@ msgstr "Code pour intégration dans une \"Application Externe\""
msgid "controls.section.animation.dynamic-scaling.explanation"
msgstr "Activez la mise à l'échelle dynamique pour ajuster l'échelle du graphique en fonction de la plage de données, afin de garantir une visualisation optimale."
+#: app/configurator/table/configurator/links-section.tsx
+msgid "controls.tableSettings.showLinks"
+msgstr "Activer les liens"
+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
msgid "controls.convert-unit.enable"
msgstr "Activer la conversion d'unité"
@@ -1452,6 +1456,10 @@ msgstr "Aperçu en petite largeur"
msgid "button.layout"
msgstr "Passer aux options de présentation"
+#: app/components/footer.tsx
+msgid "footer.forest-wood-concept"
+msgstr "Projet « Digitale Publikationen » (PoC 2023)"
+
#: app/configurator/components/configurator.tsx
msgid "button.publish"
msgstr "Publier"
@@ -1752,10 +1760,6 @@ msgstr "Afficher les titres des légendes"
msgid "show.less"
msgstr "Afficher moins"
-#: app/configurator/table/configurator/links-section.tsx
-msgid "controls.tableSettings.showLinks"
-msgstr "Activer les liens"
-
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.show-more"
msgstr "Détails"
diff --git a/app/locales/it/messages.po b/app/locales/it/messages.po
index 9820b1421..ffdc8d1c0 100644
--- a/app/locales/it/messages.po
+++ b/app/locales/it/messages.po
@@ -837,6 +837,10 @@ msgstr "Codice da incorporare per \"External Application\""
msgid "controls.section.animation.dynamic-scaling.explanation"
msgstr "Abilitare la scalatura dinamica per regolare la scala del grafico in base all'intervallo di dati, garantendo una visualizzazione ottimale."
+#: app/configurator/table/configurator/links-section.tsx
+msgid "controls.tableSettings.showLinks"
+msgstr "Abilita i collegamenti"
+
#: app/configurator/components/chart-options-selector/conversion-units-field.tsx
msgid "controls.convert-unit.enable"
msgstr "Abilita conversione unità"
@@ -1452,6 +1456,10 @@ msgstr "Anteprima sul telefono"
msgid "button.layout"
msgstr "Procedi alle opzioni di layout"
+#: app/components/footer.tsx
+msgid "footer.forest-wood-concept"
+msgstr "Progetto “Digitale Publikationen” (PoC 2023)"
+
#: app/configurator/components/configurator.tsx
msgid "button.publish"
msgstr "Pubblicare"
@@ -1752,10 +1760,6 @@ msgstr "Mostra i titoli delle leggende"
msgid "show.less"
msgstr "Mostra meno"
-#: app/configurator/table/configurator/links-section.tsx
-msgid "controls.tableSettings.showLinks"
-msgstr "Abilita i collegamenti"
-
#: app/components/metadata-panel.tsx
msgid "controls.metadata-panel.show-more"
msgstr "Mostra di più"
diff --git a/app/login/components/login-menu.tsx b/app/login/components/login-menu.tsx
index 8c9a12339..4e97f9f1b 100644
--- a/app/login/components/login-menu.tsx
+++ b/app/login/components/login-menu.tsx
@@ -11,10 +11,7 @@ import { useLocale } from "@/locales/use-locale";
import { useUser } from "@/login/utils";
import { createMailtoLink } from "@/templates/email";
import { bugReportTemplates } from "@/templates/email/bug-report";
-import {
- OWNER_ORGANIZATION_EMAIL,
- SUPPORT_EMAIL,
-} from "@/templates/email/config";
+import { OWNER_ORGANIZATION_EMAIL } from "@/templates/email/config";
import { featureRequestTemplates } from "@/templates/email/feature-request";
export const LoginMenu = () => {
@@ -180,7 +177,6 @@ const Feedback = ({
href={createMailtoLink(locale, {
recipients: {
to: OWNER_ORGANIZATION_EMAIL,
- bcc: SUPPORT_EMAIL,
},
template: bugReportTemplates,
subject: "Visualize Bug Report",
@@ -196,7 +192,6 @@ const Feedback = ({
href={createMailtoLink(locale, {
recipients: {
to: OWNER_ORGANIZATION_EMAIL,
- bcc: SUPPORT_EMAIL,
},
template: featureRequestTemplates,
subject: "Visualize Feature Request",
diff --git a/app/templates/email/config.ts b/app/templates/email/config.ts
index 9e6151b9d..4614219d4 100644
--- a/app/templates/email/config.ts
+++ b/app/templates/email/config.ts
@@ -1,2 +1 @@
export const OWNER_ORGANIZATION_EMAIL = "visualize@bafu.admin.ch";
-export const SUPPORT_EMAIL = "support@interactivethings.com";