feat: 글 상세 페이지에 대한 디자인 시스템 적용#182
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the post detail presentation layer to adopt GDS (Grimity Design System) components, simplifying layout logic, removing custom app bars, and replacing dialogs with standard alerts. Feedback highlights critical issues where unauthenticated users could be incorrectly identified as authors (isMine evaluating to true) when author information is missing in PostContentView, FeedUtilBar, and PostUtilBar. Additionally, the bookmark item in GrimityUtilBar is incorrectly bound to 'like' actions instead of 'save' actions, and PostLatestView contains a Riverpod anti-pattern by using ref.read inside the build method.
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.
작업 내용
글 상세 페이지 전반에 GDS 기반 디자인 시스템을 적용했습니다용.
피그마 참고