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] #182 link category change #184

Merged
merged 6 commits into from
Nov 6, 2024

Conversation

leeseokchan00
Copy link
Contributor

@leeseokchan00 leeseokchan00 commented Nov 6, 2024

📌 PR 요약

🌱 작업한 내용

  • 링크제목 글자 수 제한 없애기
  • 링크 카테고리 변경

🌱 PR 포인트

📸 스크린샷

  1. 전체클립, 세부클립 바텀시트 분기처리
Screen_recording_20241106_044110.mp4
  1. 링크 카테고리 변경
Screen_recording_20241106_044210.mp4

📮 관련 이슈

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

@Sangwook123 Sangwook123 left a comment

Choose a reason for hiding this comment

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

Good


companion object {
private val DiffUtil = ItemDiffCallback<Clip>(
onItemsTheSame = { old, new -> old == new },
Copy link
Contributor

Choose a reason for hiding this comment

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

id

…into feature/#182-refactor-link-detail

# Conflicts:
#	feature/home/src/main/java/org/sopt/home/HomeFragment.kt
@leeseokchan00 leeseokchan00 merged commit 69de9f9 into develop Nov 6, 2024
1 check passed
@leeseokchan00 leeseokchan00 deleted the feature/#182-refactor-link-detail branch November 6, 2024 10:47
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] 링크 카테고리 이동, 글자 수 제한 없애기
2 participants