Skip to content

Feat/legal notice - #15

Merged
kamycoding merged 2 commits into
mainfrom
feat/legal-notice
Aug 9, 2026
Merged

Feat/legal notice#15
kamycoding merged 2 commits into
mainfrom
feat/legal-notice

Conversation

@kamycoding

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI lite review requested due to automatic review settings August 9, 2026 11:41
@kamycoding
kamycoding merged commit 97df544 into main Aug 9, 2026
1 check passed
@kamycoding
kamycoding deleted the feat/legal-notice branch August 9, 2026 11:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a production-ready Legal Notice page and updates the shared footer to support a light theme variant, integrating the new page into the router configuration.

Changes:

  • Builds out the Legal Notice page (template, styles, and component wiring) and adds unit tests for expected content/navigation.
  • Extends the shared Footer component with a theme input and applies a light-theme class in the template/CSS.
  • Updates the Legal Notice route page title formatting.

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/app/pages/legal-notice/legal-notice.ts Wires the Legal Notice standalone page with router link + shared footer.
src/app/pages/legal-notice/legal-notice.spec.ts Adds unit tests validating legal content, footer reuse, and back navigation.
src/app/pages/legal-notice/legal-notice.html Implements the Legal Notice page structure and content.
src/app/pages/legal-notice/legal-notice.css Adds page styling, layout, and responsive behavior.
src/app/layout/footer/footer.ts Introduces a theme input to control footer theming.
src/app/layout/footer/footer.html Applies a conditional light-theme class based on the theme input.
src/app/layout/footer/footer.css Adds light-theme styling hook for the footer.
src/app/app.routes.ts Adjusts the Legal Notice route title string.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

background-repeat: no-repeat;
background-position: center bottom;
background-size: 100% 100%;
color: var(--color-foreground);
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.

2 participants