Skip to content

feat: add Privacy Policy page and update footer link (#192)#237

Merged
rdodiya merged 3 commits into
rdodiya:gssoc_developfrom
bm0213:feat/privacy-policy-page
Jun 8, 2026
Merged

feat: add Privacy Policy page and update footer link (#192)#237
rdodiya merged 3 commits into
rdodiya:gssoc_developfrom
bm0213:feat/privacy-policy-page

Conversation

@bm0213
Copy link
Copy Markdown
Contributor

@bm0213 bm0213 commented May 31, 2026

What changed?

Added a missing Privacy Policy page to the website.

Changes Made:

  • Created src/pages/public/PrivacyPolicy.jsx with 7 sections
  • Added /privacy-policy route in src/routes/index.jsx
  • Updated footer link in Landing.jsx from # to /privacy-policy

Sections Included:

  1. Information We Collect
  2. How We Use Your Information
  3. Data Storage & Security
  4. Cookies
  5. Sharing of Information
  6. Your Rights
  7. Contact Us

Screenshots

Screenshot 2026-05-31 190546 Screenshot 2026-05-31 190601

Closes #192

@Karanjot786
Copy link
Copy Markdown

Hey @bm0213! Saw your work on GSSoC 2026.

We are building TermUI, a TypeScript terminal UI framework with React-style hooks and JSX, rendered entirely in the terminal.

We have 67 unassigned GSSoC issues open. 19 are marked good first issue. Your JavaScript background transfers directly.

Karanjot, TermUI maintainer

@bm0213
Copy link
Copy Markdown
Contributor Author

bm0213 commented Jun 1, 2026

Hi @Karanjot786! Thanks for reaching out.
I'd love to contribute to TermUI under GSSoC '26.
Could you point me to a beginner-friendly issue
that suits a React/JavaScript background?
Looking forward to contributing! 🙏

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 dedicated Privacy Policy page to the React frontend and wires it into routing so users can access it from the landing page footer, addressing the missing legal/compliance content requested in issue #192.

Changes:

  • Added a new PrivacyPolicy public page with the listed sections.
  • Registered a new /privacy-policy route under the public routes.
  • Updated the landing page footer’s “Privacy Policy” link to point to /privacy-policy.

Reviewed changes

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

File Description
RestroHub-FrontEnd/src/routes/index.jsx Adds the /privacy-policy route and imports the new page component.
RestroHub-FrontEnd/src/pages/public/PrivacyPolicy.jsx Introduces the new Privacy Policy page UI/content.
RestroHub-FrontEnd/src/pages/public/Landing.jsx Updates footer link target to navigate to the Privacy Policy page.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread RestroHub-FrontEnd/src/pages/public/Landing.jsx
@rdodiya
Copy link
Copy Markdown
Owner

rdodiya commented Jun 7, 2026

Hii @bm0213 ,
Please review the suggestion provide by Copilot

@rdodiya rdodiya merged commit 0b40006 into rdodiya:gssoc_develop Jun 8, 2026
@rdodiya
Copy link
Copy Markdown
Owner

rdodiya commented Jun 8, 2026

@bm0213 Thanks for your contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing Privacy Policy Page on Website

5 participants