FEATURE: Enable loading slider by default (#22439)
Followup to d51baa3bb3
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…
Reference in New Issue