discourse/app
Joffrey JAFFEUX a7f596da7a
FIX: relative picker was being reset on change (#26766)
A change in relative picker was causing a serie of events which ultimately would cause the whole list of time options to be reset and re-rendered which would cause a new instance of the picker to be created, causing a reset.

The fix is using id in the each loop to help ember identify that it doesn’t have to re-render a specific component.
2024-04-26 10:59:51 +02:00
..
assets FIX: relative picker was being reset on change (#26766) 2024-04-26 10:59:51 +02:00
controllers FIX: Fetch categories for "+subcategories" option (#26622) 2024-04-25 16:47:45 +03:00
helpers FIX: Include HTML content for authenticated users with crawler UA (#26757) 2024-04-25 22:41:57 +01:00
jobs FIX: Move user reindexing into a job (#26753) 2024-04-25 20:58:34 +08:00
mailers FIX: Correctly re-attach allowed images in activity summary e-mail (#26642) 2024-04-18 10:27:46 +08:00
models DEV: Limit the number of category sidebar links a user can have (#26756) 2024-04-25 13:21:39 -05:00
serializers FIX: Fetch categories for "+subcategories" option (#26622) 2024-04-25 16:47:45 +03:00
services DEV: Limit the number of category sidebar links a user can have (#26756) 2024-04-25 13:21:39 -05:00
views FEATURE: Add experimental tracking of 'real browser' pageviews (#26647) 2024-04-25 11:00:01 +01:00