discourse/app
Aleksey Bogdanov e216a98f74
FIX: stop youtube autoplay on scrollups (#19951)
When a user pauses a youtube video and scrolls up high enough to load
new posts, the video either rewinds or restarts depending on the browser.
The problem is solved by patching virtual-dom to handle element prepends
without reordering old elements.

Long-term, Discourse intends to move away from the vdom/widget implementation, so this is intended as a short-term solution. More context at https://meta.discourse.org/t/57692

Co-authored-by: David Taylor <david@taylorhq.com>
2023-02-09 10:46:10 +00:00
..
assets FIX: stop youtube autoplay on scrollups (#19951) 2023-02-09 10:46:10 +00:00
controllers DEV: Create form templates (#20189) 2023-02-08 11:21:39 -08:00
helpers DEV: Prefer \A and \z over ^ and $ in regexes (#19936) 2023-01-20 12:52:49 -06:00
jobs FIX: Extend username updates to self-mentions (#20071) 2023-02-02 12:33:42 +00:00
mailers DEV: Apply syntax_tree formatting to `app/*` 2023-01-09 14:14:59 +00:00
models DEV: Create form templates (#20189) 2023-02-08 11:21:39 -08:00
serializers DEV: Create form templates (#20189) 2023-02-08 11:21:39 -08:00
services FIX: Category hashtags weren't always found for sub-sub-categories (#20156) 2023-02-03 12:17:52 +01:00
views FEATURE: Allow embedded view to include a header (#20150) 2023-02-06 11:10:50 -05:00