Shows toast on success, and other UX improvments

This commit is contained in:
Alicia Sykes
2021-05-17 19:38:18 +01:00
parent 8064a46b39
commit ce851b2f0c
11 changed files with 53 additions and 13 deletions

View File

@@ -51,4 +51,11 @@ module.exports = {
APP_CONFIG: 'appConfig',
SECTIONS: 'sections',
},
toastedOptions: {
position: 'bottom-center',
duration: 2000,
keepOnHover: true,
className: 'toast-message',
iconPack: 'fontawesome',
},
};