This commit is contained in:
Henry Jameson 2022-03-14 09:35:29 +02:00
parent a97db1efd6
commit 71c0b59866
4 changed files with 11 additions and 7 deletions

View file

@ -1,8 +1,8 @@
<template> <template>
<span <span
v-if="matchesExpertLevel" v-if="matchesExpertLevel"
class="IntegerSetting" class="IntegerSetting"
> >
<label :for="path"> <label :for="path">
<slot /> <slot />
</label> </label>

View file

@ -83,7 +83,7 @@
type="number" type="number"
min="0" min="0"
step="1" step="1"
/> >
</li> </li>
<li> <li>
<IntegerSetting <IntegerSetting

View file

@ -19,7 +19,7 @@
@load="onLoad" @load="onLoad"
@error="onError" @error="onError"
> >
<slot/> <slot />
</div> </div>
</template> </template>

View file

@ -8,7 +8,11 @@
:class="{ 'avatar-compact': compact, 'better-shadow': betterShadow }" :class="{ 'avatar-compact': compact, 'better-shadow': betterShadow }"
:image-load-error="imageLoadError" :image-load-error="imageLoadError"
> >
<FAIcon v-if="bot" icon="robot" class="bot-indicator" /> <FAIcon
v-if="bot"
icon="robot"
class="bot-indicator"
/>
</StillImage> </StillImage>
<div <div
v-else v-else