discourse/app
Joffrey JAFFEUX 8ee3d2d954
FIX: prevents debouncing and query to override each other (#11704)
Before this change we were setting the input after the query has been done, resulting in us overwriting the input if the user types during the query.
We don't need to update it after the query, we just need to ensure it's set when we load the page and then it should stay in sync.
2021-01-14 10:19:08 +01:00
..
assets FIX: prevents debouncing and query to override each other (#11704) 2021-01-14 10:19:08 +01:00
controllers FEATURE: Log when a group is deleted. (#11706) 2021-01-13 15:53:18 -03:00
helpers UX: Use appropriate logo on static pages (#11211) 2020-11-12 10:50:55 -08:00
jobs DEV: Split toggle topic close job (#11679) 2021-01-13 08:49:29 +10:00
mailers FIX: Ensure group SMTP and message builder always uses from address for Reply-To when IMAP is enabled (#11037) 2020-10-28 07:01:58 +10:00
models DEV: Split toggle topic close job (#11679) 2021-01-13 08:49:29 +10:00
serializers FIX: Users can remove themselves from a PM even if they can still access it through a group. (#11693) 2021-01-13 11:27:23 -03:00
services DEV: Split toggle topic close job (#11679) 2021-01-13 08:49:29 +10:00
views FIX: Safari iOS page title and url regression when sharing (#11699) 2021-01-13 11:10:43 -05:00