Skip to content

Add privacy notice and imprint footer links with full backend support#3012

Merged
jhaals merged 1 commit intomasterfrom
text-button
Sep 10, 2025
Merged

Add privacy notice and imprint footer links with full backend support#3012
jhaals merged 1 commit intomasterfrom
text-button

Conversation

@jhaals
Copy link
Copy Markdown
Owner

@jhaals jhaals commented Sep 10, 2025

  • Add backend configuration flags --privacy-notice-url and --imprint-url
  • Update server config endpoint to include privacy/imprint URLs when configured
  • Add conditional footer links for privacy notice and imprint URLs in frontend
  • Include translations in EN, SV, and DE locales
  • Links only display when URLs are configured and non-empty
  • Proper external link attributes (target="_blank", rel="noopener noreferrer")
  • Update TypeScript interface with footer and buttonText types
  • Add comprehensive Playwright tests for footer link behavior
  • Update README documentation with new command-line flags

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.29%. Comparing base (c0302dc) to head (ac5a71d).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3012      +/-   ##
==========================================
+ Coverage   83.09%   83.29%   +0.19%     
==========================================
  Files           8        8              
  Lines         781      790       +9     
==========================================
+ Hits          649      658       +9     
  Misses         98       98              
  Partials       34       34              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

- Add backend configuration flags --privacy-notice-url and --imprint-url
- Update server config endpoint to include privacy/imprint URLs when configured
- Add conditional footer links for privacy notice and imprint URLs in frontend
- Include translations in EN, SV, and DE locales
- Links only display when URLs are configured and non-empty
- Proper external link attributes (target="_blank", rel="noopener noreferrer")
- Update TypeScript interface with footer and buttonText types
- Add comprehensive Playwright tests for footer link behavior
- Update README documentation with new command-line flags
- Add comprehensive Go tests for privacy/imprint URL configuration with 100% coverage
@jhaals jhaals merged commit c8db6d6 into master Sep 10, 2025
12 of 14 checks passed
@jhaals jhaals deleted the text-button branch September 10, 2025 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant