Moin
7 مايو 2026، 9:15م
1
كان يوجد سابقًا زر بجانب زر إنشاء موضوع جديد في قائمة المواضيع المفلترة حسب الوسم.
لكن لم أعد أستطيع العثور عليه.
أستطيع رؤية أيقونة المفتاح فقط عندما أكون مديرًا. أين يمكنني الآن العثور على الوصف ومعلومات الاستخدام كمستخدم؟ أعلم أن هناك مكون شارة الوسم، لكنه لا يوفر معلومات حول الاستخدام مثل الزر السابق (وبالطبع لا يمكنني تثبيته للحصول على المعلومات)
JammyDodger:
إعجابَين (2)
Lilly
(Lillian )
8 مايو 2026، 12:28ص
2
يبدو أنه قد تم نقله في هذا الالتزام
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)
نعم، تم إزالته عند إضافة صفحة إعدادات مخصصة للوسوم، وقد فتحت طلب سحب (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" />
تحديث: تم دمج هذا التغيير وهو متاح مجددًا!
3 إعجابات
Moin
8 يونيو 2026، 7:31م
9
أعتقد أنني عثرت على خطأ اليوم. كنت على https://meta.discourse.org/ap/about وأردت التحقق من متابعي إحدى الوسوم. للحظة، تساءلت عن الغرض من - فلا يحدث شيء عند النقر عليه. وبسبب فلتر التنقل الذي يشير إلى أن هذه صفحة وسم، أفترض أنه زر معلومات الوسم.
إعجاب واحد (1)
اكتشاف رائع! يُعيد هذا الملحق استخدام مكونًا ما، لكنه لا يتوفر على نفس البيانات… سيؤدي هذا إلى إخفاء الزر:
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)