nathank
(Nathan Kershaw)
10 Junio, 2026 01:02
1
Solo se pasó una pequeña regresión con las recientes (geniales) actualizaciones de Discourse Calendar and Events .
Se ve bien con la barra lateral cerrada (también en móvil):
Sin embargo, el texto vuelve a mostrar Nuevo tema en la barra lateral. Afortunadamente, la funcionalidad (se abre con un evento) se mantiene, así que esto es solo cosmético:
2 Me gusta
Ah, gracias por el informe, efectivamente fue un descuido.
Debería solucionarse con:
main ← horizon-sidebar-btn-extension
opened 09:27AM - 10 Jun 26 UTC
Previously, the new topic button in the Horizon theme's sidebar hardcoded its la… bel and icon, so plugins like
discourse-calendar could not relabel it (e.g. to "New Event" in an events category) even though the button outside the sidebar updated correctly.
This change runs the label and icon through the `create-topic-label` and `create-topic-icon` value transformers,
matching core's `d-navigation` behaviour so plugin overrides apply in the sidebar too.
Since this button can now have two states, the icon is brought back to improve quick-glance clarity.
<img width="1519" height="807" alt="CleanShot 2026-06-10 at 12 11 12" src="https://github.com/user-attachments/assets/1c1e79fb-d509-40a7-b385-9e3efebf3d09" />