Moin
May 8, 2025, 12:06pm
1
This is kind of the opposite of Category names missing on group permissions page and Top topics text missing .
Now the name is shown but the icon is missing.
https://meta.discourse.org/g/team/permissions
https://meta.discourse.org/my/summary
Was this an intentional change? I always found the badges very helpful. You can see quickly whether something is a subcategory, and the color makes it easier to identify the category even without reading.
I also noticed that the badge is no longer shown on oneboxes linking to other posts in the forum:
There is no longer a purple square in front of ux:
4 Likes
Moin
May 11, 2025, 8:47pm
2
Another place where the badges disappeared:
3 Likes
RGJ
(Richard - Communiteq)
May 11, 2025, 9:32pm
3
Doesnât look like it was intentional, adding --style-square
to the classes brings it back.
4 Likes
Moin
August 1, 2025, 4:28pm
4
Any chance the badges will be added again soon? I find it much easier to identify them by colour
2 Likes
Thanks as always for the reports⌠some fixesâŚ
This will fix 404 pages and 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" />
This will fix the user summary page and group permissions list
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 Likes