diaspora/app/assets/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
..
api Add fallback for failed app logo rendering 2016-01-04 16:49:58 +09: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
mobile Use Poltergeist instead of Selenium 2016-06-19 01:53:18 +02:00
pages Refactor keycodes 2016-03-04 18:02:22 +01:00
widgets Properly support pluralization in timeago strings 2016-08-01 13:27:30 +02:00
bookmarklet.js limit the parameter length for the GET request to the bookmarklet to ~2000 chars 2015-05-05 18:25:01 +02:00
contact-list.js Very minor changes of some JS files 2015-07-08 19:09:08 +02:00
diaspora.js Use backbone for flash messages 2015-10-10 12:15:41 +02:00
ie.js
inbox.js Use test instead of match wherever possible 2015-04-01 18:35:20 +02:00
jasmine-load-all.js Bump to jQuery 2 2016-08-07 16:14:52 +02:00
jsxc.js bump jsxc to v0.1.4 2015-12-21 17:29:42 +01:00
main.js Make customsearch filter async results for typeahead.js 2016-08-10 00:41:07 +02:00
osmlocator.js JSHint unused and undefined variables 2015-02-08 23:41:32 +01:00
templates.js