Skip to content
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

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

AndreiaPena
Copy link
Member

@AndreiaPena AndreiaPena commented Nov 13, 2024

🍂 Problème

Un nouveau composant de notification à été introduit dans la v48.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

Capture d’écran 2024-11-13 à 18 24 19

@pix-bot-github
Copy link

Une fois les applications déployées, elles seront accessibles via les liens suivants :

Les variables d'environnement seront accessibles via les liens suivants :

@AndreiaPena AndreiaPena force-pushed the pix-15280-bump-pix-ui-to-48.2.0-on-pix-certif branch from 6da30cb to d5fbfa9 Compare November 13, 2024 17:57
@@ -7,7 +7,6 @@ export default class UncompletedReportsInformationStep extends Component {
@tracked reportToEdit = null;
@tracked showAddIssueReportModal = false;
@tracked showIssueReportsModal = false;
@service notifications;
Copy link
Member Author

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();
Copy link
Member Author

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.

@AndreiaPena AndreiaPena force-pushed the pix-15280-bump-pix-ui-to-48.2.0-on-pix-certif branch 7 times, most recently from fc638e1 to f630aa1 Compare November 14, 2024 15:40
@AndreiaPena AndreiaPena changed the title [FEATURE] Montée de version Pix UI sur Certif (PIX-15280). [FEATURE] Utiliser le composant Pix Toast dans Pix Certif (PIX-15280). Nov 15, 2024
@AndreiaPena AndreiaPena force-pushed the pix-15280-bump-pix-ui-to-48.2.0-on-pix-certif branch from f630aa1 to d7b110e Compare November 15, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants