Merged
Conversation
hoyeonyy
approved these changes
Apr 28, 2025
|
|
||
| return Scaffold( | ||
| appBar: PendingAppBar(), | ||
| body: SafeArea( |
| placeholder: (context) => | ||
| const Center(child: CircularProgressIndicator()), | ||
| ), | ||
| Text("잠시만 기다려 주세요",style: AppTypography.header1,), |
| description: | ||
| name: gif | ||
| sha256: ade95694f1471da737922806818ffade2814d1d7f8d10af38ebcf36ace012bc0 | ||
| url: "https://pub.dev" |
kkosang
approved these changes
Apr 28, 2025
Collaborator
kkosang
left a comment
There was a problem hiding this comment.
고생하셨습니다 굿굿~ gif가 있으니 확실히 생동감있네요
| return MaterialApp( | ||
| title: 'Kakao Login Demo', | ||
| home: const LoginPage(), | ||
| home: const PendingApprovalPage(), |
|
|
||
| return Scaffold( | ||
| appBar: PendingAppBar(), | ||
| body: SafeArea( |
| Text("운영진들이 사용자님의 정보를",style: AppTypography.subtitle3,), | ||
| Text("확인 중 입니다.",style: AppTypography.subtitle3,), | ||
| Spacer(), | ||
| PendingProfileButton( |
Collaborator
There was a problem hiding this comment.
확인 버튼은 bottomNavigation에 두기로 했던 것 같습니다 !
Collaborator
There was a problem hiding this comment.
맞습니다 수정하겠습니다!!
이것만 수정하고 머지하셔도 될듯요~
Collaborator
Author
There was a problem hiding this comment.
넵! 수정완료했고 지금 머지하겠습니다!
| placeholder: (context) => | ||
| const Center(child: CircularProgressIndicator()), | ||
| ), | ||
| Text("잠시만 기다려 주세요",style: AppTypography.header1,), |
| description: | ||
| name: gif | ||
| sha256: ade95694f1471da737922806818ffade2814d1d7f8d10af38ebcf36ace012bc0 | ||
| url: "https://pub.dev" |
This was referenced Apr 29, 2025
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 이슈
close #
📝작업 내용
승인 대기중 화면 구현
스크린샷 or 작업영상
Screen_recording_20250428_163311.webm
💬리뷰 요구사항