안녕하세요, 여러분!
이벤트 주제 제목 근처에 표시되는 날짜와 시간이 카테고리 뷰에서는 사라지는 것을 발견했습니다. 이것이 의도된 기능인가요, 아니면 버그인가요? 이 부분을 어떻게든 사용자 정의할 수 있을까요? 어떤 뷰나 주제 목록이든 날짜와 시간이 항상 표시되기를 원하는데, 미적으로 가장 좋은 방법은 아닐 수 있지만…
3개의 좋아요
putty
(putty)
9월 10, 2026, 2:08오후
2
예시가 포함된 스크린샷을 공유해 주실 수 있나요?
여기 처럼 보이면 됩니다:
페이지를 강제 새로고침(cmd/control+shift+r)하면 어떻게 되나요? 또한, 확실하지 않을 때는 브라우저 콘솔 로그를 확인해 보세요(우클릭 > 검사 > 콘솔).
아, /categories 페이지가 이런 식으로 표시되는 거죠?
일반적인 주제 목록에는
시간이 표시되어야 한다는 데 동의합니다… 수정 방법을 알아볼 수 있겠네요
3개의 좋아요
네, 크리스, 제가 보고 있는 게 정확히 그거예요.
정말 감사합니다!
1개의 좋아요
문제가 아닙니다, 알려주셔서 감사합니다! 곧 업데이트에 반영될 예정이에요
main ← ux-categories-page-event-dates
approved 07:30PM - 14 Sep 26 UTC
Reported here: https://meta.discourse.org/t/event-date-and-time-not-visible-in-c… ategories-view/412078
At the moment event date badges appear in regular topic lists but not in the categories page's featured and latest topic lists, because those components had no `topic-list-after-title` outlet and featured topics didn't have the required event fields.
This change adds the outlet to `FeaturedTopic` and `LatestTopicListItem`. discourse-events now preloads the event fields for the categories page and serializes them to avoid an additional request per topic.
This also allows the event dates to appear with suggested topics.
Before
<img width="1111" height="139" alt="image" src="https://github.com/user-attachments/assets/78bbecb4-72b7-4ae9-8a3b-6f41a3a37f84" />
After
<img width="2174" height="266" alt="image" src="https://github.com/user-attachments/assets/cde07fd3-b7e2-4538-b296-d768c7a9e851" />
1개의 좋아요