-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Is your feature request related to a problem? Please describe.
Our Current rooms page is good, but we feel we can surely make it better, more professional, and elegant. Design new Rooms Listing page for the platform.
**What features does our page have? **
The Rooms page currently lists two tables, one for all the rooms, public/private, and the other, for which the user is a member.
What features do we want extra?
The following features are expected from the new Rooms Page:
These are only design/frontend features, which will not work with APIs or any other integration. The integration task will be assigned after this issue gets closed.
- The rooms page should be responsive and will show both tables as per the screen size.
- Both tables should have details like Room Name, Creator, Status (public/private), etc.
- The page should handle errors using snackbar.
- Both tables should have independent loading/progress animation.
- Pagination for larger tables (Optional)
How should you submit a pull request for this issue
- Fork this repo and create a new route /rooms1 inside your react-router.
- Deploy your repo at Heroku/Netlify or any other place you are comfortable with.
- Comment your deployed app link in this issue comment.
- If your design is approved by the mentor, send a pull request as guidelines given in the readme file for frontend
- Make sure your page uses this color scheme https://colorhunt.co/palette/2763
Any tips for solving this issue
Using React Material-UI for this task will be highly recommended as the components from Material-UI are clean and elegant.