-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 관리페이지 배너 섹션 수정 및 비밀번호 재전송 기능 구현 (#246)
* feat(member): swap incorrect view `BannerSection` * feat(member): implement member password resending api/mutate functions * feat(member): separate permission change logic into modal and add password resend feature * style(member): fix issue with `Select` label being center-aligned at specific sizes * style(member): adjust `Modal` background z-index to prevent toast from being hidden behind it * style(member): change password resend label text at `MemberSettingModal` * style(member): adjust `MemberSettingModal` open button to be centered in the cell * refactor(member): rename `addMember`, `resendMemberPassword` functions * Create silent-cooks-know.md * refactor(member): reset input fields upon successful account creation * chore(member): remove `.ts`, `.tsx` from import paths * refactor(member): separate modals for password resend and permission change features * refactor(member): add dependency at `useMemberPasswordResendModal` & apply `useCallback` --------- Co-authored-by: Gwansik Kim <[email protected]>
- Loading branch information
Showing
12 changed files
with
256 additions
and
66 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@clab-platforms/member": patch | ||
--- | ||
|
||
feat: 관리페이지 배너 섹션 수정 및 비밀번호 재전송 기능 구현 |
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
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
Oops, something went wrong.