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

[Feature/#906] soptamp report api 연결 및 웹뷰 연결 #911

Merged
merged 21 commits into from
Oct 16, 2024

Conversation

chattymin
Copy link
Member

What is this issue?

  • report api 연결 및 버튼 생성
  • 버튼 클릭시 웹뷰 이동
  • 오류 dialog 디자인 수정
  • 솝템프 개선작업
    • fetch 함수를 view에서 viewModel로 이동 -> 뒤로가기 할 때마다 화면 리로드 되는 현상 제거
    • 배경색 없던것 white로 설정 -> mds를 따르지 않는 feature이기 때문에 white로 작성해둠
    • 성공,실패 미션 보기 api 적용

Reference

soptamp.mp4
  • 저는 이만 휴가를 떠납니다 총총...

@chattymin chattymin self-assigned this Oct 14, 2024
@chattymin chattymin requested a review from a team as a code owner October 14, 2024 13:50
Copy link

height bot commented Oct 14, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Comment on lines 109 to 112
val state by missionsViewModel.state.collectAsState()
val generation by missionsViewModel.generation.collectAsState()
val nickname by missionsViewModel.nickname.collectAsState()
val reportUrl by missionsViewModel.reportUrl.collectAsState()
Copy link
Member

Choose a reason for hiding this comment

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

이거 바꾸는 김에 collectAsStateWithLifecycle...

Copy link
Member Author

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋㅋㅋㅋ 전부다 적용하겠슴다

Comment on lines 142 to +146
Box(
modifier = Modifier.pullRefresh(refreshingState)
modifier = Modifier
.pullRefresh(refreshingState)
.background(SoptTheme.colors.white)
.fillMaxSize()
Copy link
Member

Choose a reason for hiding this comment

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

Modifier에 pullRefresh 기본 속성이 있는지 몰랐네요...!

Copy link
Member

@l2hyunwoo l2hyunwoo left a comment

Choose a reason for hiding this comment

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

👍🏻

@chattymin chattymin merged commit 9785e2f into develop Oct 16, 2024
1 check passed
@chattymin chattymin deleted the feature/#906-soptamp-report branch October 16, 2024 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 솝템프 개선
3 participants