mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 14:49:57 +08:00
Improve extensions page
- Allow extensions to define an icon in their flarum.json - Show a "please wait" modal when enabling/disabling an extension - Styling tweaks
This commit is contained in:
@ -50,7 +50,7 @@ export default class ModalManager extends Component {
|
||||
|
||||
m.redraw(true);
|
||||
|
||||
this.$().modal('show');
|
||||
this.$().modal({backdrop: this.component.isDismissible() ? true : 'static'}).modal('show');
|
||||
this.onready();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user