-
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.
refactor: 로그인 / 회원가입 페이지의 TextField를 YDS 컴포넌트로 교체 (#182)
* refactor: 로그인 페이지 YDS 컴포넌트로 대체 * refactor: 회원가입 페이지 YDS 컴포넌트로 리팩토링 * refactor: hiddenfield를 위한 isMarked 추가 * chore: update pnpm lock file local에서도 error를 감지할 수 있도록 pnpm store prune 실행 후 package도 재설치합니다. * refactor: 비밀번호 변경 페이지 PasswordTextField 적용 * refactor: EmailAuth에 SuffixTextField 적용 * refactor: EmailForm에 SuffixTextField 적용 * refactor: CurrentPasswordForm.tsx 매개변수에 cammel case 적용 * refactor: NewPasswordForm.tsx의 2개 이상의 상태 조합을 변수로 추출 --------- Co-authored-by: Hanna922 <[email protected]>
- Loading branch information
Showing
14 changed files
with
2,432 additions
and
1,183 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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
33 changes: 0 additions & 33 deletions
33
src/home/components/ChangePasswordContents/PasswordInput/PasswordInput.style.ts
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
src/home/components/ChangePasswordContents/PasswordInput/PasswordInput.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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.