diaspora/app
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
..
assets Comments expansion refactoring 2016-08-12 22:06:51 +03:00
controllers Fix user settings style after submit 2016-08-11 01:58:47 +02:00
helpers Add role='alert' to alerts 2016-08-12 12:58:57 +02:00
mailers issue-6850 Don't include subjects of private messages in email notifications 2016-07-12 16:33:15 +05:30
models Add contacts search 2016-08-09 19:20:40 +02:00
presenters cleanup old attributes from code 2016-08-08 19:37:09 +02:00
serializers cleanup old attributes from code 2016-08-08 19:37:09 +02:00
services Filter mentions on status message creation 2016-07-04 10:26:45 +02:00
uploaders Add a token the filename for exported user data 2015-04-22 20:19:17 +02:00
views Add role='alert' to alerts 2016-08-12 12:58:57 +02:00
workers Consolidate amount of sidekiq queues from 13 to 5 2016-08-10 08:51:22 +00:00