-
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: edit visibility of map #137
Conversation
The latest updates on your projects. Preview: https://vitamin-c-de1kvmy2v-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.
이번 주말 오픈런은 나의 것...
src/app/my-map/[mapId]/map-title.tsx
Outdated
name, | ||
}) | ||
revalidate(['map', mapInfo.id]) | ||
notify.success(`${mapNameInput} 지도를 ${isPublic ? '공개' : '비공개'}로 바꾸었습니다.`) |
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.
요기 mapNameInput
-> mapInfo.name
!
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/my-map/[mapId]/map-title.tsx
Outdated
} | ||
} | ||
|
||
const fetchRevalMap = async (isPublic: boolean) => { |
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.
reval?! reveal인가요? updateMapVisibility는 어떨까용
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.
완완
The latest updates on your projects. Preview: https://vitamin-c-qk6rwv277-poiu694s-projects.vercel.app
|
Issue Number
Description
To Reviewers
Checklist
feat: add login page
)