frontend
frontend copied to clipboard
Add privacy & imprint footer
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
Could you include screentshots of the changes in the PR description?
Thanks @Junjiequan for the image