-
Notifications
You must be signed in to change notification settings - Fork 0
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
[2.0.0] 다크모드 전부 적용 및 학과 공지 UI 버그 및 다크모드 색상 적용을 위한 UI 수정 #158
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍LGTM
대박!!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
공통UI로 빼낼 수 있는 것들 빼내기
- 셀프 리뷰
@@ -229,6 +242,7 @@ public struct SearchView: View { | |||
|
|||
public init(store: StoreOf<SearchFeature>) { | |||
self.store = store | |||
// UITableView |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
불필요한 코드 제거하기👀
/쿠링 패키지 테스트 |
🔨 iOS 17 iPhone 15 Pro 에서 쿠링 패키지를 테스트 합니다. |
📬 iOS17 에서 패키지 테스트에 실패했습니다. Actions에서 실패 결과를 확인해주세요. |
[2.0.0] 다크모드 전부 적용 및 학과 공지 UI 버그 및 다크모드 색상 적용을 위한 UI 수정
ScrollView
+LazyVStack
을 사용했었는데,List
로 변경 가능할 것으로 보입니다.List
의 성능이 좋아졌다고 피드백 주셔서 이 부분은 후속으로 챙기겠습니다.