Skip to content

Conversation

@ljdongz
Copy link
Collaborator

@ljdongz ljdongz commented May 11, 2025

#️⃣ 연관된 이슈

📝 작업 내용

  • 메인 화면 진입 시 데이터 불러오기
  • 링크 추가 로직 적용
  • 링크 이동을 위한 Link View 구현 (네이밍 충돌로 인해 리팩토링 작업 이후 반영 예정)
  • 사이드바 탭 클릭 시 리스트 필터링

🎨 스크린샷

2025-05-11.4.12.39.mov

💬 추가 설명

@ljdongz ljdongz requested a review from f-lab-barry May 11, 2025 07:17
@ljdongz ljdongz self-assigned this May 11, 2025
@ljdongz ljdongz linked an issue May 11, 2025 that may be closed by this pull request
Comment on lines 10 to 11
struct Folder: Equatable, Hashable {
var id: String?
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

앱 내에 (사용자가 생성하지 않은) 기본 폴더가 존재하고 이를 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)
// }
Copy link
Collaborator Author

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로 변경한 후 적용할 예정입니다

@ljdongz ljdongz changed the base branch from develop to feature/#31 May 11, 2025 07:31
Base automatically changed from feature/#31 to develop May 15, 2025 04:46
@sonarqubecloud
Copy link

@ljdongz ljdongz merged commit 4500465 into develop May 15, 2025
2 checks passed
@ljdongz ljdongz deleted the feature/#34 branch May 15, 2025 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] 메인 화면 로직 적용

2 participants