Merged
Conversation
Closed
ljdongz
commented
May 11, 2025
Comment on lines
10
to
11
| struct Folder: Equatable, Hashable { | ||
| var id: String? |
Collaborator
Author
There was a problem hiding this comment.
앱 내에 (사용자가 생성하지 않은) 기본 폴더가 존재하고 이를 nil로 구분하기 위해 옵셔널 타입으로 변경했습니다.
Comment on lines
+77
to
+90
| // TODO: Link 네이밍 충돌로, 이후 리팩토링 작업 후 적용 예정 | ||
| // Link(destination: URL(string: link.url)) { | ||
| // AsyncImage( | ||
| // url: URL(string: link.thumbnailUrl ?? "") | ||
| // ) { image in | ||
| // image | ||
| // .resizable() | ||
| // .aspectRatio(contentMode: .fill) | ||
| // } placeholder: { | ||
| // Rectangle() | ||
| // .fill(.markWhite70) | ||
| // } | ||
| // .frame(width: ViewConstants.cellWidth, height: ViewConstants.cellHeight) | ||
| // } |
Collaborator
Author
There was a problem hiding this comment.
LinkCell 클릭 시 웹페이지로 이동하기 위한 View Component 입니다.
현재 Entity로 정의된 Link 모델과 네이밍이 충돌하여 이후 Link 모델을 WebLink로 변경한 후 적용할 예정입니다
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



#️⃣ 연관된 이슈
📝 작업 내용
🎨 스크린샷
2025-05-11.4.12.39.mov
💬 추가 설명