feat: 읽은 글 색상 구분 기능 홈페이지/사이드바 적용#282
Merged
Merged
Conversation
홈페이지 위젯(새소식, 알뜰구매, 소모임, 갤러리)과 게시글 상세 사이드바(최근글)에 읽은 글 표시 적용. 기존에는 게시판 목록 페이지에서만 동작했으나, 이제 모든 글 목록에서 읽은 글이 흐리게 표시됨.
sdk-kr
added a commit
that referenced
this pull request
Mar 7, 2026
## Summary - 홈페이지 위젯(새소식, 알뜰구매, 소모임, 갤러리)에 읽은 글 표시 적용 - 게시글 상세 페이지 사이드바(최근글)에 읽은 글 표시 적용 - 범용 위젯 목록(list-view)에도 읽은 글 표시 적용 - 기존 게시판 목록에서만 동작하던 기능을 사이트 전체로 확대 ## 변경 파일 - `recent-posts.svelte` — readPostsStore import, isRead prop 전달 - `simple-post-list.svelte` — 새소식 탭 읽은 글 표시 - `economy-post-list.svelte` — 알뜰구매 탭 읽은 글 표시 - `group-post-list.svelte` — 소모임 탭 읽은 글 표시 - `gallery-card.svelte` — 갤러리 카드 읽은 글 표시 - `list-view.svelte` — 범용 위젯 목록 읽은 글 표시 ## Test plan - [ ] 홈페이지에서 글 클릭 후 돌아왔을 때 해당 글이 흐리게 표시되는지 확인 - [ ] 사이드바 최근글 목록에서 읽은 글이 흐리게 표시되는지 확인 - [ ] SSR 시 깜빡임 없이 하이드레이션 후 부드럽게 표시되는지 확인 Co-authored-by: Deploy Bot <deploy@damoang.net>
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.
Summary
변경 파일
recent-posts.svelte— readPostsStore import, isRead prop 전달simple-post-list.svelte— 새소식 탭 읽은 글 표시economy-post-list.svelte— 알뜰구매 탭 읽은 글 표시group-post-list.svelte— 소모임 탭 읽은 글 표시gallery-card.svelte— 갤러리 카드 읽은 글 표시list-view.svelte— 범용 위젯 목록 읽은 글 표시Test plan