update frontend package & correct tests

This commit is contained in:
Laurent GAY
2026-01-09 20:29:24 +01:00
parent d744ec00ec
commit 0be34f93cb
5 changed files with 368 additions and 323 deletions

View File

@@ -51,7 +51,7 @@ exports[`SettingsView > Show and save settings 1`] = `
</fieldset>
</o-field>
<div data-v-a8bb2abf="" class="field flex flex-col"><label data-v-a8bb2abf="" for="instance-languages">Instance languages</label><small data-v-a8bb2abf="">Main languages you/your moderators speak</small>
<o-taginput data-v-a8bb2abf="" modelvalue="" options="English,Français,Spanish" allow-autocomplete="" open-on-focus="true" icon="label" disabled="false" placeholder="Select languages" expanded="" id="instance-languages"></o-taginput>
<o-taginput data-v-a8bb2abf="" modelvalue="Français" options="English,Français,Spanish" allow-autocomplete="" open-on-focus="true" icon="label" disabled="false" placeholder="Select languages" expanded="" id="instance-languages"></o-taginput>
</div>
</section>
<section data-v-a8bb2abf="" class="mt-4 mb-4 p-4 bg-white dark:bg-violet-2 rounded shadow-md dark:bg-mbz-purple-700">

View File

@@ -31,7 +31,7 @@ const languageMock = {
},
{
__typename: "Language",
code: "fr-FR",
code: "fr",
name: "Français",
},
{