diaspora/app/assets/templates
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
..
single-post-viewer Remove unused translations 2016-07-03 18:14:23 +02:00
aspect_create_modal_tpl.jst.hbs Refactor app.views.AspectMembership 2016-08-08 17:21:14 +03:00
aspect_membership_dropdown_tpl.jst.hbs Refactor app.views.AspectMembership 2016-08-08 17:21:14 +03:00
aspect_tpl.jst.hbs Fix style regressions and code style for sidebar polishing PR 2015-08-23 13:15:01 +02:00
aspects-list_tpl.jst.hbs Refactor and minor styling 2015-08-23 09:59:12 +02:00
comment-stream_tpl.jst.hbs Comments expansion refactoring 2016-08-12 22:06:51 +03:00
comment_tpl.jst.hbs Use polymorphic association for the report item 2015-10-03 17:18:03 +02:00
contact_tpl.jst.hbs Unify contacts, notifications and settings UI 2016-02-14 00:12:11 +01:00
faq_chat_tpl.jst.hbs Adding help section for chat 2015-02-26 18:06:39 +01:00
faq_getting_help_tpl.jst.hbs Help_section_update_keyboard_shortcut 2015-02-27 16:36:11 +05:30
faq_keyboard_shortcuts_tpl.jst.hbs Help_section_update_keyboard_shortcut 2015-02-27 16:36:11 +05:30
faq_posts_and_posting_tpl.jst.hbs Update aspect edits text, reorder posting section 2015-04-19 15:57:21 +02:00
faq_question_tpl.jst.hbs Update aspect edits text, reorder posting section 2015-04-19 15:57:21 +02:00
faq_sharing_tpl.jst.hbs Update aspect edits text, reorder posting section 2015-04-19 15:57:21 +02:00
faq_tags_tpl.jst.hbs Replace %{third_party_tools} by the appropriate hyperlink in tags FAQ (issue #5273) 2015-01-03 13:25:16 -05:00
feedback_tpl.jst.hbs Add permalink for stream elements 2015-10-06 23:29:09 +02:00
flash_messages_tpl.jst.hbs Add role='alert' to alerts 2016-08-12 12:58:57 +02:00
header_tpl.jst.hbs Set max-width to 1200px for container-fluid 2016-02-06 14:15:04 +01:00
help_tpl.jst.hbs Port to Bootstrap 3 2015-06-04 18:05:43 +02:00
hovercard_tpl.jst.hbs add a card footer in gallery containing meta data and link to single post view 2016-03-02 19:50:32 +01:00
likes-info_tpl.jst.hbs Display reshares under the post 2015-10-10 14:22:59 +02:00
no_posts_info_tpl.jst.hbs Add 'no posts yet' message to empty streams 2016-08-12 12:55:06 +02:00
oembed_tpl.jst.hbs
opengraph_tpl.jst.hbs
photo_tpl.jst.hbs Refactor photo css 2016-08-09 10:20:34 +02:00
pod_table_entry_tpl.jst.hbs improve pod connection check 2016-03-05 02:57:11 +01:00
pod_table_tpl.jst.hbs Add connection test for pods in the network 2015-08-24 22:04:53 +02:00
poll_creator_tpl.jst.hbs Use entypo-rails mappings 2015-07-03 15:31:29 +02:00
poll_tpl.jst.hbs Add number of votes on poll answers 2016-01-24 14:31:06 +01:00
profile_header_tpl.jst.hbs Rename photos[:count] to photos_count in gon 2016-08-08 17:19:26 +03:00
profile_sidebar_tpl.jst.hbs Redesign profile page and port to Bootstrap 2014-10-01 12:28:56 +02:00
reshare_tpl.jst.hbs Fix timeago tooltips for reshares 2016-01-21 22:42:30 +01:00
reshares-info_tpl.jst.hbs Display reshares under the post 2015-10-10 14:22:59 +02:00
search_suggestion_tpl.jst.hbs Replace jquery.autocomplete with typeahead.js 2015-08-10 22:55:05 +02:00
single-post-viewer_tpl.jst.hbs Adjust the SPV design 2016-02-23 09:20:54 +01:00
static-text_tpl.jst.hbs
status-message-location_tpl.jst.hbs add map to header 2015-09-09 12:23:38 +02:00
status-message_tpl.jst.hbs Using Blueimp image gallery 2015-08-27 23:50:20 +02:00
stream-element_tpl.jst.hbs Display reshares under the post 2015-10-10 14:22:59 +02:00
tag_following_action_tpl.jst.hbs Refactor button colors 2015-06-04 18:05:44 +02:00
tag_following_list_tpl.jst.hbs Port to Bootstrap 3 2015-06-04 18:05:43 +02:00
tag_following_tpl.jst.hbs Rebasing and fixing tests 2015-08-11 18:12:02 +02:00