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:
David Taylor 2023-07-06 17:02:59 +01:00 committed by GitHub
parent f0f0c7cd6c
commit f92ed88c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@ export default MountWidget.extend({
},
didUpdateAttrs() {
this._refresh();
this._refresh({ force: true });
},
_handleWidgetButtonHoverState(event) {

View File

@ -396,7 +396,7 @@ basic:
page_loading_indicator:
client: true
type: enum
default: "spinner"
default: "slider"
choices:
- spinner
- slider