💄 (feature step) show in bracket
This commit is contained in:
@@ -33,7 +33,7 @@ const isLive = computed(
|
|||||||
<li class="feature-step">
|
<li class="feature-step">
|
||||||
<header>{{ step.title }}</header>
|
<header>{{ step.title }}</header>
|
||||||
<section class="doing">
|
<section class="doing">
|
||||||
<h5>📝⌛ ({{ featuresInProgress.length }})</h5>
|
<h5>📝⌛ [{{ featuresInProgress.length }}]</h5>
|
||||||
<ul v-if="hasFeaturesInProgress">
|
<ul v-if="hasFeaturesInProgress">
|
||||||
<li v-for="feature in featuresInProgress" :key="feature.name">
|
<li v-for="feature in featuresInProgress" :key="feature.name">
|
||||||
<Starport
|
<Starport
|
||||||
@@ -46,7 +46,7 @@ const isLive = computed(
|
|||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section class="done">
|
<section class="done">
|
||||||
<h5>📝✅ ({{ featuresDone.length }})</h5>
|
<h5>📝✅ [{{ featuresDone.length }}]</h5>
|
||||||
<div>
|
<div>
|
||||||
<div class="blue-bin-container">
|
<div class="blue-bin-container">
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user