feat: added basic members page and MUI styling - #12
Open
pgovindu08 wants to merge 5 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a client-side /members page implemented with Material UI components, including a searchable members table and a detail panel showing bios and external links.
Changes:
- Implemented
MembersPagewith search filtering, selection, and a two-pane layout. - Added
MemberTableandMemberDetailUI components. - Introduced placeholder member data and GitHub contributions chart rendering.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Collaborator
Author
|
@copilot apply changes based on the comments in this thread |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/hack4impact-utk/member-portal/sessions/72e9c27b-8b24-4cf4-a093-5aadb684eba7 Co-authored-by: pgovindu08 <230283351+pgovindu08@users.noreply.github.com>
Applied all the unresolved review changes in commit a43bae0:
The mock data concern (lines 36–39) is noted — the data is intentional placeholder content while the real data source is wired up. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added a members list with placeholder data that shows each member's bio, LinkedIn, and GitHub contributions in a detail panel. The page also has a search bar to filter members by name, major, role, or graduation year. Note: the members list currently uses mock data as a placeholder until a real data source is connected.
Relevant Issues
How to Test
Miscellaneous Notes
maxWidth: 'lg'insxwith MUI'sContainercomponent (maxWidth="lg") for correct theme-aware breakpoint handling.