diaspora/spec/javascripts
cmrd Senya 8e6df0b1e3
Comments expansion refactoring
If you look at comment expand process with javascript debugger, you
will notice that at first comments get added to existing stream ("add"
event handler of model.comments gets launched because of model.comments.fetch).
Then the comment stream gets empty and then filled by the postRenderTemplate
handler.

This patch removes comments rerendering on the expansion. The fetching process is
changed so that older comments are added to the correct place, so the order
looks nice without rerendering. Thus, unnecessary job of rerendering is avoided.
2016-08-12 22:06:51 +03:00
..
app Comments expansion refactoring 2016-08-12 22:06:51 +03:00
helpers Raise on missing translations 2016-07-03 20:15:57 +02:00
jasmine_helpers cleanup old attributes from code 2016-08-08 19:37:09 +02:00
lib Refactor keycodes 2016-03-04 18:02:22 +01:00
mobile Bump to jQuery 2 2016-08-07 16:14:52 +02:00
support Merge branch 'stable' into develop 2016-02-26 11:27:29 +01:00
bookmarklet-spec.js Very minor changes of some JS files 2015-07-08 19:09:08 +02:00
diaspora-spec.js JSHint unused and undefined variables 2015-02-08 23:41:32 +01:00
osmlocator-spec.js JSHint eqeqeq 2015-02-08 23:41:32 +01:00
rails-spec.js JSHint semicolon errors 2015-02-08 23:41:31 +01:00
search-spec.js JSHint unused and undefined variables 2015-02-08 23:41:32 +01:00