Photon logging fixes

This commit is contained in:
Natsumi
2021-12-10 02:02:16 +13:00
parent 1bf5bcf1f3
commit 85a6304053
4 changed files with 114 additions and 135 deletions

View File

@@ -416,7 +416,9 @@ html
circle(class="np-progress-circle-stroke" cx="60" cy="60" stroke="white" r="30" fill="transparent" stroke-width="60")
.hud-feed
div(v-for="feed in hudFeed")
.item <strong>{{ feed.displayName }}</strong> {{ feed.text }}
.item <strong>{{ feed.displayName }}</strong>
span(v-if="feed.color === 'yellow'" style="color: yellow") {{ feed.text }}
span(v-else) {{ feed.text }}
template(v-if="feed.combo > 1")
span.combo x{{ feed.combo }}
.hud-timeout(v-if="hudTimeout.length > 0")