Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GI-19 Create Volunteer Page #1

Open
wants to merge 4 commits into
base: GI-transfer-from-old-repo
Choose a base branch
from

Conversation

bobbyslug
Copy link

ℹ️ Issue

Closes #75

📝 Description

Created the volunteer page in accordance with the Figma designs, including a map preview and "Resources" section

Briefly list the changes made to the code:

  1. Added volunteerPage page, with Header and Resources components
  2. Added mapPreview.png asset

✔️ Verification

Screenshot 2023-11-05 at 5 36 56 PM

🏕️ (Optional) Future Work / Notes

To view this page, replace MapPage in main.tsx with VolunteerPage

Copy link

@hams7504 hams7504 left a comment

Choose a reason for hiding this comment

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

Try substituting Resources with FlippableTile

</BrowserRouter>
<BrowserRouter>
<Routes>
<Route path="/" element={<MapPage />} />
Copy link

Choose a reason for hiding this comment

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

Could you try adding this as a route: <Route path="/volunteer_page" element={<VolunteerPage />} />

Copy link
Author

Choose a reason for hiding this comment

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

pushed changes for both comments; for Resources, I assumed you meant substituting BoxPanel with FlippableTile, since Resources represents a grid of tiles?

Choose a reason for hiding this comment

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

Yes, that's right! Sorry

</a>
</div>
<Divider />
<Resources />

Choose a reason for hiding this comment

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

I think Resources can be replaced with Tiles.tsx and the volunteerResources.ts file could be removed.

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.

4 participants