You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request introduces a new Privacy Policy page to the application, updates navigation and routing to support it, and ensures the footer links correctly to the new page. The main changes include adding the /privacy route, implementing the privacy policy content, and updating both navigation and tests to reflect the new page.
Low Risk
Static public legal content and routing/footer link updates only; no auth, API, or data-handling code changes.
Overview
Adds a public /privacy route with a full Privacy Policy page (GDPR-oriented sections on data collection, AI processing, retention, rights, etc.), using the same landing chrome as other marketing pages (LandingNav + LandingFooter).
Wires the page through the app: TanStack file route and generated routeTree, requiresAuth: false in routes.config, and PUBLIC_SHELL_PATHS in the root layout so visitors get the public shell without the app sidebar. The landing footer Privacy link changes from # to /privacy, with a unit test asserting the router Link href.
Reviewed by Cursor Bugbot for commit 3e38fcd. Bugbot is set up for automated code reviews on this repo. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this? (check all applicable)
Description
This pull request introduces a new Privacy Policy page to the application, updates navigation and routing to support it, and ensures the footer links correctly to the new page. The main changes include adding the
/privacyroute, implementing the privacy policy content, and updating both navigation and tests to reflect the new page.Linked GitHub Ticket
Closes EpitechPromo2027/G-EIP-600-NAN-6-1-eip-tugdual.de-reviers#208
Workspace
Screenshots