[Mod/#151] 홈 수정#152
Merged
Merged
Conversation
added 10 commits
November 19, 2025 17:29
- 홈 화면의 전체적인 UI 레이아웃을 개편했습니다. - 기존의 복잡한 컴포넌트들을 `HomeWalkingInfoHolder`, `HomeStartWalkingRow`, `HomeRouteItem` 등 의미있는 단위로 분리하고 재구성했습니다. - `LazyColumn`을 `Column`과 `LazyRow` 조합으로 변경하여 "인기있는 산책 루트 추천" 섹션을 구현했습니다. - `UiState`에 따라 인기 산책 루트 데이터를 다르게 표시하도록 로직을 수정했습니다. - 불필요한 탐색 관련 파라미터를 제거하여 컴포저블의 의존성을 줄였습니다. - 프리뷰 코드를 새로운 UI 구조에 맞게 업데이트했습니다.
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 DESCRIPTIONAdd commentMore actions
📸 SCREENSHOT
Screen_recording_20251119_173224.mp4