[Feat] 4.1.0 2차 QA 반영 - 미션 게이지 트랙, 학습 달력 일기장, 복습 세트 이모지 간격 - #285
Merged
Merged
Conversation
…워진 부분이 없으면 막대가 통째로 사라져 보였다, 업적 게이지처럼 트랙을 주제색으로 옅게 깔아 비어 있어도 채울 자리가 보이게 한다 (#283)
…었다, 쓴 날은 종이 위 줄에 손글씨로 적힌 쪽으로 보이고 기분 스티커와 개구리 도장이 붙는다, 고쳐 쓰기를 눌러야 입력칸이 열리고 저장하는 순간 도장이 찍힌다, 달력 칸에는 일기를 쓴 날 연필 표시를 단다, 저장 중 두 번 누르거나 실패해도 쓰던 글이 날아가지 않는다 (#284)
…일기 칸이 보이지 않았다, 달력 조회에 실패해도 기기에 있는 일기는 쓸 수 있게 학습 기록 박스만 숨긴다, 일기장에서 복습과 오답노트 개수 줄은 뺀다 (#284)
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
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.
✔️ 연관 이슈
📝 작업 내용
4.1.0 2차 QA 에서 나온 화면 문제 두 건과, 복습 세트 목록의 작은 간격 하나를 고쳤습니다.
1. 오늘의 미션 게이지 트랙 (
TodayMissionCard)surfaceMuted(#F2F4F6) 에 높이 5 라, 채워진 부분이 없으면 막대가 통째로 사라져 보였습니다.alpha: 0.16) 깔았습니다. 공용AnimatedLinearGauge기본값은 두고 이 카드에서만 넘겨서 다른 화면 게이지는 그대로입니다.2. 일기장 한 쪽 (
DiaryPage새로 분리,LearningCalendarScreen)일기 쓰기버튼고쳐 쓰기AnimatedSize를 뺍니다. 길이 0 으로 두면 자기 레이아웃 도중에 다시 레이아웃을 요청해 오류가 나는 것을 테스트에서 찾았습니다.3. 복습 세트 이모지 간격 (
PracticeThumbnailScreen)SharedPreferences)에만 저장됩니다. 앱을 지우거나 기기를 바꾸면 사라지는데, 서버로 옮기려면 백엔드 API 가 필요해서 이번에는 넣지 않았습니다.calendar_diary_saved에is_change파라미터가 늘었습니다. 이미 쓴 일기를 고쳤는지입니다. 이벤트 목록 문서는docs/가 git 에 안 올라가서 로컬에만 고쳐 뒀습니다.✅ 검증
flutter analyze: error 0, warning 0 (고친 달력 화면은 info 24개에서 18개로 줄었습니다)flutter test: 2178개 통과, 57개 skip, 실패 0