mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 09:49:42 +00:00
FEATURE: Enable loading slider by default (#22439)
Followup to d51baa3bb3b08c5a7df6c22593d0162be6543147 Also includes: Force full rerender of post-stream widget when switching topics. This ensures that plugin/theme decorators are re-run when we switch between topics with the loading slider enabled.
This commit is contained in:
parent
f0f0c7cd6c
commit
f92ed88c52
@ -372,7 +372,7 @@ export default MountWidget.extend({
|
||||
},
|
||||
|
||||
didUpdateAttrs() {
|
||||
this._refresh();
|
||||
this._refresh({ force: true });
|
||||
},
|
||||
|
||||
_handleWidgetButtonHoverState(event) {
|
||||
|
@ -396,7 +396,7 @@ basic:
|
||||
page_loading_indicator:
|
||||
client: true
|
||||
type: enum
|
||||
default: "spinner"
|
||||
default: "slider"
|
||||
choices:
|
||||
- spinner
|
||||
- slider
|
||||
|
Loading…
x
Reference in New Issue
Block a user