Skip to content

[UI]승인 대기중 화면 구현#41

Merged
FLU0RITE merged 2 commits intodevelopfrom
ui/pending_approval
Apr 29, 2025
Merged

[UI]승인 대기중 화면 구현#41
FLU0RITE merged 2 commits intodevelopfrom
ui/pending_approval

Conversation

@FLU0RITE
Copy link
Collaborator

@FLU0RITE FLU0RITE commented Apr 28, 2025

#️⃣연관된 이슈

close #

📝작업 내용

승인 대기중 화면 구현

스크린샷 or 작업영상

Screen_recording_20250428_163311.webm

Simulator Screen Recording - iPhone 13 mini - 2025-04-28 at 16 38 24

💬리뷰 요구사항

  • gif 라이브러리를 추가했습니다!

@FLU0RITE FLU0RITE added the ui Further information is requested label Apr 28, 2025
@FLU0RITE FLU0RITE requested a review from kkosang April 28, 2025 07:42
@FLU0RITE FLU0RITE self-assigned this Apr 28, 2025
Copy link

@hoyeonyy hoyeonyy left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!


return Scaffold(
appBar: PendingAppBar(),
body: SafeArea(

Choose a reason for hiding this comment

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

정말 안전한 영역인가요?

Copy link
Collaborator

Choose a reason for hiding this comment

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

예 안전한 영역에 뷰를 그립니다~

placeholder: (context) =>
const Center(child: CircularProgressIndicator()),
),
Text("잠시만 기다려 주세요",style: AppTypography.header1,),

Choose a reason for hiding this comment

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

만약 사용자가 안기다리면 어떡하죠?

Copy link
Collaborator

Choose a reason for hiding this comment

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

기다리세요 조호연님

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

기다림의 미학 드십시오

description:
name: gif
sha256: ade95694f1471da737922806818ffade2814d1d7f8d10af38ebcf36ace012bc0
url: "https://pub.dev"

Choose a reason for hiding this comment

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

pub 맥주인가요?

Copy link
Collaborator

Choose a reason for hiding this comment

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

잭펍입니다~

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ

Copy link
Collaborator

@kkosang kkosang left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 굿굿~ gif가 있으니 확실히 생동감있네요

return MaterialApp(
title: 'Kakao Login Demo',
home: const LoginPage(),
home: const PendingApprovalPage(),
Copy link
Collaborator

Choose a reason for hiding this comment

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

홈 화면은 계속 바뀌네요ㅋㅋㅋㅋ

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

죄송합니다 사죄드립니다,,


return Scaffold(
appBar: PendingAppBar(),
body: SafeArea(
Copy link
Collaborator

Choose a reason for hiding this comment

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

예 안전한 영역에 뷰를 그립니다~

Text("운영진들이 사용자님의 정보를",style: AppTypography.subtitle3,),
Text("확인 중 입니다.",style: AppTypography.subtitle3,),
Spacer(),
PendingProfileButton(
Copy link
Collaborator

Choose a reason for hiding this comment

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

확인 버튼은 bottomNavigation에 두기로 했던 것 같습니다 !

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

맞습니다 수정하겠습니다!!

Copy link
Collaborator

Choose a reason for hiding this comment

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

맞습니다 수정하겠습니다!!

이것만 수정하고 머지하셔도 될듯요~

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

넵! 수정완료했고 지금 머지하겠습니다!

placeholder: (context) =>
const Center(child: CircularProgressIndicator()),
),
Text("잠시만 기다려 주세요",style: AppTypography.header1,),
Copy link
Collaborator

Choose a reason for hiding this comment

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

기다리세요 조호연님

description:
name: gif
sha256: ade95694f1471da737922806818ffade2814d1d7f8d10af38ebcf36ace012bc0
url: "https://pub.dev"
Copy link
Collaborator

Choose a reason for hiding this comment

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

잭펍입니다~

@FLU0RITE FLU0RITE merged commit 88c2fad into develop Apr 29, 2025
1 check passed
@FLU0RITE FLU0RITE deleted the ui/pending_approval branch April 29, 2025 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ui Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants