[UI] #83 링크 리스트 관련 UI 수정 #84
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Key Changes
Resolves: #83
PR 유형
어떤 변경 사항이 있나요?
To Reviewers
PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.
Etc.
링크 상세 bottomSheet에 대해, bottomSheet의 내용물 부분만 별도로 분리했는데(LinkDetailBottomSheetContent)
이는 bottomSheet를 한번 호출한 상태에서 다른 bottomSheet를 호출하는 로직을
아예 하나의 bottomSheet에서 그 안애 표시되는 내부 ui만 수정해서 사용할 수 있게 하기 위해서야!
(예- 링크 상세 bottomSheet에서 삭제 버튼을 클릭해 삭제 검사 bottomSheet로 표시하고자 하는 경우)
추가로 remind api쪽은 아직 링크 리스트를 전달받을 때 즐겨찾기정보 없이 들어와서 리마인드 화면에 대해서는 링크에 즐겨찾기 여부는 표시되지 않도록 해놨어