Skip to content

Commit

Permalink
[FEATURE] Changement du design des cartes mission dans Pix Junior (Pi…
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Aug 2, 2024
2 parents cb85cd3 + 5939c49 commit c887c31
Show file tree
Hide file tree
Showing 26 changed files with 447 additions and 300 deletions.
20 changes: 20 additions & 0 deletions junior/app/components/mission-card/completed-mission-card.gjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import Background from './mission-card-completed-background';

<template>
<div class="mission-card__container">
{{#if @missionLabelStatus}}
<div class="status">
<p>{{@missionLabelStatus}}</p>
</div>
{{/if}}

<div class="mission-icon--completed">
<img src="images/mission/icon/finished-icon.svg" alt="mission-icon" />
</div>
<Background @areaCode={{@areaCode}} />
<div class="completed-mission-card-bottom">
<p>{{@title}}</p>
</div>

</div>
</template>
97 changes: 0 additions & 97 deletions junior/app/components/mission-card/completed-mission/template.hbs

This file was deleted.

108 changes: 0 additions & 108 deletions junior/app/components/mission-card/incomplete-mission/template.hbs

This file was deleted.

Loading

0 comments on commit c887c31

Please sign in to comment.