From f6904184cac77bc8bf5ead9f11bec9f713cc2a30 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Wed, 3 Sep 2025 20:31:48 +0000 Subject: [PATCH] Add essential legal links to all pages for compliance Integrate "Impressum", "Privacy Policy", and "Terms and Conditions" links across multiple pages, including FolxStadlPage, GeschichteLiedPage, GipfelstammtischPage, VideoPage, and home.tsx, addressing a requirement for visible legal documentation. Also, update copyright year in VideoPage to 2025. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1/gjpMN2A --- .replit | 2 +- client/src/pages/FolxStadlPage.tsx | 13 +++++++++++++ client/src/pages/GeschichteLiedPage.tsx | 13 +++++++++++++ client/src/pages/GipfelstammtischPage.tsx | 13 +++++++++++++ client/src/pages/VideoPage.tsx | 23 +++++++++++++++++++---- client/src/pages/home.tsx | 4 ++-- 6 files changed, 61 insertions(+), 7 deletions(-) diff --git a/.replit b/.replit index 2d8a3dc..9eb5d4c 100644 --- a/.replit +++ b/.replit @@ -40,4 +40,4 @@ args = "npm run dev" waitForPort = 5000 [agent] -integrations = ["javascript_database==1.0.0", "javascript_google_analytics==1.0.0"] +integrations = ["javascript_google_analytics==1.0.0", "javascript_database==1.0.0"] diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index 67bed6e..fb989ae 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -310,6 +310,19 @@ export default function FolxStadlPage() {
© 2025 go4.video. Alle Rechte vorbehalten. diff --git a/client/src/pages/GeschichteLiedPage.tsx b/client/src/pages/GeschichteLiedPage.tsx index 8a081c7..4bafe24 100644 --- a/client/src/pages/GeschichteLiedPage.tsx +++ b/client/src/pages/GeschichteLiedPage.tsx @@ -311,6 +311,19 @@ export default function GeschichteLiedPage() {
© 2025 go4.video. Alle Rechte vorbehalten. diff --git a/client/src/pages/GipfelstammtischPage.tsx b/client/src/pages/GipfelstammtischPage.tsx index 71c166e..baa3320 100644 --- a/client/src/pages/GipfelstammtischPage.tsx +++ b/client/src/pages/GipfelstammtischPage.tsx @@ -311,6 +311,19 @@ export default function GipfelstammtischPage() {
© 2025 go4.video. Alle Rechte vorbehalten. diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index c249e21..3a7a907 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -801,16 +801,31 @@ export default function VideoPage() {