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

Volunteer - Mobile View Profile Page + Side View #144

Closed
NwinNwin opened this issue Apr 2, 2024 · 0 comments · Fixed by #149
Closed

Volunteer - Mobile View Profile Page + Side View #144

NwinNwin opened this issue Apr 2, 2024 · 0 comments · Fixed by #149
Assignees

Comments

@NwinNwin
Copy link
Collaborator

NwinNwin commented Apr 2, 2024

Volunteer Mobile View Profile Page

image
  • Check http://localhost:3000/profile and view in iPhone SE view
  • Edit /pages/DummyProfilePage.jsx
  • image
  • Use Chakra UI Breakpoint
    • Use base and xl breakpoints
    • Ex: {{base: "0", md: "15rem"}}
    • Base is mobile, MD is desktop
    • Steven is a master at this
  • Match Mobile design

Volunteer Side View

image
  • Create this component (name it components/VolunteerSideView.jsx) and display it in Playground
  • It has the same size on desktop and mobile --> don't implement breakpoint for this
  • This component take in and eventId prop and we use that id to fetch that event in events table to display
  • Register button don't do anything for now
  • Your Events Detail part should be hard coded

Resources:

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 a pull request may close this issue.

3 participants