Skip to content

🔀 :: (#228) NavEntryDecorator 적용#229

Merged
Hyeonseo4799 merged 1 commit intodevelopfrom
feature/228_apply_nav_entry_decorator
Apr 14, 2026
Merged

🔀 :: (#228) NavEntryDecorator 적용#229
Hyeonseo4799 merged 1 commit intodevelopfrom
feature/228_apply_nav_entry_decorator

Conversation

@Hyeonseo4799
Copy link
Copy Markdown
Collaborator

@Hyeonseo4799 Hyeonseo4799 commented Apr 14, 2026

💡 개요

📃 작업 내용

  • rememberViewModelStoreNavEntryDecorator 적용

💻 구현 화면

Before After

🎸 기타

  • rememberSaveableStateHolderNavEntryDecorator()는 구성 변경이나 프로세스 종료 상황에서도 NavEntry의 상태를 유지하도록 하며, 아무런 Decorator를 적지 않으면 기본으로 적용됩니다. (레퍼런스)
  • ViewModel은 기본적으로 가장 가까운 ViewModelStore에 스코프되며 이는 일반적으로 Activity 또는 Fragment 이나, rememberViewModelStoreNavEntryDecorator()를 사용하면 각 NavEntry로 제한됩니다. (레퍼런스)

@Hyeonseo4799 Hyeonseo4799 changed the title 🔀 :: 🔀 :: (#228) NavEntryDecorator 적용 Apr 14, 2026
Copy link
Copy Markdown
Member

@Cjsghkd Cjsghkd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR 내용 채워주세요

@Hyeonseo4799 Hyeonseo4799 linked an issue Apr 14, 2026 that may be closed by this pull request
@Hyeonseo4799 Hyeonseo4799 merged commit b2f4da8 into develop Apr 14, 2026
5 checks passed
@Hyeonseo4799 Hyeonseo4799 deleted the feature/228_apply_nav_entry_decorator branch April 14, 2026 05:54
@Cjsghkd Cjsghkd added the ✨ Feature 기능 개발 label Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 기능 개발

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NavEntryDecorator 적용

2 participants