Shows toast on success, and other UX improvments
This commit is contained in:
@@ -51,4 +51,11 @@ module.exports = {
|
||||
APP_CONFIG: 'appConfig',
|
||||
SECTIONS: 'sections',
|
||||
},
|
||||
toastedOptions: {
|
||||
position: 'bottom-center',
|
||||
duration: 2000,
|
||||
keepOnHover: true,
|
||||
className: 'toast-message',
|
||||
iconPack: 'fontawesome',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user