-
Notifications
You must be signed in to change notification settings - Fork 1
release 2.0.0 #201
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
Merged
release 2.0.0 #201
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 초기 folderType은 포킷이기 때문에 카테고리에 관한 정보만 받아온다. 따라서 미분류(store.contents)는 초기에 항상 Empty이기 때문에 필터 버튼이 보이지 않았음.
화면 전환이 되는 0.7초의 시간동안 버튼이 전환 되었음에도 이전 폴더 타입의 버튼액션을 받을 수 있었던 버그 수정
- 체크했을 때 id값 구분으로 체크/체크해제 구성 - 이전 화면에서 모든 미분류 링크를 받기 위해 생성자로 구성
- 포킷이동 버튼을 누르면 카테고리 선택 시트가 나오게 적용
- 에러로직 추가 - 삭제하기 바텀시트 구성 - 편집할 링크가 없을 때 보여줄 화면 분기처리
- scrollview Indicator 수정 - divider padding 수정
fix: 2.0.0 QA2차 [1]
…hub/Pokit-iOS into fix/#196-qa2-shapekim98
fix: [2.0.0] 2차 QA [2]
시트가 사라질 때도 키워드 저장과 같은 효과를 내도록 수정
- isTouchActive: touch상태를 확인할 Flag simultaneousGesture를 통해 dragGesture를 확인하여 한 상태를 변경중일 때 추가/삭제가 불가능하게 막아버림 결과: 다중 드래그 시 이벤트 성립 불가능 / 단일만 가능케 수정하였음
Code로 래핑하는 로직 삭제
Fix/#199 qa final
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.