Add Responsive Privacy Policy Page to the Website#442
Conversation
✅ Deploy Preview for github-spy ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Warning Review limit reached
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 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
🎉🎉 Thank you for your contribution! Your PR #442 has been merged! 🎉🎉 |
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:
frontend/pages/Privacy/PrivacyPolicy.tsxcontaining 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)./privacycleanly insidefrontend/Routes/Router.tsx.FaShieldAlt) inside the Quick Links section offrontend/components/Footer.tsx.flex-1 self-stretch items-stretch) to completely eliminate content area compression within centered layout contexts.How Has This Been Tested?
npm run devto verify the path mounts securely under client-side execution.#0f172acontainer background under active dark mode configurations.Screenshots (if applicable)
Type of Change