Skip to content

Comments

feat: 홈 화면 온보딩 구현#785

Merged
prgmr99 merged 4 commits intodevelopfrom
782-홈---온보딩-기능-구현
Jan 19, 2026

Hidden character warning

The head ref may contain hidden characters: "782-\ud648---\uc628\ubcf4\ub529-\uae30\ub2a5-\uad6c\ud604"
Merged

feat: 홈 화면 온보딩 구현#785
prgmr99 merged 4 commits intodevelopfrom
782-홈---온보딩-기능-구현

Conversation

@prgmr99
Copy link
Member

@prgmr99 prgmr99 commented Jan 14, 2026

홈 화면 온보딩 구현


🏄🏼‍♂️‍ Summary (요약)

  • 홈 화면 온보딩 적용 및 Empty UI 개선

🫨 Describe your Change (변경사항)

  • 온보딩 템플릿을 모든 사용자들에게 보이도록 합니다.
  • 닫기를 하면 앞으로 뜨지 않도록 합니다.
  • 실행목표 / 분석 Empty UI 개선사항을 반영합니다.

🧐 Issue number and link (참고)

📚 Reference (참조)

스크린샷 2026-01-14 오후 5 54 16 스크린샷 2026-01-14 오후 9 03 22

@prgmr99 prgmr99 self-assigned this Jan 14, 2026
@prgmr99 prgmr99 added 🚀 feature New feature or request 👾 desktop labels Jan 14, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 14, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • Not Rabbit

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Member

@klmhyeonwoo klmhyeonwoo left a comment

Choose a reason for hiding this comment

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

LGTM

* @returns Record<string, boolean>
*/
const getOnboardingClosedRecord = (): Record<string, boolean> => {
const stored = localStorage.getItem(ONBOARDING_STORAGE_KEY);
Copy link
Member

@klmhyeonwoo klmhyeonwoo Jan 19, 2026

Choose a reason for hiding this comment

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

클라이언트에서 처리하기로 했군요, 확인했습니다 >.<
데스크탑 오픈 기념 온보딩 처리가 마무리되면, 이제 초기 사용자들한테만 노출을 시켜야할 것 같은데 이 부분은 서버를 활용해야할지 같이 의논해보면 좋을 것 같습니다! Good!

Copy link
Member Author

Choose a reason for hiding this comment

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

넵!! 좋습니다!

*.xcconfig

# Claude Code configuration
CLAUDE.md No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

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

ignore 처리하셔서 그런데, 혹시 자주 사용하시는 어시스턴트 MD 있으시면 자유롭게 추가해셔도 좋습미다!

@prgmr99 prgmr99 merged commit b020612 into develop Jan 19, 2026
3 checks passed
@prgmr99 prgmr99 deleted the 782-홈---온보딩-기능-구현 branch February 18, 2026 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

👾 desktop 🚀 feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants