feat: 🎸 simulation

fix dps and add the push and DPS strategy
This commit is contained in:
Julien Calixte
2023-07-26 19:33:12 +02:00
parent 1f49b0f755
commit 4af91102b8
9 changed files with 125 additions and 54 deletions

View File

@@ -58,7 +58,14 @@ const isLive = computed(
</div>
</div>
<div v-if="isLive" class="live">
{{ featuresDone.length }} features live!
<span v-if="featuresDone.length === 0">No features live yet</span>
<span v-else>
{{ featuresDone.length }} feature<template
v-if="featuresDone.length > 1"
>s</template
>
live!
</span>
</div>
<ul class="done-list">
<li v-for="feature in featuresDone" :key="feature.name">