feat(ux): enhance notifications on a modified transaction - #194
Open
lmandrelli wants to merge 1 commit into
Open
lmandrelli wants to merge 1 commit into
lmandrelli wants to merge 1 commit into
Conversation
lmandrelli
force-pushed
the
feat/transactions-notifications
branch
from
September 19, 2026 14:34
23c05e9 to
c146c19
Compare
lmandrelli
force-pushed
the
feat/transactions-notifications
branch
from
September 19, 2026 14:58
c146c19 to
e2918f0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remplace les messages superposés à la modale du comptoir par des notifications en haut à droite de l’écran pendant 2,5 secondes. Après validation, annulation ou remise en attente, la modale concernée se ferme immédiatement : on peut ouvrir la transaction suivante sans attendre la disparition du message « Transaction validée / annulée », accompagnée du surnom et du nom.
Les délais servent uniquement à retirer les notifications. Ils ne ferment jamais une modale et ne modifient pas la recherche. Chaque ouverture possède sa propre instance et ses propres callbacks : une réponse tardive concernant A peut afficher sa confirmation pendant qu’on consulte B, sans fermer B ni altérer son brouillon. Cette protection s’applique aussi lorsqu’on rouvre la même transaction.
aria-live, avec un délai indépendant de 2,5 secondes et une barre de progression. Adaptation au thème sombre et aux préférences de réduction des animations.Validation
npm run buildetgit diff --check: réussis.npm run check: les mêmes 8 erreurs et 51 avertissements préexistants, sans nouvelle erreur.Related issues :
Remplace #193 sur la branche
feat/transactions-notifications. Suite au problème de modale restant après #192. Aucune issue liée.Types of changes