ColinLefter / Accord

A real-time privacy-first social media platform leveraging feature-rich direct messaging text channels. Built as part of the course project for COSC 310 at UBC.
5 stars 1 forks source link

Added UI Component for Member_List of a server #157

Closed Hocng7 closed 6 months ago

Hocng7 commented 6 months ago

Summary of Changes:

Introduces the implementation of the Member_List component, which is responsible for displaying a list of members within a server in the chat application. The component serves to enhance community interaction and facilitate communication among members.

Key Changes:

Member_List Component:

Hardcoded Data:

Page Structure (For ad-hoc testing purposes only):

Documentation:

Additional Considerations:

ColinLefter commented 6 months ago

Also, excellent outline for this pull request. Listing out the Summary of Changes, Key Changes, Documentation and Additional Considerations is a great format and is something that we should all adopt when we write our pull requests.