💬 (step) add hourglass
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user