Moin
5월 7, 2026, 9:15오후
1
이전에 태그로 필터링된 토픽 목록에서 새 토픽 버튼 옆에 버튼이 있었습니다.
https://github.com/discourse/discourse/blob/08484ffbc9f67fd8db3700924d35db2f4596f0ed/frontend/discourse/app/components/d-navigation.gjs#L277-L292
하지만 더 이상 그 버튼을 찾을 수 없습니다.
관리자가 아닐 때 렌치 아이콘만 보입니다. 이제 일반 사용자로 사용법에 대한 설명과 정보를 어디서 찾을 수 있나요? 태그 배너 컴포넌트가 있다는 것은 알고 있지만, 그 버튼이 제공했던 사용법에 대한 정보는 제공하지 않습니다(그리고 당연히 정보를 얻기 위해 설치할 수도 없구요).
JammyDodger:
2개의 좋아요
Lilly
(Lillian )
5월 8, 2026, 12:28오전
2
1개의 좋아요
네, 전용 태그 설정 페이지를 추가하면서 제거되었습니다. 이제 정보 버튼을 복원하고 기존 정보 배너를 개편하여 카테고리 배너 스타일에 맞게 정렬하도록 PR을 열었습니다.
main ← restore-tag-info-panel
merged 01:58PM - 26 May 26 UTC
In 5f0d95e1f11 we added a dedicated tag settings page, but removed some informat… ion for tags that was available to regular visitors. This PR adds an info button back to the UI and revamps that tag information so it's better aligned with our category heading styles.
The ℹ️ button also now reflects the state (blue icon = active) and it can persist while navigating between tag routes.
There are now some shared styles between the two banners with a new `.discovery-heading` class.
<img width="2188" height="502" alt="image" src="https://github.com/user-attachments/assets/b430a694-1f7a-4891-bdde-40276b526aad" />
and the existing category banner, for comparison
<img width="2194" height="602" alt="image" src="https://github.com/user-attachments/assets/a3fcc6df-78a8-42d0-acc2-a48e69eae6f1" />
업데이트: 이 PR이 병합되어 다시 사용할 수 있습니다!
3개의 좋아요
Moin
6월 8, 2026, 7:31오후
9
오늘 버그를 발견한 것 같습니다. https://meta.discourse.org/ap/about 페이지에 있었는데, 태그 중 하나의 팔로워를 확인하려고 했습니다. 잠깐, 이 아이콘이 무엇을 추가하는 건지 궁금해졌습니다 - 클릭해도 아무 반응이 없거든요. 내비게이션 필터가 태그 페이지임을 나타내고 있으므로, 이는 태그 정보 버튼이라고 추정합니다.
1개의 좋아요
좋은 발견이에요! 그 플러그인은 컴포넌트를 재사용하지만 동일한 데이터를 사용할 수 없어요… 이렇게 하면 버튼이 숨겨집니다:
main ← dev-tag-info-button
merged 09:30PM - 08 Jun 26 UTC
Reported here: https://meta.discourse.org/t/where-did-the-tag-info-button-go/402… 436/9
When the `Navigation` component gets reused in a different context, like in the [ActivityPub plugin](https://github.com/discourse/discourse-activity-pub) we need to check for `toggleTagInfo` which lives in the `discovery/list.js` controller — otherwise it's assumed that `toggleTagInfo` is present and the tag-info button appears and does not function.
So in core nothing will change, but in customizations that reuse the `Navigation` component, authors will have to decide to explicitly show the button.
2개의 좋아요
Discourse 인스턴스에서 태그 정보를 항상 표시 하도록 설정할 수 있나요? 그렇게 하면 태그 정보 버튼이 필요 없게 되겠죠? 만약 불가능하다면, 이 질문을 기능 요청으로 올려도 될까요? 미리 감사드립니다.