-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Utiliser le composant Pix Toast dans Pix Certif (PIX-15280). #10542
base: dev
Are you sure you want to change the base?
Conversation
Une fois les applications déployées, elles seront accessibles via les liens suivants :
Les variables d'environnement seront accessibles via les liens suivants : |
6da30cb
to
d5fbfa9
Compare
@@ -7,7 +7,6 @@ export default class UncompletedReportsInformationStep extends Component { | |||
@tracked reportToEdit = null; | |||
@tracked showAddIssueReportModal = false; | |||
@tracked showIssueReportsModal = false; | |||
@service notifications; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Service non utilisée sur ce composant
@@ -51,7 +50,6 @@ export default class EnrolledCandidates extends Component { | |||
|
|||
@action | |||
async deleteCertificationCandidate(certificationCandidate) { | |||
this.notifications.clearAll(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Le pixToast ne gère pas le clearAll
.
A voir si on à réellement besoin de faire ça sur nos apps, dans ce cas on l'ajoutera dans une prochaine MAJ de ce composant.
fc638e1
to
f630aa1
Compare
f630aa1
to
d7b110e
Compare
🍂 Problème
Un nouveau composant de notification à été introduit dans la v
48.2.0
de Pix UI.🌰 Proposition
Remplacer ember-cli-notifications par Pix Toast
🎃 Remarques
Un fix temporaire css est appliqué sur la couleur des icônes le temps que ce soit fait coté pix UI.
Lors de la prochaine montée de version, on le supprimera.
🪵 Pour tester