manual lint

This commit is contained in:
Henry Jameson 2026-01-06 18:06:23 +02:00
commit 04797f8bd2
2 changed files with 10 additions and 4 deletions

View file

@ -49,10 +49,16 @@
<PWAManifestIconsSetting path=":pleroma.:manifest.:icons" />
</li>
<li>
<ColorSetting hide-draft-buttons path=":pleroma.:manifest.:theme_color" />
<ColorSetting
hide-draft-buttons
path=":pleroma.:manifest.:theme_color"
/>
</li>
<li>
<ColorSetting hide-draft-buttons path=":pleroma.:manifest.:background_color" />
<ColorSetting
hide-draft-buttons
path=":pleroma.:manifest.:background_color"
/>
</li>
<li>
<GroupSetting path=":pleroma.:manifest" />

View file

@ -85,8 +85,8 @@
@update:model-value="event => setPurpose({ event, index })"
>
<option
v-for="(purpose, index) in purposeOptions"
:key="index"
v-for="(purpose, index2) in purposeOptions"
:key="index2"
:value="purpose.value"
>
{{ purpose.label }}