Moin
8 Mayo, 2025 12:06
1
Esto es algo así como lo opuesto a Category names missing on group permissions page y Top topics text missing .
Ahora se muestra el nombre pero falta el icono.
https://meta.discourse.org/g/team/permissions
https://meta.discourse.org/my/summary
¿Fue este un cambio intencional? Siempre encontré las insignias muy útiles. Puedes ver rápidamente si algo es una subcategoría, y el color facilita la identificación de la categoría incluso sin leer.
También noté que la insignia ya no se muestra en los oneboxes que enlazan a otras publicaciones en el foro:
Ya no hay un cuadrado morado delante de ux:
4 Me gusta
Moin
11 Mayo, 2025 20:47
2
Otro lugar donde las insignias desaparecieron:
3 Me gusta
RGJ
(Richard - Communiteq)
11 Mayo, 2025 21:32
3
No parece que haya sido intencional, añadir --style-square a las clases lo devuelve.
4 Me gusta
Moin
1 Agosto, 2025 16:28
4
¿Hay alguna posibilidad de que las insignias se vuelvan a añadir pronto? Me resulta mucho más fácil identificarlas por el color.
2 Me gusta
Gracias como siempre por los informes… algunas correcciones…
Esto corregirá las páginas 404 y las 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" />
Esto corregirá la página de resumen de usuario y la lista de permisos de grupo
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 Me gusta