Skip to content

Add Responsive Privacy Policy Page to the Website#442

Merged
mehul-m-prajapati merged 1 commit into
GitMetricsLab:mainfrom
yuvraj-k-singh:feature/add-privacy-page
May 23, 2026
Merged

Add Responsive Privacy Policy Page to the Website#442
mehul-m-prajapati merged 1 commit into
GitMetricsLab:mainfrom
yuvraj-k-singh:feature/add-privacy-page

Conversation

@yuvraj-k-singh
Copy link
Copy Markdown
Contributor

Related Issue


Description

This pull request introduces a fully production-ready, highly polished, responsive Privacy Policy page inside the frontend system tree. It addresses structural clashing caused by global layout centering constraints and natively supports seamless dark/light theme scaling.

Key Implementations:

  • Added frontend/pages/Privacy/PrivacyPolicy.tsx containing comprehensive, high-density privacy compliance details tailored for a developer-focused telemetry platform (including OAuth scopes tracking, cookie variables usage, retention windows, and subprocessors disclosures).
  • Registered the dynamic route mapping path /privacy cleanly inside frontend/Routes/Router.tsx.
  • Integrated a new access node along with a matching security shield indicator element (FaShieldAlt) inside the Quick Links section of frontend/components/Footer.tsx.
  • Implemented responsive typography scaling and structural style modifications (flex-1 self-stretch items-stretch) to completely eliminate content area compression within centered layout contexts.

How Has This Been Tested?

  • Local Verification: Simulated active sessions locally via npm run dev to verify the path mounts securely under client-side execution.
  • Navigation Check: Validated that the footer route link securely overrides viewport variables and updates view components immediately without generating a hard browser window refresh.
  • Responsive Testing: Screen-tested viewport scaling on simulated mobile, tablet, and high-density screens to confirm cards layout, grid rows, and inner blocks adapt gracefully.
  • Theme Sync: Confirmed background styling perfectly matches the global #0f172a container background under active dark mode configurations.

Screenshots (if applicable)

image

Type of Change

  • Bug fix
  • New feature
  • Code style update
  • Breaking change
  • Documentation update

@netlify
Copy link
Copy Markdown

netlify Bot commented May 23, 2026

Deploy Preview for github-spy ready!

Name Link
🔨 Latest commit f015eb7
🔍 Latest deploy log https://app.netlify.com/projects/github-spy/deploys/6a1111ad0105080008cfebaf
😎 Deploy Preview https://deploy-preview-442--github-spy.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 23, 2026

Warning

Review limit reached

@yuvraj-k-singh, we couldn't start this review because you've used your available PR reviews for now.

Your plan currently allows 1 review/hour. Refill in 27 minutes and 3 seconds.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more review capacity refills, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 71386750-f09a-42a5-ac76-f9a2e54d68c3

📥 Commits

Reviewing files that changed from the base of the PR and between 9d34c19 and f015eb7.

📒 Files selected for processing (3)
  • src/Routes/Router.tsx
  • src/components/Footer.tsx
  • src/pages/Privacy/PrivacyPolicy.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mehul-m-prajapati mehul-m-prajapati merged commit 373dde2 into GitMetricsLab:main May 23, 2026
7 checks passed
@github-actions
Copy link
Copy Markdown

🎉🎉 Thank you for your contribution! Your PR #442 has been merged! 🎉🎉

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.

🚀 Feature: Add Responsive Privacy Policy Page to the Website

2 participants