-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: set api and add bottomSheet, FilterModal #63
Conversation
The latest updates on your projects. Preview: https://vitamin-c-55j0vp8x4-poiu694s-projects.vercel.app
|
The latest updates on your projects. Preview: https://vitamin-c-296rlgqy5-poiu694s-projects.vercel.app
|
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.
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.
src/app/map/[mapId]/page.tsx
Outdated
const { data: placeList } = await api.place.mapId.get(mapId) | ||
setPlaces(placeList) | ||
} catch (err) { | ||
notify.error('예상치 못한 오류가 발생했습니다.') |
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.
서버에서 주는 error.message 사용하기로 했던 것 같습니다!
The latest updates on your projects. Preview: https://vitamin-c-1i6s19sye-poiu694s-projects.vercel.app
|
* feat: add tag type and change placeId type * feat: add filter icon * feat: set filter button * feat: add getTags and getMapData api * fix: add / * feat: set filter button * chore: change type * chore: add FilterButton * chore: change root * feat: set PlaceListBottomSheet * feat: set FilterModalBody component * feat: set bottomSheet, select filter modal * fix build error * feat: link setting * fix: fix type * chore: relocate function position * chore: set displayName * chore: change hashtag to tag * chore: change tags location
* feature: update storage values - rename invitation-link to invite-code - change storage of new-map-id and nickname from local storage to session storage * feat: add api /maps and /maps/invite-links * feat: implement invite page - update boarding-pass components - match the api response structure - put onClick inside to make invited-boarding-pass available in the server component, invite/page * fix: add 'use client' directive * feat: search-result-page (#60) * feat: setting page (#62) * feat: set api and add bottomSheet, FilterModal (#63) --------- Co-authored-by: polee <43488305+poiu694@users.noreply.github.com> Co-authored-by: Jaeseok <72875894+Pridesd@users.noreply.github.com>
Issue Number
#58
Description
To Reviewers
Checklist
feat: add login page
)