Skip to content
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: create PasswordTextField #71

Merged
merged 6 commits into from
Apr 29, 2024
Merged

Conversation

Hanna922
Copy link
Member

@Hanna922 Hanna922 commented Apr 26, 2024

1️⃣ 어떤 작업을 했나요? (Summary)

4️⃣ 체크리스트 (Checklist)

  • main 브랜치의 최신 코드를 pull 받았나요?

@Hanna922 Hanna922 added the feat label Apr 26, 2024
@Hanna922 Hanna922 requested a review from nijuy as a code owner April 26, 2024 08:59
@Hanna922 Hanna922 changed the title Feat/#65 password text field feat: create password text field Apr 26, 2024
@nijuy nijuy changed the title feat: create password text field feat: create PasswordTextField Apr 27, 2024
Copy link
Collaborator

@nijuy nijuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The password input type in Microsoft Edge includes a password reveal button. - https://learn.microsoft.com/ko-kr/microsoft-edge/web-platform/password-reveal

엣지는 기본 reveal-icon이 있어서 눈알이 두 개 보이고 있어요 👁👁
점유율만 보면 크롬이 압도적이긴 한데 아예 안 쓰는 브라우저는 아니라서 커버하는 게 좋을 거 같습니다

➡ 관련 코드 추가해서 바로 커밋해뒀습니다 말없이 커밋한점 송죄송죄 5e46b05

image

Copy link
Collaborator

@nijuy nijuy Apr 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

감사합니다 세심허네요......👍

이 수정사항은 저한테 전달해서 #73 에 넣는 게 브랜치 목적을 생각했을 때 더 적절했을 거 같네요!!
만약 SimpleTextField 수정 계획이 없었다면 여기 넣어도 무방하나 그게 아닌 상황이니가요

- 엣지에서 password type input에 기본적으로 포함하는 버튼
@Hanna922 Hanna922 merged commit f02705f into develop Apr 29, 2024
@Hanna922 Hanna922 deleted the feat/#65-PasswordTextField branch April 29, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: PasswordTextField 구현
2 participants