FEATURE: show timeline component when expanding post progress

- Show fullscreen timeline with title of topic in mobile
- Go to post # kb shortcut now unconditionally uses a modal
- Always show wrench on topics (was missing if progress bar was showing)
- Be smarter about rendering timeline even if composer is open (provided there is room)
This commit is contained in:
Sam
2016-10-19 14:29:43 +11:00
parent bd4f07b721
commit 1bf0b2a5f4
12 changed files with 222 additions and 163 deletions
@@ -670,6 +670,8 @@ export default Ember.Controller.extend(SelectedPostsCount, BufferedContent, {
return;
}
this.appEvents.trigger('topic:jump-to-post', postId);
const topic = this.get('model');
const postStream = topic.get('postStream');
const post = postStream.findLoadedPost(postId);