[Fix] CheerView를 NavigationPath 기반으로 리팩토링 하였습니다 #134
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.
변경된 파일:
[ Test Scenario ]
- 공감탭 Root로 이동 (검색어 초기화 X)
- 공감탭 Root로 이동, 검색어 초기화
[ Technical Notes ]
NavigationPath vs NavigationLink(destination:)
왜 CheerView만 수정했는지 : 공감탭만 깊은 네비게이션 depth(3단계) + Root 초기화 요구사항 존재
-> 다른 탭들은 단순 네비게이션으로 기존 방식 유지 (불필요한 복잡도 추가 방지)
Closes #123