feat: realtime tabs as subpages (#2450)

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
Anwarul Islam
2022-06-28 15:42:47 +06:00
committed by GitHub
parent ca553b9d3c
commit 07a8a37739
8 changed files with 299 additions and 237 deletions

View File

@@ -15,7 +15,10 @@
<span class="text-secondaryDark pl-2 break-all">
{{ ` \xA0 — \xA0 ${env.value}` }}
</span>
<span v-if="status === 'updations'" class="text-secondaryLight px-2 break-all">
<span
v-if="status === 'updations'"
class="text-secondaryLight px-2 break-all"
>
{{ ` \xA0 ← \xA0 ${env.previousValue}` }}
</span>
</div>