Skip to content

Commit

Permalink
feat: add room detail page (ui only) (#59)
Browse files Browse the repository at this point in the history
* feat: add room detail page (ui only)

* feat: add back button from room search page
  • Loading branch information
Fakhri1999 authored Jan 4, 2025
1 parent bc8373c commit d8e2a62
Show file tree
Hide file tree
Showing 14 changed files with 998 additions and 6 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@tanstack/react-query": "^5.56.2",
"@vercel/analytics": "^1.3.1",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"framer-motion": "10.16.16",
"i18next": "22.4.15",
"next": "13",
Expand Down
79 changes: 79 additions & 0 deletions public/assets/images/detail-room-background-image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions public/assets/images/join-room-modal-bg-flare-desktop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions public/assets/images/join-room-modal-bg-flare-mobile old.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions public/assets/images/join-room-modal-bg-flare-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d8e2a62

Please sign in to comment.