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] #44 - SearchTextField 컴포넌트 UI 구현 #45

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

kms0233
Copy link
Collaborator

@kms0233 kms0233 commented Jan 15, 2025

🧩 작업 내용

학교, 학과 검색 시 쓰이니 Search TextField 컴포넌트 구현했습니다!

🪁 PR Point

SearchTextFieldState로 학교/학과 분기를 나누어주고

enum SearchTextFieldState {
    case school
    case major
}

저번에 사용했던 FocusState를 이용해 입력하려고 탭했을 시
border를 주고 검색 버튼의 색도 바뀌도록 구현했어용!
엄마 편하게 쓰세염!!🤍

📱 스크린샷

구현 내용 스크린샷
SearchTextFieldState Simulator Screen Recording - iPhone 16 - 2025-01-16 at 06 57 04

🔗 Issue

Resolved #44

@kms0233 kms0233 self-assigned this Jan 15, 2025
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] SearchTextField 컴포넌트 UI 구현
1 participant