mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-13 22:53:32 +03:00
0fa3ab807c
Closes #3037 - Created `NProgressSaveMixin`, which extends the `save` method of a model to fire NProgress. - Extended `UserModel`, `PostModel`, and `SettingModel` with the new mixin. - NProgress can be disabled by passing an options hash to the save function with the `{disableNProgress:true}` - Now that the ValidationEngine isn't the only thing playing with options inside of `model#save`, refactored it to pass the options down the super chain. |
||
---|---|---|
.. | ||
body-event-listener.js | ||
editor-base-controller.js | ||
editor-base-view.js | ||
editor-route-base.js | ||
loading-indicator.js | ||
marker-manager.js | ||
nprogress-save.js | ||
popover-mixin.js | ||
shortcuts-route.js | ||
style-body.js | ||
validation-engine.js |