Skip to content
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

[design] 웨이팅탭에 새로고침 버튼 추가 #277

Merged
merged 3 commits into from
Oct 15, 2024

Conversation

wjdtkdgns777
Copy link
Collaborator

@wjdtkdgns777 wjdtkdgns777 commented Oct 14, 2024

KakaoTalk_20241015_004651181
이 화면을 볼때마다 유저가 pull to refresh인걸 모를거같다는 느낌이 계속 들더라구요
바텀탭에 연결된 전체화면이라 그런가.. 뭐랄까 UIUX를 배웠으면 명확히 설명했을텐데 그런느낌이 있네요 ㅋㅋㅋ
그래서 석준님과 협의해 스탬프와 같이 새로고침을 추가해주었습니다. pull to refresh도 일단은 계속 둘까 합니다

@wjdtkdgns777 wjdtkdgns777 added the enhancement New feature or request label Oct 14, 2024
@wjdtkdgns777 wjdtkdgns777 self-assigned this Oct 14, 2024
Row(
modifier = Modifier.clickable {
onWaitingUiAction(WaitingUiAction.OnRefresh)
multipleEventsCutter.processEvent {
Copy link
Collaborator

Choose a reason for hiding this comment

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

이거 가져오지 말고 clickableSingle { } 쓰면 됩니다

@easyhooon
Copy link
Collaborator

저도 pull to refresh가 그렇게 좋은 UI/UX라고 생각하지 않는 사람으로서 동의합니다.

리스트화면에서는 어느정도 친숙한 UI/UX라고 생각은 하는데, 그렇지않은 화면의 경우, pull to refresh를 지원하는지 한눈에 알긴 어렵드라구요

그럼에도 배민같은 앱처럼 지원은 default로 하는 느낌이라 버튼 눌러 새로고침과 더불러 둘다 지원하면 괜찮을것같아요

Copy link
Collaborator

@easyhooon easyhooon left a comment

Choose a reason for hiding this comment

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

전보다 직관적이라 맘에 드네요

@easyhooon easyhooon merged commit 3ab2167 into develop Oct 15, 2024
1 check passed
@easyhooon easyhooon deleted the chore/waiting-refresh branch October 15, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants