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

feat: 마이페이지 svg 이미지 png 적용 및 s3 로직 적용 #361

Merged
merged 10 commits into from
Sep 26, 2024

Conversation

librarywon
Copy link
Contributor

📌𝘐𝘴𝘴𝘶𝘦𝘴

📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯

  • 기존 마이페이지 장르 및 프로필 svg 이미지를 s3를 적용하였습니다.
  • 라노벨 이미지 안보이는 건 서버 오타입니다.

📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵

Screen_recording_20240926_150455.mp4

💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴

마이페이지도 이제 그럴듯하네요

@librarywon librarywon added 🍯 [FEAT] 새로운 기능을 개발합니다. 🗡️ 대장군 재원 악녀 황후의 전속 대장군 labels Sep 26, 2024
@librarywon librarywon requested a review from a team September 26, 2024 06:07
@librarywon librarywon self-assigned this Sep 26, 2024
Copy link
Contributor

@yeonjeen yeonjeen left a comment

Choose a reason for hiding this comment

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

수고하셨습니당!! 감사해용 ㅎㅎ

binding.ivMyPageUserProfile.load(updatedMyProfileImageUrl) {
crossfade(true)
error(R.drawable.img_loading_thumbnail)
transformations(CircleCropTransformation())
Copy link
Contributor

Choose a reason for hiding this comment

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

이것까지 대신.. 감사함둥..

data class MyPageUiState(
val loading: Boolean = false,
val error: Boolean = false,
val myProfile: MyProfileEntity? = null
Copy link
Contributor

Choose a reason for hiding this comment

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

앗 트레일링콤마 빠졌어요!!!(아싸 나도 찾았다)

Copy link
Member

@s9hn s9hn left a comment

Choose a reason for hiding this comment

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

나이승

private fun setupObserver() {
myPageViewModel.myPageUiState.observe(viewLifecycleOwner) { uiState ->
when {
!uiState.loading -> setUpMyProfileImage(uiState.myProfile?.avatarImage ?: "")
Copy link
Member

Choose a reason for hiding this comment

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

a: orEmpty()

@librarywon librarywon merged commit 3d7a30f into develop Sep 26, 2024
@librarywon librarywon deleted the feat/323 branch September 26, 2024 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍯 [FEAT] 새로운 기능을 개발합니다. 🗡️ 대장군 재원 악녀 황후의 전속 대장군
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 마이페이지 Svg -> png
3 participants