-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: 전역에 ConfirmModalProvider 추가 * refactor: 나만의 파트 등록 시에 확인 모달에 useConfirm 적용 * feat: 모달 너비를 고려하여 회원 탈퇴 메세지 길이 수정 * design: confirm modal 너비 300에서 320으로 변경 - 짧은 문장도 잘 담지 못해서 줄바꿈이 일어남. 그래서 너비를 늘림 * refactor: 프로필 변경 페이지에서 회원 탈퇴 시 useConfirm 적용 * fix: 회원 탈퇴 시 마이페이지로 뒤로 가지 못하도록 수정 * refactor: 내 파트 삭제 시에 확인하는 과정에서 useConfirm 적용 * refactor: 이벤트 핸들러 네이밍 handle- prefix 사용 * chore: 사용하지 않는 modal 컴포넌트 삭제 --------- Co-authored-by: 윤정민 <[email protected]>
- Loading branch information
1 parent
b007310
commit ea7a498
Showing
8 changed files
with
87 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
67 changes: 0 additions & 67 deletions
67
frontend/src/features/member/components/WithdrawalModal.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
const WITHDRAWAL_MESSAGE = '회원 탈퇴시 활동한 모든 이력이 삭제됩니다.\n정말 회원 탈퇴하겠습니까?'; | ||
const WITHDRAWAL_MESSAGE = '회원 탈퇴시 모든 이력이 삭제됩니다.\n정말 회원 탈퇴하겠습니까?'; | ||
|
||
export default WITHDRAWAL_MESSAGE; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.