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/test/javascripts/integration/components
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
..
admin-holidays-list-item-test.gjs DEV: Remove unneeded const self = this; from qunit tests (#35632) 2025-10-27 18:07:22 +00:00
admin-holidays-list-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
dates-test.gjs DEV: to-markdown prosemirror HTML parsing (#35563) 2026-05-29 18:14:32 -03:00
description-test.gjs FIX: Add back description to calendar Description component for backwards compatibility (#40280) 2026-06-01 12:07:57 -03:00
discourse-post-event-test.gjs FIX: render event recurrence correctly in posts (#40575) 2026-06-04 10:32:25 -04:00
event-date-test.gjs FEAT: add all_day option to calendar events (#38511) 2026-03-18 11:29:30 -05:00
more-menu-test.gjs Build(deps-dev): Bump the lint group across 1 directory with 4 updates (#33881) 2025-07-28 18:02:41 +02:00
region-input-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00
rich-editor-extension-test.js FIX: restore post event allowed custom fields (#40551) 2026-06-04 08:40:42 -04:00
upcoming-events-list-test.gjs DEV: Update test module name conventions (#40389) 2026-05-29 15:19:55 +10:00