discourse/app/assets/javascripts/discourse/mixins
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
..
ajax.js leftover console.log 2013-08-27 16:02:36 +10:00
has_current_user.js Revert "inject currentUser into controllers & routes" 2013-09-11 13:26:46 +10:00
load_more.js Some topic list re-organization. 2013-11-11 15:07:08 -05:00
modal_functionality.js FIX: Replace modal with an empty view when closed. Fixes the bug where you'd edit a category, close 2013-06-11 16:41:09 -04:00
presence.js FIX: Discourse.Presence was broken on arrays. The flag button was showing for anonymous users. 2013-06-18 11:36:48 -04:00
scrolling.js Post Cloaking: 2013-11-27 12:53:32 -05:00
selected_posts_count.js Select +Replies for bulk operations 2013-09-05 11:03:29 -04:00
singleton.js Updated docs for Discourse.Singleton 2013-08-08 13:00:48 -04:00