-
Notifications
You must be signed in to change notification settings - Fork 0
Issue 21 Add Room Card Component #49
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
base: main
Are you sure you want to change the base?
Conversation
|
All functionality is working well for me and the cards are responsive to resizing. I would suggest using variables for the colour codes. |
|
@rozza368 thanks for reviewing. As of now, I'm following the colors provided in the Figma design. I can refactor them into variables as well if needed. |
|
I've updated the components to use the closest matching colour names from the Bloom theme styling. |
|
Just had a quick check - looks good so far. Though I am not sure if the design is supposed to change based on if the card is on mobile or not. Will have to check with Erica. |
|
Hii @Fozzyack thanks for checking. Yes, this can be done easily in future by using a custom hook like Based on condition, we can use the MobileCard / UserCard components. I split the cards into separate components because the designs are quite different, so keeping them independent makes the structure clearer and easier to manage. |
ErikaKK
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

Change Summary
Add Room card component with user, admin, and mobile views.
Change Form
Other Information
Screenshots
Can be viewed here
Booking Rooms View
Screen.Recording.2025-12-08.142510.mp4
Admin Rooms View
Screen.Recording.2025-12-08.143209.mp4
General Rooms View
Screen.Recording.2025-12-08.142317.mp4
Related issue