강의 상세 및 검색 입력 동작 개선#629
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
이 PR은 강의 상세(LectureDetail) 화면의 편집 모드 전환 애니메이션/노출 조건을 정리하고, 검색 화면에서 검색 실행/검색어 삭제 시 키보드가 닫히도록(포커스 해제) 동작을 통일하기 위한 UI 동작 개선입니다.
Changes:
- 검색 TopBar에서 검색 아이콘 클릭 및 검색어 삭제(X) 클릭 시 포커스를 해제하여 IME Search와 동일하게 키보드가 닫히도록 수정
- 강의 상세에서 시간/장소 세션이 없을 때 조회 모드에서는 시간/장소 섹션+지도를 숨기고, 편집 모드 진입 시
AnimatedVisibility로 섹션이 나타나도록 변경 - 강의계획서/강의평 버튼 영역이 편집 모드 전환 시 세로 방향으로 접히고 펼쳐지도록
expandVertically/shrinkVertically적용
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| app/src/main/java/com/wafflestudio/snutt2/feature/search/SearchScreen.kt | 검색 아이콘/클리어(X) 동작에서 포커스를 해제해 키보드를 닫도록 처리 |
| app/src/main/java/com/wafflestudio/snutt2/feature/lecturedetail/LectureSessionSection.kt | 세션이 없고 조회 모드일 때 시간/장소 섹션 자체를 렌더링하지 않도록 가드 추가 |
| app/src/main/java/com/wafflestudio/snutt2/feature/lecturedetail/LectureDetail.kt | 시간/장소+지도 영역을 AnimatedVisibility로 감싸 조회/편집 모드 및 세션 유무에 따라 노출 제어 |
| app/src/main/java/com/wafflestudio/snutt2/feature/lecturedetail/LectureActionButtons.kt | 강의계획서/강의평 버튼 영역에 세로 expand/shrink 애니메이션 적용 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
qdrptd
force-pushed
the
fix/search-and-lecture-detail-interactions
branch
from
July 4, 2026 07:00
e5015ee to
ba26c2f
Compare
qdrptd
force-pushed
the
fix/search-and-lecture-detail-interactions
branch
from
July 4, 2026 07:42
ba26c2f to
5353ff0
Compare
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.
변경 내용
AnimatedVisibility로 나타나도록 수정했습니다.변경 이유
영향
검증
GRADLE_USER_HOME=/private/tmp/gradle ./gradlew :app:compileLiveDebugKotlin