피드백을 반영해 추천 기능을 수정합니다.#343
Conversation
추천-도감-북마크-마이페이지 -> 도감-추천-북마크-마이페이지
There was a problem hiding this comment.
Code Review
This pull request restructures the main tab order, refactors the UserDefaultsRepository into feature-specific protocols to clean up dependency injection, and introduces a first-launch recommendation comment view and alert. The review feedback highlights several critical areas for improvement: resolving a potential race condition with the .showAlert event, avoiding static layout constants based on UIScreen.main to support screen rotation, and using flexible height constraints on Toast to prevent text truncation under Dynamic Type. Additionally, the reviewer recommends adding .distinctUntilChanged() to state bindings, optimizing UserDefaults writes, correcting a typo in DictionaryUserDefaultsRepository, and cleaning up redundant Task wrapping and long lines.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
📌 이슈
✅ 작업 사항