-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Changement du design des cartes mission dans Pix Junior (Pi…
- Loading branch information
Showing
26 changed files
with
447 additions
and
300 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
junior/app/components/mission-card/completed-mission-card.gjs
This file contains 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
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
97
junior/app/components/mission-card/completed-mission/template.hbs
This file was deleted.
Oops, something went wrong.
108 changes: 0 additions & 108 deletions
108
junior/app/components/mission-card/incomplete-mission/template.hbs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.