Moin
7. Mai 2026 um 21:15
1
Früher gab es einen -Button neben dem Button „Neues Thema
2 „Gefällt mir“
Lilly
(Lillian )
8. Mai 2026 um 00:28
2
sieht so aus, als wäre es in diesem Commit verschoben worden
committed 09:52AM - 02 Apr 26 UTC
The dedicated tag settings page at /tag/:slug/:id/edit is now the
default. This … removes the `experimental_tag_settings_page` site setting
and all code for the old same-page inline tag editing UI.
1 „Gefällt mir“
Ja, es wurde entfernt, als wir eine dedizierte Einstellungsseite für Tags hinzugefügt haben. Ich habe einen PR eröffnet, um den Informationsbutton wiederherzustellen und das alte Informationsbanner zu überarbeiten, sodass es mit unseren Kategorie-Banner-Stilen übereinstimmt.
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" />
Update: Dies wurde zusammengeführt und ist wieder verfügbar!
3 „Gefällt mir“
Moin
8. Juni 2026 um 19:31
9
Ich glaube, ich habe heute einen Fehler gefunden. Ich war auf https://meta.discourse.org/ap/about und wollte die Follower eines der Tags überprüfen. Für einen Moment habe ich mich gefragt, was das hinzufügen soll – beim Klicken passiert nichts. Da der Navigationsfilter anzeigte, dass dies eine Tag-Seite ist, gehe ich davon aus, dass es sich um die Tag-Info-Schaltfläche handelt.
1 „Gefällt mir“
Gute Entdeckung! Dieses Plugin verwendet eine Komponente, hat aber nicht dieselben Daten verfügbar… dadurch wird der Button ausgeblendet:
main ← dev-tag-info-button
opened 08:23PM - 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 „Gefällt mir“