Fix: Force pull images in deploy workflow
All checks were successful
Build and Push / build-all (push) Successful in 8m52s
All checks were successful
Build and Push / build-all (push) Successful in 8m52s
This commit is contained in:
parent
5430e434c3
commit
7f56f19e94
10 changed files with 164 additions and 30 deletions
|
|
@ -330,12 +330,6 @@
|
|||
{/if}
|
||||
<button class="username-btn" style="color: {safeUserColor}" on:click={handleUsernameClick} on:dblclick={handleUsernameDoubleClick}>
|
||||
{message.username}
|
||||
{#if message.isStreamer}
|
||||
<span class="badge streamer">STREAMER</span>
|
||||
{/if}
|
||||
{#if message.isGuest}
|
||||
<span class="badge guest">GUEST</span>
|
||||
{/if}
|
||||
</button>
|
||||
{#if message.usedRoll}
|
||||
<span class="cmd-tag roll-tag">R</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue