fix: 프로필 게시글 그리드 영상 썸네일 표시#191
Merged
Merged
Conversation
PostPhotoTile 이 imageUrl(영상 파일)을 그대로 Image.network 에 넣어 디코딩 실패 → 제목 폴백만 보이던 문제. 영상 글은 포스터 썸네일을 그리고 우상단에 작은 ▶ 표식을 얹는다(포스터 없으면 어두운 타일). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
프로필의 작성 게시글 그리드(PostPhotoTile)가 영상 글에서 imageUrl(영상 파일)을 이미지로 디코딩하려다 실패해 제목 폴백만 보이던 문제. 영상 글은 포스터 썸네일 + 우상단 작은 ▶ 표식으로 표시(포스터 없으면 어두운 타일).
참고: 사진 게시글 상세의 블러 강도는 이미 σ8 로 영상과 동일(post_media_hero 단일 값) — 별도 변경 없음.
flutter analyze: No issues found
🤖 Generated with Claude Code