Skip to content
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

[북마크] 일괄 삭제 기능 추가 #311

Merged
merged 11 commits into from
Jun 3, 2024

Conversation

HamBP
Copy link
Contributor

@HamBP HamBP commented May 30, 2024

Issue

Overview

  • 편집 모드에서 다중 선택 후 북마크 삭제 기능을 제공한다.
  • 편집 모드에서 뒤로가기를 누르면 편집 모드가 취소된다. → 피그마에 안내되어 있지 않지만 임의로 추가한 부분입니다.
  • 다크 모드 대응

드래그 앤 드롭으로 순서를 변경한다. → 별도 이슈로 관리

Screenshot

KakaoTalk_20240531_022422890.mp4
Before After

@HamBP HamBP marked this pull request as draft May 30, 2024 15:33
@HamBP HamBP changed the title [북마크] 편집 기능 [북마크] 편집 기능 추가 May 30, 2024
Copy link

github-actions bot commented May 30, 2024

Test Results

19 tests   19 ✅  5s ⏱️
11 suites   0 💤
11 files     0 ❌

Results for commit da592b8.

♻️ This comment has been updated with latest results.

@HamBP HamBP marked this pull request as ready for review May 30, 2024 18:39
state.copy(selectedSessionIds = persistentSetOf())
}
}.catch { throwable ->
_errorFlow.emit(throwable)
Copy link
Member

Choose a reason for hiding this comment

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

중요.
flow {} 함수에서 suspend에서 오류가 발생하면 catch로 이벤트가 오지 않습니다.
(이 코드는 의미 없는 코드에요)

flow() 이후에 오는 경우에만 여기 catch로 잡힙니다.

Copy link
Contributor Author

@HamBP HamBP Jun 3, 2024

Choose a reason for hiding this comment

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

리뷰 감사합니다. flow 빌더 내부에서 예외를 발생하는 경우 catch로 잡히는 것을 아래와 같이 확인했습니다.
image

Copy link
Contributor Author

@HamBP HamBP Jun 3, 2024

Choose a reason for hiding this comment

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

추가 자료 첨부합니다.
image

Copy link
Member

Choose a reason for hiding this comment

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

확인 감사합니다!

Copy link
Member

@taehwandev taehwandev left a comment

Choose a reason for hiding this comment

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

flow { emit(XXX) } 이 부분 테스트 확인만 부탁드립니다. emit은 말 그대로 전달하는 것일 뿐이라서 flow 시작 전에 데이터의 발생 시점이라 잡히지 않는걸로 기억해서 적은 내용인데, 이상 없다면 머지진행할게요

@taehwandev taehwandev merged commit 8f6c5ab into droidknights:main Jun 3, 2024
2 checks passed
@taehwandev taehwandev added the 2024 label Jun 3, 2024
@HamBP HamBP changed the title [북마크] 편집 기능 추가 [북마크] 삭제 기능 추가 Jun 3, 2024
@HamBP HamBP changed the title [북마크] 삭제 기능 추가 [북마크] 일괄 삭제 기능 추가 Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[북마크] 북마크된 세션 삭제 기능
2 participants