diaspora/spec/javascripts/app/views
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
..
stream Refactor keycodes 2016-03-04 18:02:22 +01:00
aspect_create_view_spec.js Refactor app.views.AspectMembership 2016-08-08 17:21:14 +03:00
aspect_membership_view_spec.js Refactor app.views.AspectMembership 2016-08-08 17:21:14 +03:00
aspect_view_spec.js Rebasing and fixing tests 2015-08-11 18:12:02 +02:00
aspects_dropdown_view_spec.js Raise on missing translations 2016-07-03 20:15:57 +02:00
aspects_list_view_spec.js Rename app.collections.Aspect{,Selection}s 2016-08-08 17:18:31 +03:00
back_to_top_view_spec.js Fix back-to-top backbone view 2015-08-29 21:44:24 +02:00
bookmarklet_view_spec.js Fix styleguide violations 2015-06-04 18:05:44 +02:00
comment_stream_view_spec.js Comments expansion refactoring 2016-08-12 22:06:51 +03:00
comment_view_spec.js JSHint semicolon errors 2015-02-08 23:41:31 +01:00
contact_stream_view_spec.js Port contacts page to backbonejs 2015-01-04 17:13:18 +01:00
contact_view_spec.js Raise on missing translations 2016-07-03 20:15:57 +02:00
content_view_spec.js add map to header 2015-09-09 12:23:38 +02:00
conversations_view_spec.js Refactor keycodes 2016-03-04 18:02:22 +01:00
feedback_view_spec.js Raise on missing translations 2016-07-03 20:15:57 +02:00
flash_messages_view-spec.js Drop ID 2015-10-10 12:34:59 +02:00
header_view_spec.js Link user menu button to the users profile 2015-12-30 15:14:29 +01:00
help_view_spec.js Raise on missing translations 2016-07-03 20:15:57 +02:00
hovercard_view_spec.js Client-side rendering of aspect dropdown for hovercards 2016-08-08 17:21:30 +03:00
likes_info_view_spec.js Display reshares under the post 2015-10-10 14:22:59 +02:00
location_stream_spec.js fix all the pronto remarks finally 2015-09-11 10:24:39 +02:00
locator_spec.js fix all the pronto remarks finally 2015-09-11 10:24:39 +02:00
no_posts_info_view_spec.js Add 'no posts yet' message to empty streams 2016-08-12 12:55:06 +02:00
notification_dropdown_view_spec.js Link user menu button to the users profile 2015-12-30 15:14:29 +01:00
notifications_view_spec.js Raise on missing translations 2016-07-03 20:15:57 +02:00
oembed_view_spec.js JSHint semicolon errors 2015-02-08 23:41:31 +01:00
open_graph_view_spec.js JSHint semicolon errors 2015-02-08 23:41:31 +01:00
photos_view_spec.js Uncomment jasmine tests 2015-03-18 00:01:22 +01:00
pod_entry_view_spec.js Raise on missing translations 2016-07-03 20:15:57 +02:00
poll_view_spec.js Raise on missing translations 2016-07-03 20:15:57 +02:00
post_view_spec.js
profile_header_view_spec.js Redesign profile page and port to Bootstrap 2014-10-01 12:28:56 +02:00
profile_sidebar_view_spec.js Allow extended profile fields (previously private profile) to be set public (#5684). 2015-07-11 04:36:45 +03:00
publisher_mention_view_spec.js Escape HTML in mentions box 2016-08-10 17:19:58 +02:00
publisher_poll_creator_view_spec.js Remove unused files, fix syntax in jasmine tests 2015-02-07 21:17:51 +01:00
publisher_view_spec.js Use the factory in the publisher_view_spec.js 2016-08-08 17:18:53 +03:00
reshares_info_view_spec.js Display reshares under the post 2015-10-10 14:22:59 +02:00
search_base_view_spec.js Make customsearch filter async results for typeahead.js 2016-08-10 00:41:07 +02:00
search_view_spec.js Refactor js search views 2016-03-04 22:55:39 +01:00
single_post_content_view_spec.js Refactor tileLayer creation 2016-08-10 11:30:48 +02:00
stream_post_spec.js Raise on missing translations 2016-07-03 20:15:57 +02:00
stream_view_spec.js JSHint semicolon errors 2015-02-08 23:41:31 +01:00
tag_following_action_view_spec.js Refactor button colors 2015-06-04 18:05:44 +02:00
tag_following_list_view_spec.js following tags now normalized and sorted in ui 2015-10-07 21:38:12 +02:00