💬 (step) add hourglass

This commit is contained in:
Julien Calixte
2023-07-21 01:20:02 +02:00
parent 97cb45dd7b
commit 601f41d667

View File

@@ -14,7 +14,7 @@ const remainingBlueBuckets = computed(() =>
<li class="feature-step"> <li class="feature-step">
<header>{{ step.title }}</header> <header>{{ step.title }}</header>
<section class="doing"> <section class="doing">
<h5>📝</h5> <h5>📝</h5>
<ul v-if="step.featuresInProgress.length > 0"> <ul v-if="step.featuresInProgress.length > 0">
<li v-for="feature in step.featuresInProgress" :key="feature"> <li v-for="feature in step.featuresInProgress" :key="feature">
{{ feature }} {{ feature }}
@@ -22,7 +22,7 @@ const remainingBlueBuckets = computed(() =>
</ul> </ul>
</section> </section>
<section class="done"> <section class="done">
<h5></h5> <h5>📝</h5>
<ul v-if="step.featuresDone.length > 0"> <ul v-if="step.featuresDone.length > 0">
<li v-for="feature in step.featuresDone" :key="feature"> <li v-for="feature in step.featuresDone" :key="feature">
{{ feature }} {{ feature }}