discourse/app
David Taylor ff72522f30 PERF: Use passive event listeners for touchstart, touchmove
None of these places call `event.preventDefault()`. Therefore we can register the event listeners as 'passive', and improve scroll performance on mobile devices.
2021-11-26 18:03:39 +00:00
..
assets PERF: Use passive event listeners for touchstart, touchmove 2021-11-26 18:03:39 +00:00
controllers FEATURE: show recent searches in quick search panel (#15024) 2021-11-25 15:44:15 -05:00
helpers DEV: Allow actions to change the manifest endpoint (#14522) 2021-10-06 15:41:52 -05:00
jobs FIX: Delete unconfirmed AND expired email tokens only (#15089) 2021-11-25 10:34:30 +02:00
mailers DEV: Hash tokens stored from email_tokens (#14493) 2021-11-25 09:34:39 +02:00
models DEV: Don't create unnecessary scope methods (#15104) 2021-11-26 16:34:07 +01:00
serializers FEATURE: show recent searches in quick search panel (#15024) 2021-11-25 15:44:15 -05:00
services FIX: Use CDN URL for internal onebox avatars (#15077) 2021-11-25 12:07:34 +00:00
views DEV: Hash tokens stored from email_tokens (#14493) 2021-11-25 09:34:39 +02:00