-
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
* refactor: Modal을 활용하여 ConfirmModal 리팩터링 * feat: overlay를 활용한 useConfirmModal 훅 구현 및 ConfirmModalContext 제거 * feat: useConfirmContext를 useConfirmModal로 변경
- Loading branch information
1 parent
4c6a317
commit ed0666b
Showing
9 changed files
with
97 additions
and
196 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
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 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 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 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 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
105 changes: 0 additions & 105 deletions
105
frontend/src/shared/components/ConfirmModal/ConfirmModalProvider.tsx
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
frontend/src/shared/components/ConfirmModal/hooks/useConfirmContext.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.