-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix(bulletin_search_page.dart): 자음 모음 분리 현상 해결 #86
Closed
Conversation
This file contains 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
자신의 좋아요, 싫어요의 경우에 누르는 경우 불가능하다는 스낵바 알림 추가
자신의 댓글에 대한 좋아요, 싫어요 클릭 시에 알림을 보내주는 스낵바 구현
배포 절차를 더 자세히 설명했습니다.
Chore/change version to 1.0.4
프로필 업데이트에 실패했을 때 스낵바 메시지를 보여주도록 함.
4초에서 3초로 변경함.
차단에 실패했을 때 스낵바 메시지로 알림이 가도록 하였고 _showAraSnackBar 함수를 _showInfoBySnackBar로 수정하여 리팩토링을 진행함.
launchInBrowser가 실패했을 때 스낵바가 두 번 사용되어 하나를 제거함.
information.svg + 텍스트 형태의 동일한 스낵바가 자주 사용되어 snackbar_noti.dart에 함수화함
다른 파일에서도 사용할 수 있도록 함.
posVote, negVote 함수에서 setVote를 호출하지 않도록 함
기존의 모델을 수정하고 요청을 보내면 기존의 작업을 취소하는 API가 호출되기 때문에 원래 모델을 복사하는 형태로 수정함.
SettingPage 알림 제거
기존에 기본 showSnackBar를 사용하던 코드에 모두 적용함.
좋아요, 싫어요 반응속도 빠르게 하기
기존: 검색창에 "나는"을 붙여넣기로 한 번에 넣어도, 한글은 중간 조합 문자이기 때문에 "ㄴ","나","난","나는" 이 모두 렌더링 되는 문제가 발생. 참조: https://www.flutterdecode.com/how-to-debounce-textfield-onchange-in-dart/
snack bar 알림 추가
기존: 검색창에 "나는"을 붙여넣기로 한 번에 넣어도, 한글은 중간 조합 문자이기 때문에 "ㄴ","나","난","나는" 이 모두 렌더링 되는 문제가 발생. 참조: https://www.flutterdecode.com/how-to-debounce-textfield-onchange-in-dart/
…//github.com/sparcs-kaist/new-ara-app into fix/search-page-separating-consonants-vowels
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.