Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors several enums to simplify JSON serialization and migrates the board and search views to use GDS (Grimity Design System) components, including the introduction of GrimityPostView and GdsUserCard. It also adds bookmarking capabilities to post cards and refactors search tab views to handle empty and welcome states. The review feedback highlights critical compilation errors in the search tag views due to incorrect scroll direction types, a JSON serialization mismatch in the PostType enum, and a UX regression in BoardView where a missing scroll controller prevents scrolling to the top on page changes. Additionally, minor issues regarding unsupported sort options and incorrect button labels in the search user tab were identified.
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.
변경 사항
SearchWelcomeState,SearchEmptyState로 분리GrimityPostView로 공통화하여 게시판/검색 페이지에서 재사용피그마 참고