discourse/app
Robin Ward 4f328089d6 FIX: Force timeline/progress to re-insert into DOM on topic change
We have CSS animations which depend on the timeline/progress being
completely cleared when navigating from one topic directly to another.
This always worked because our loading component would clear the entire page
between topics but with our new experimental loading component the DOM was being
re-used.

This patch ensures that the timeline is removed completely from the DOM
if the topic changes.
2021-07-21 12:37:40 -04:00
..
assets FIX: Force timeline/progress to re-insert into DOM on topic change 2021-07-21 12:37:40 -04:00
controllers FIX: Show user filter hints when typing @ in search (#13799) 2021-07-21 09:14:53 -04:00
helpers FIX: Assets for the theme tests page are not compressed (#13736) 2021-07-14 22:52:35 +03:00
jobs DEV: Improve logging of errors in Jobs::ProcessUserNotificationSchedules 2021-07-21 12:20:44 +08:00
mailers UX: suspend forever time period messages (#13776) 2021-07-20 14:42:08 +04:00
models FIX: Show user filter hints when typing @ in search (#13799) 2021-07-21 09:14:53 -04:00
serializers FEATURE: Per-category default slow mode duration for topics. 2021-07-21 12:32:07 +08:00
services FIX: Allow only groups with flairs to be selected (#13744) 2021-07-21 14:41:04 +03:00
views FEATURE: add title tag for group detail page (#13702) 2021-07-12 20:05:57 +05:30