[ECWoC] feat: Created Reusable Footer, Privacy policy, Terms n Conditions#351
Open
ShivanshCoding36 wants to merge 7 commits intoYugenjr:masterfrom
Open
[ECWoC] feat: Created Reusable Footer, Privacy policy, Terms n Conditions#351ShivanshCoding36 wants to merge 7 commits intoYugenjr:masterfrom
ShivanshCoding36 wants to merge 7 commits intoYugenjr:masterfrom
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📌 Description
This PR adds dedicated Privacy Policy and Terms & Conditions pages to the GrindMap project. Both pages are implemented as React components and follow the same visual design system used in the Goals & Progress Tracker page to maintain UI consistency across the app.
The pages provide clear legal and usage information for users and improve project completeness and deployment readiness.
This PR further introduces a universal reusable footer component for GrindMap. The footer provides consistent navigation and legal links across all pages and follows the same visual design language as the Goals & Progress Tracker page.
The component is designed to be lightweight, responsive, and easily integrated into the main layout so it appears uniformly across the application.
Key Features:
🔧 Type of Change
Please mark the relevant option(s):
☑ ✨ New feature
☑🎨 UI / Styling change
🧪 How Has This Been Tested?
Describe the tests you ran to verify your changes.
☑ Manual testing
📸 Screenshots
Privacy Policy:
Terms:
Footer:
✅ Checklist
Please confirm the following:
☑ My code follows the project's coding style
☑ I have tested my changes
☑ I have updated documentation where necessary
☑ This PR does not introduce breaking changes
📝 Additional Notes
These links/privacy, /terms are also added to the footer, footer is added to each page