v1.2.0: 관리자 글 목록·슬러그·예약 시각 UX 정리
발행일 기준 목록 정렬, 추천 필터·별 표시, 슬러그 자동/수동 구분, 예약 날짜·시간 클릭 영역 수정. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -254,7 +254,7 @@ export const listAdminPosts = async () => {
|
||||
LEFT JOIN post_tags ON post_tags.post_id = posts.id
|
||||
LEFT JOIN tags ON tags.id = post_tags.tag_id
|
||||
GROUP BY posts.id
|
||||
ORDER BY posts.updated_at DESC
|
||||
ORDER BY COALESCE(posts.published_at, posts.updated_at) DESC
|
||||
`
|
||||
|
||||
return rows.map(mapAdminPostRow)
|
||||
|
||||
Reference in New Issue
Block a user