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

Build Members Home Page #129

Open
2 tasks
IkeHunter opened this issue Jan 2, 2025 · 4 comments
Open
2 tasks

Build Members Home Page #129

IkeHunter opened this issue Jan 2, 2025 · 4 comments
Assignees
Labels
build out Develop out page or component from a wireframe good first issue Good for newcomers

Comments

@IkeHunter
Copy link
Collaborator

Info

Create the members home page from the following wireframes. Track data does not need to be connected for this issue, the big goal is to develop out the page.

Light mode
Members Home - Light

Dark mode
Members Home - Dark

Task

  • Create member home page
  • Implement light/dark mode with already defined css variables

Resources

@IkeHunter IkeHunter added good first issue Good for newcomers build out Develop out page or component from a wireframe labels Jan 2, 2025
@EAOZONE
Copy link

EAOZONE commented Jan 25, 2025

@IkeHunter Could I take this one on?

@EAOZONE
Copy link

EAOZONE commented Jan 26, 2025

Which page is this one supposed to be? Am I supposed to be changing the members page or the public page?

@IkeHunter
Copy link
Collaborator Author

@EAOZONE It's going to be in the Members section. It looks like the components don't exist yet, but here's what you would need to do:

  • Create src/apps/members/pages/Home.tsx
  • Create src/apps/members/pages/Home.scss
  • Add <Home /> to src/apps/members/routes.tsx, you can replace the <div>Members index</div> block with the new component.

That should allow you to see the component at http://localhost:3000/members. You can use the admin app (src/apps/admin) as a reference.

You can also add (or abstract out) any additional components to the src/apps/members/components/ directory if you think anything would need to be reused for members stuff.

@EAOZONE
Copy link

EAOZONE commented Feb 15, 2025

Don't know how to connect the pr to this issue but it is #157

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build out Develop out page or component from a wireframe good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants