* 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.
|
||
|---|---|---|
| .. | ||
| category_test.js | ||
| composer_test.js | ||
| email_log_test.js | ||
| invite_test.js | ||
| model_test.js | ||
| nav_item_test.js | ||
| post_stream_test.js | ||
| post_test.js | ||
| report_test.js | ||
| session_test.js | ||
| site_test.js | ||
| sort_order_test.js | ||
| staff_action_log_test.js | ||
| topic_details_test.js | ||
| topic_test.js | ||
| user_action_test.js | ||
| user_stream_test.js | ||
| user_test.js | ||
| version_check_test.js | ||