Skip to content

Conversation

@JinUng41
Copy link
Contributor

@JinUng41 JinUng41 commented Dec 3, 2025

PULL REQUEST

📄 작업 내용

  • 로그인 화면 UI를 구현하였습니다.
구현 내용 IPhone 13 mini IPhone 16 Pro
로그인 UI

🔗 연결된 이슈

- SwiftUI Color 생성자인 Color(_ name: String)과 컴파일 오류가 발생하는 것을 피하기 위함.
@JinUng41 JinUng41 requested a review from youz2me December 3, 2025 12:40
@JinUng41 JinUng41 self-assigned this Dec 3, 2025
@JinUng41 JinUng41 added 👨‍💻 진웅 불좀꺼줄래? 개발하게 💻 Feat labels Dec 3, 2025
Copy link
Member

@youz2me youz2me left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 ~~!!!!

Comment on lines +42 to +54
private extension CalloutChipView {
var attributedString: AttributedString {
var attributedString = AttributedString(text)
attributedString.foregroundColor = .livithColor(.black50)

if let targetText = targetText,
let range = attributedString.range(of: targetText) {
attributedString[range].foregroundColor = .livithColor(.black5)
}

return attributedString
}
}
Copy link
Member

Choose a reason for hiding this comment

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

요런 건 익스텐션으로 빼놔도 좋을 것 같기두 하구요!! 굿입니다

@JinUng41 JinUng41 merged commit 05fc787 into develop Dec 3, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in 4차 스프린트 Dec 3, 2025
@JinUng41 JinUng41 deleted the feat/#33-login-ui branch December 3, 2025 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

👨‍💻 진웅 불좀꺼줄래? 개발하게 💻 Feat

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

[Feat] 로그인 화면 UI 구현

3 participants