fix: amélioration du système de notifications
- Correction de l'affichage du texte dans le toast (suppression de w-0/truncate) - Déplacement des toasts en bas à gauche avec animation slide depuis la gauche - Inversion de l'ordre des éléments : bouton fermeture > texte > icône > bande couleur - Fix timing : ChapterScrapingStarted synchrone pour notif "démarrage" avant le scraping - Ajout make notify-test pour tester les 4 types de notifications Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
41ca08f20e
commit
e5c319db79
@@ -29,7 +29,7 @@ framework:
|
||||
'App\Domain\Manga\Application\Command\RefreshMangaChapters': commands
|
||||
|
||||
# Events spécifiques (pour compatibilité, peuvent être supprimés si tous implémentent AsyncDomainEvent)
|
||||
'App\Domain\Scraping\Domain\Event\ChapterScrapingStarted': events
|
||||
# ChapterScrapingStarted est synchrone pour que la notif "démarrage" arrive AVANT le scraping
|
||||
'App\Domain\Scraping\Domain\Event\ChapterScrapingCompleted': events
|
||||
'App\Domain\Scraping\Domain\Event\ChapterScrapingFailed': events
|
||||
'App\Domain\Manga\Domain\Event\ChapterReadyForScraping': events
|
||||
|
||||
Reference in New Issue
Block a user