2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

View file

@ -67,6 +67,7 @@ endDrag = function(e, opts) {
if (typeof opts.resize === "function") {
opts.resize();
}
$(div).trigger("div-resized");
div = null;
};