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:
parent
bd4f07b721
commit
1bf0b2a5f4
12 changed files with 222 additions and 163 deletions
1
vendor/assets/javascripts/div_resizer.js
vendored
1
vendor/assets/javascripts/div_resizer.js
vendored
|
@ -67,6 +67,7 @@ endDrag = function(e, opts) {
|
|||
if (typeof opts.resize === "function") {
|
||||
opts.resize();
|
||||
}
|
||||
$(div).trigger("div-resized");
|
||||
div = null;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue