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

feat: Implement Volunteer Profile page with layout and availability grid #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Mageacallll
Copy link
Contributor

  • Set up VolunteerProfile component using VolunteerLayout for consistent page structure
  • Integrated UserProfileForm and AvailabilityGrid into VolunteerProfile with mock volunteer ID
  • Utilized styles from shared styles.css, ensuring a cohesive design
  • Added responsive sidebar toggle functionality in VolunteerLayout
  • Applied flexible layout structure with minimal custom styles in VolunteerProfile’s index.css

- Set up VolunteerProfile component using VolunteerLayout for consistent page structure
- Integrated UserProfileForm and AvailabilityGrid into VolunteerProfile with mock volunteer ID
- Utilized styles from shared styles.css, ensuring a cohesive design
- Added responsive sidebar toggle functionality in VolunteerLayout
- Applied flexible layout structure with minimal custom styles in VolunteerProfile’s index.css
@Mageacallll
Copy link
Contributor Author

Current css and page formatting need to be adjusted according to what I've seen on my local front-end test page.

@Mageacallll
Copy link
Contributor Author

Right now, the VolunteerProfile page only manages the availability data locally in the frontend. It doesn’t actually send any updates to the backend database via a POST API or any other methods. Will try to implement the connection tommorow.

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.

1 participant