Skip to content

Conversation

@sagars2004
Copy link
Contributor

@sagars2004 sagars2004 commented Feb 28, 2025

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

Added new sections to the homepage of the app, specifically Home.tsx and stickyFooter.tsx, to improve UI and provide more valuable information to first-time users at a glance.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • [ X ] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

New homepage sections added:

Learn More button functionality:
Image 3-4-25 at 1 33 PM

Updated about us and meet the team sections:
Image 3-4-25 at 1 33 PM (1)

Started working on a contact us component (frontend only right now):
Image 3-4-25 at 1 34 PM

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist:

  • [ X ] My code follows the style guidelines of this project
  • [ X ] I have performed a self-review of my code
  • [ X ] I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • [ X ] My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works (if a larger change)
  • New and existing unit tests pass locally with my changes

Copy link
Member

@RafaelCenzano RafaelCenzano left a comment

Choose a reason for hiding this comment

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

Overall looks good, a few small comments. Also can you include a picture of what you have changed

export const AuthProvider = ({ children }: AuthProviderProps) => {
const [auth, setAuth] = useState<{ isAuthenticated: boolean; token: string | null }>({
isAuthenticated: false,
isAuthenticated: false, //SET TO FALSE BEFORE PULL REQUEST
Copy link
Member

Choose a reason for hiding this comment

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

if you can remove this comment that would be great

@RafaelCenzano RafaelCenzano merged commit c3c6b0e into main Mar 4, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants