Skip to content

feat: Add Tern of Use page - #178

Merged
palchhinparihar merged 4 commits into
palchhinparihar:mainfrom
adityadomle:main
Oct 28, 2025
Merged

feat: Add Tern of Use page#178
palchhinparihar merged 4 commits into
palchhinparihar:mainfrom
adityadomle:main

Conversation

@adityadomle

@adityadomle adityadomle commented Oct 28, 2025

Copy link
Copy Markdown
Contributor

📝 Description

Added a Terms of Use page

Fixes #175 & #176 (if applicable)


🔍 Type of Change

  • 🐞 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🧹 Code refactor (cleanup or optimization)
  • 🧪 Tests added/updated
  • 📝 Documentation update

🧪 How Has This Been Tested?

Steps:

  1. Run the application
  2. Perform the relevant action or API call
  3. Confirm the expected result occurs

📸 Screenshots / Demo (if applicable)

Screenshot 2025-10-28 212805

🧠 Checklist

  • [ x] My code follows the project's coding style and conventions
  • [ x] I have performed a self-review of my code
  • [ x] I have commented my code where necessary
  • I have updated related documentation (if applicable)
  • [x ] My changes generate no new warnings or errors
  • I have linked related issue numbers (if any)
  • [ x] All tests pass successfully

💬 Additional Notes

This update enhances the site structure and improves accessibility with the new Terms of Use section.

@netlify

netlify Bot commented Oct 28, 2025

Copy link
Copy Markdown

Deploy Preview for wordwizard-texteditor ready!

Name Link
🔨 Latest commit 08ea904
🔍 Latest deploy log https://app.netlify.com/projects/wordwizard-texteditor/deploys/6900f58d16b50f0007512279
😎 Deploy Preview https://deploy-preview-178--wordwizard-texteditor.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.

@palchhinparihar

palchhinparihar commented Oct 28, 2025

Copy link
Copy Markdown
Owner

hi, @adityadomle. Can you use some styling most likely grid-card styling with animation? That will look better.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a Terms of Use page to the WordWizard application. The title contains a typo ("Tern" instead of "Terms"), but the implementation itself is correct.

Key Changes:

  • New TermsOfUse component with standard legal sections
  • Footer navigation updated to include Terms of Use link
  • App routing configured for the new /terms path

Reviewed Changes

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

File Description
src/components/TermsOfUse.jsx New component displaying Terms of Use content with sections for usage, intellectual property, disclaimer, terms changes, and contact information
src/components/Footer.jsx Added "Terms of Use" link to the Quick Links section
src/App.jsx Added routing for /terms path and cleaned up commented code

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

Comment thread src/components/Footer.jsx
isDark ? "hover:text-blue-400" : "hover:text-blue-600"
}`}
>
Terms of Use

Copilot AI Oct 28, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'Terms of Use' link is hardcoded and not internationalized. Consider using the translation function t('footer.termsOfUse') to maintain consistency with other footer links and support multiple languages.

Suggested change
Terms of Use
{t("footer.termsOfUse")}

Copilot uses AI. Check for mistakes.
@adityadomle

Copy link
Copy Markdown
Contributor Author

hi, @adityadomle. Can you use some styling most likely grid-card styling with animation? That will look better.

Sure I'll change it 👍

@adityadomle

Copy link
Copy Markdown
Contributor Author

Please check the code now!

@palchhinparihar

Copy link
Copy Markdown
Owner

It's also showing the privacy page then add that issue no. as well.

@adityadomle

Copy link
Copy Markdown
Contributor Author

It's also showing the privacy page then add that issue no. as well.

Done - i mentioned 175 & 176 issue number.

@palchhinparihar palchhinparihar added hacktoberfest Participating in Hacktoberfest hacktoberfest2025 Participating in Hacktoberfest 2025 hacktoberfest-accepted Accepted for the Hacktoberfest 2025 labels Oct 28, 2025
@palchhinparihar
palchhinparihar merged commit 835e93e into palchhinparihar:main Oct 28, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest Participating in Hacktoberfest hacktoberfest2025 Participating in Hacktoberfest 2025 hacktoberfest-accepted Accepted for the Hacktoberfest 2025

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: The application currently lacks a Terms of Use page so let's add term of use page

3 participants