Moin
8 مايو 2025، 12:06م
1
هذا نوع من العكس لـ Category names missing on group permissions page و Top topics text missing .
الآن الاسم معروض ولكن الأيقونة مفقودة.
https://meta.discourse.org/g/team/permissions
https://meta.discourse.org/my/summary
هل كان هذا تغييرًا متعمدًا؟ لطالما وجدت الشارات مفيدة جدًا. يمكنك رؤية ما إذا كان شيئًا ما فئة فرعية بسرعة، واللون يسهل التعرف على الفئة حتى بدون قراءة.
لاحظت أيضًا أن الشارة لم تعد تظهر في الروابط التي تشير إلى مشاركات أخرى في المنتدى:
لم يعد هناك مربع بنفسجي أمام “ux”:
4 إعجابات
Moin
11 مايو 2025، 8:47م
2
مكان آخر اختفت فيه الشارات:
3 إعجابات
RGJ
(Richard - Communiteq)
11 مايو 2025، 9:32م
3
لا يبدو أنه كان مقصودًا، إضافة --style-square إلى الفئات يعيده.
4 إعجابات
Moin
1 أغسطس 2025، 4:28م
4
هل هناك أي فرصة لإضافة الشارات مرة أخرى قريبًا؟ أجد أنه من الأسهل بكثير التعرف عليها حسب اللون
إعجابَين (2)
شكراً على التقارير كالعادة… بعض الإصلاحات…
سيصلح هذا صفحات 404 و oneboxes
main ← ux-fix-category-badges-404
opened 04:44PM - 04 Aug 25 UTC
Looks like the new styles weren't implemented here, this does it
Before:
<… img width="1526" height="504" alt="image" src="https://github.com/user-attachments/assets/bd00570b-c64c-4a96-a156-f2d64793e4ee" />
After:
<img width="1416" height="526" alt="image" src="https://github.com/user-attachments/assets/31d75336-c704-40bd-a422-6a553ece62f8" />
<img width="1490" height="754" alt="image" src="https://github.com/user-attachments/assets/22848386-c359-445d-b581-3417f29bde96" />
<img width="1446" height="532" alt="image" src="https://github.com/user-attachments/assets/132b904a-1ef8-4357-be98-5ded856a8edf" />
سيصلح هذا صفحة ملخص المستخدم وقائمة أذونات المجموعة
main ← fix-category-link-style
opened 06:56PM - 04 Aug 25 UTC
The category-link helper isn't working in some cases, like the user summary:
…
Before:
<img width="400" alt="image" src="https://github.com/user-attachments/assets/5f89f71b-a298-4406-b21b-8b0742b24e02" />
After:
<img width="400" alt="image" src="https://github.com/user-attachments/assets/25871813-ca22-4c89-86c3-45baee7b95a1" />
It looks like we were using `category.styleType` instead of `category.style_type` — I've also added a fallback (to square) if for some reason `style_type` isn't defined and added some tests
3 إعجابات