Skip to content

Conversation

@leeseokchan00
Copy link
Contributor

📌 PR 요약

🌱 작업한 내용

  • 홈 클립을 최근 저장한 링크로 수정

🌱 PR 포인트

📸 스크린샷

  1. 첫 링크 추가
Screen_recording_20241031_032147.mp4
  1. 링크 3개 이상 추가
Screen_recording_20241031_032240.mp4
  1. 링크 삭제
Screen_recording_20241031_032306.mp4

📮 관련 이슈

@leeseokchan00 leeseokchan00 added ⭐ [FEAT] 새로운 기능 구현 석찬 이석찬 labels Oct 30, 2024
@leeseokchan00 leeseokchan00 self-assigned this Oct 30, 2024
Copy link
Contributor

@lsakee lsakee left a comment

Choose a reason for hiding this comment

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

CUTE

onClickClip(data)
tvLinkTitle.text = data.toastTitle
tvLinkUrl.text = data.linkUrl
if (data.categoryTitle.isNullOrEmpty()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

fun View.setVisible(value: Boolean) {
visibility = if (value) View.VISIBLE else View.GONE
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

수정했습니다

…into feature/#178-home-recent-clip

# Conflicts:
#	core/designsystem/src/main/res/values/strings.xml
#	feature/home/src/main/java/org/sopt/home/HomeContract.kt
#	feature/home/src/main/java/org/sopt/home/HomeFragment.kt
#	feature/home/src/main/java/org/sopt/home/HomeViewModel.kt
@leeseokchan00 leeseokchan00 requested a review from lsakee November 6, 2024 10:03
@leeseokchan00 leeseokchan00 merged commit d324bc0 into develop Nov 6, 2024
1 check passed
@leeseokchan00 leeseokchan00 deleted the feature/#178-home-recent-clip branch November 6, 2024 10:19
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] 홈 최근저장클립

4 participants