This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/test/javascripts/models
Robin Ward 40f86829f7 Post Cloaking:
* 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.
2013-11-27 12:53:32 -05:00
..
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 Cloaking: 2013-11-27 12:53:32 -05:00
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