fix: boarding

fix: error handling
fix: restarting state
This commit is contained in:
Andras Bacsai
2023-09-15 15:34:25 +02:00
parent fcf7c5ddd5
commit da4c2ee60f
71 changed files with 326 additions and 290 deletions

View File

@@ -30,14 +30,14 @@ return [
*
* Minimum: 3000 (in milliseconds)
*/
'duration' => 5000,
'duration' => 1500,
/**
* The horizontal position of each toast.
*
* Supported: "center", "left" or "right"
*/
'position' => 'right',
'position' => 'center',
/**
* Whether messages passed as translation keys should be translated automatically.