-
Notifications
You must be signed in to change notification settings - Fork 4
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/#98] crew flow 추가 #110
The head ref may contain hidden characters: "feat/#98-Crew-Flow-\uCD94\uAC00"
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.
고생하셨습니다 !!
crew home에서 바텀시트 처리하는 부분이 흥미롭네요.
정말 이제 서버 붙이는거 말고 할게 없을지도 .. ?!
private func navigationLeadingArea(action: @escaping () -> Void) -> some ToolbarContent { | ||
ToolbarItem(placement: .navigationBarLeading) { | ||
Button { | ||
action() |
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.
아주 굿 ..!!
…e), Token ExpireTime locale 서버에서 미적용된 문제 해결중
@mooyoung2309 @derrickkim0109
궁금하신 부분은 코멘트 남겨주세요 |
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
PR 요약
크루 참여, 크루 생성에 필요한 UI와 나오지 않은 서버스펙에 대비하여 로직을 작성해놨습니다.
기존에 문제되었던 상단의 SafeArea가 스크롤 시에 짤려보이는 부분을 해결했습니다.
크루 랭킹 부분은 Profile 부분이 SharedDesignSystem에 작성된 이슈가있어서 따로 수정하지 않았습니다.
📌 변경 사항
✅ PR check list
Linked Issue
close #98