Skip to content

feat: 북마크 편집 기능(삭제, 이동, 수정)#108

Merged
chanhihi merged 8 commits intodevelopfrom
dev/97-feat-edit-bookmark/#97
Mar 19, 2024
Merged

feat: 북마크 편집 기능(삭제, 이동, 수정)#108
chanhihi merged 8 commits intodevelopfrom
dev/97-feat-edit-bookmark/#97

Conversation

@JH713
Copy link
Copy Markdown
Collaborator

@JH713 JH713 commented Mar 17, 2024

📌 개요

  • 북마크 편집 기능 추가

💻 작업 내용

  • BoxListCell 업데이트

    • 셀에 편집 버튼을 추가 (editButton)
    • 해당 셀(북마크)의 편집과 삭제할 수 있음
  • BoxListSectionViewModel 변경

    • 섹션의 상태(isOpened)를 업데이트
    • 섹션(폴더)이 닫혀있는 상태에서 셀(북마크)가 추가되면 섹션이 자동으로 열림
  • BoxListView/BoxListViewController 수정

    • BoxListViewController에 doneButton 추가하여 BoxListView에서 편집모드 종료할 수 있도록 함
  • BoxListViewModel 수정

    • 북마크 편집 관련 로직 추가

🖼️ 스크린샷

Simulator Screen Recording - iPhone 15 Pro - 2024-03-17 at 21 11 38

@JH713 JH713 linked an issue Mar 17, 2024 that may be closed by this pull request
@chanhihi chanhihi added the ✨ Enhancement New feature or request label Mar 19, 2024
Copy link
Copy Markdown
Member

@chanhihi chanhihi left a comment

Choose a reason for hiding this comment

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

고생많으셨습니다. 보기 좋네요

Copy link
Copy Markdown
Collaborator

@noeyiz noeyiz left a comment

Choose a reason for hiding this comment

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

진짜 고생하셨습니당 ... 박스의 한줄기 빛 ✨

@chanhihi chanhihi merged commit caeb381 into develop Mar 19, 2024
@chanhihi chanhihi deleted the dev/97-feat-edit-bookmark/#97 branch March 19, 2024 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: edit bookmark

3 participants