frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Add privacy & imprint footer

Open belfhi opened this issue 3 months ago • 2 comments

Description

Adds a footer with two new icons, for a link to the privacy statement and to the imprint. These are a requirement by our data protection officers at DESY.

Changes:

Adds two new configuration options for the frontend:

  • imprintUrl
  • privacyUrl

Summary by Sourcery

Add a privacy and imprint footer to the application by introducing a new component, exposing configuration options for the links, and integrating its styles into the global theme

New Features:

  • Introduce a footer component with Imprint and Privacy links
  • Add imprintUrl and privacyUrl options to application configuration

Enhancements:

  • Include the footer in the main layout and integrate its SCSS theme into global styles

Tests:

  • Update AppConfigService spec with new URL properties and add spec stub for the AppFooterComponent

belfhi avatar Sep 08 '25 09:09 belfhi

Could you include screentshots of the changes in the PR description?

Junjiequan avatar Sep 10 '25 08:09 Junjiequan

Thanks @Junjiequan for the image scicat_imprint_privacy

nitrosx avatar Nov 06 '25 14:11 nitrosx