* We now use a new custom view, {{cloaked-collection}} to display posts in a topic.
* Posts are removed and inserted (cloaked/uncloaked) into the DOM dynamically based on whether they
are visible in the current browser viewport.
* There's been a lot of refactoring to ensure the relationship between the post views and the topic
controller is sane.
* Lots of fixes involving jumping to a post, including a new LockOn component to that tries to stay
focused on an element even if stuff is loading before it in the DOM that would normally push it
down.
|
||
|---|---|---|
| .. | ||
| application_route.js | ||
| application_routes.js | ||
| discourse_location.js | ||
| discourse_restricted_user_route.js | ||
| discourse_route.js | ||
| filtered_list_route.js | ||
| list_categories_route.js | ||
| list_category_route.js | ||
| preferences_routes.js | ||
| static_route.js | ||
| topic_from_params_route.js | ||
| topic_route.js | ||
| user_activity_route.js | ||
| user_activity_stream_route.js | ||
| user_index_route.js | ||
| user_invited_route.js | ||
| user_route.js | ||
| user_topic_list_routes.js | ||