Skip to content

Commit 3f99739

Browse files
committed
[Delete] #206 - 논의 완료된 TODO 사항 제거
1 parent ac403a6 commit 3f99739

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Neki-iOS/Features/Archive/Sources/Presentation/Sources/Feature/PhotoImportFeature.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ struct PhotoImportFeature {
141141
return .none
142142

143143
case let .selectAlbum(album):
144-
state.selectedIDs.removeAll() // TODO: - 현재는 앨범 변경 시 선택된 사진 해제. 피그마에 문의 남김. 추후 수정될 여지 있음
145144
state.selectedAlbum = album
146145
state.isDropdownOpen = false
147146
state.photos.removeAll()

Neki-iOS/Features/Archive/Sources/Presentation/Sources/View/ArchiveAlbumDetailView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ private extension ArchiveAlbumDetailView {
225225
} label: {
226226
Text("앨범 삭제")
227227
.nekiFont(.body16Medium)
228-
.foregroundStyle(.primary500) // TODO: - 위험한 액션이니 빨간색 어떠냐고 피그마 문의 남김. 답변에 따라 수정가능성 있음
228+
.foregroundStyle(.primary500)
229229
}
230230
.frame(width: 120, height: 34, alignment: .leading)
231231
.padding(.leading, 12)

0 commit comments

Comments
 (0)