0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
discourse/plugins/discourse-calendar/assets/stylesheets/common
Kris ff1f7ea4ae
FIX: render event recurrence correctly in posts (#40575)
The new formatting for recurrence in the configuration modal wasn't
synced up with the rendered event in the post — this adds a new helper
so they share the same source logic.

Added tests to avoid future regression.  

Also fixed some minor CSS in the modal. 


Before:
<img width="1398" height="660" alt="image"
src="https://github.com/user-attachments/assets/7cd36ac1-8106-404a-92ed-e35f64a44342"
/>


After: 
<img width="1496" height="712" alt="image"
src="https://github.com/user-attachments/assets/2c068a45-d5b0-4fc7-8ba1-980e9720c156"
/>
2026-06-04 10:32:25 -04:00
..
composer-event-node-view.scss UX: Use theme color for the event date month label (#40497) 2026-06-04 09:12:05 +02:00
discourse-calendar-holidays.scss UX: Use admin table classes for Calendar Holidays list (#34942) 2025-09-24 17:13:50 +10:00
discourse-calendar.scss FEATURE: Show event description in calendar popup (#39076) 2026-04-08 16:50:36 +02:00
discourse-post-event-bulk-invite-modal.scss
discourse-post-event-core-ext.scss UX: minor alignment improvement for inline post-event dates (#39993) 2026-05-14 11:11:00 -04:00
discourse-post-event-invitees.scss UX: various styling improvements for events plugin (#39351) 2026-04-17 17:17:55 -04:00
discourse-post-event-preview.scss
discourse-post-event.scss UX: Use theme color for the event date month label (#40497) 2026-06-04 09:12:05 +02:00
full-calendar-ext.scss Revert "FEATURE: discourse-workflows (#39704)" (#40366) 2026-05-28 13:59:42 +01:00
post-event-builder.scss FIX: render event recurrence correctly in posts (#40575) 2026-06-04 10:32:25 -04:00
upcoming-events-list.scss FIX: Show event popup on category calendar click (#38999) 2026-04-01 11:52:15 +02:00
user-preferences.scss