-
Notifications
You must be signed in to change notification settings - Fork 0
[Feature] 메인 화면 로직 적용 #35
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
Conversation
| struct Folder: Equatable, Hashable { | ||
| var id: String? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앱 내에 (사용자가 생성하지 않은) 기본 폴더가 존재하고 이를 nil로 구분하기 위해 옵셔널 타입으로 변경했습니다.
| // 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) | ||
| // } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LinkCell 클릭 시 웹페이지로 이동하기 위한 View Component 입니다.
현재 Entity로 정의된 Link 모델과 네이밍이 충돌하여 이후 Link 모델을 WebLink로 변경한 후 적용할 예정입니다
|



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