Conversation
- 부모 로그인 화면(`AuthParentScreen`)에서 Back-press 이벤트 발생 시, 이전 화면인 역할 선택 화면(`SelectionScreen`)으로 이동하도록 수정했습니다. - 뒤로가기 시 `SseManager`의 구독을 중지하는 로직을 추가했습니다. - `BackHandler`의 `onBack` 콜백을 `viewModel::navigateUp`으로 직접 호출하도록 변경했습니다.
- `ParentAlarmCard` 컴포저블에서 `AsyncImage`를 공용 `UrlImage` 컴포넌트로 교체했습니다. - `imageUrl`의 타입을 `Any?`에서 `String?`으로 변경하여 타입 안전성을 강화했습니다. - 로그아웃 시 토큰뿐만 아니라 부모 정보(`ParentInfo`)도 함께 삭제하도록 로직을 개선했습니다.
seungjae708
approved these changes
Feb 14, 2026
Collaborator
seungjae708
left a comment
There was a problem hiding this comment.
백스택 처리와 SSE 관리 등 까다로운 부분들 잘 처리해주셨네요 고생하셨습니당~
| import com.kiero.R | ||
|
|
||
| @Composable | ||
| fun UrlImage( |
dmp100
approved these changes
Feb 15, 2026
Collaborator
|
Todo 확인했어용 ! 풀 받아서 계속 진행해보겠습니당 |
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.
ISSUE
❗ WORK DESCRIPTION
📢 TO REVIEWERS