Sending Progress

- improved progress bar styles (with completed status)
- add pause/resume buttons
- fixed method case in settings.mta for MailPoet & SMTP Providers
- fixed parsley dependency
- added validation on from name & address on step 3
This commit is contained in:
Jonathan Labreuille
2015-12-03 18:26:36 +01:00
committed by MrCasual
parent 9b011c0281
commit 4a2bbe3f88
15 changed files with 245 additions and 65 deletions

View File

@@ -77,7 +77,7 @@ baseConfig = {
{
include: /html2canvas.js$/,
loader: 'expose-loader?html2canvas',
},
}
]
}
};
@@ -92,7 +92,8 @@ config.push(_.extend({}, baseConfig, {
'ajax',
'modal',
'notice',
'jquery.serialize_object'
'jquery.serialize_object',
'parsleyjs'
],
admin: [
'subscribers/subscribers.jsx',