update frontend package & correct tests
This commit is contained in:
683
package-lock.json
generated
683
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -131,7 +131,7 @@
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"eslint-plugin-vue": "^10.5.1",
|
||||
"flush-promises": "^1.0.2",
|
||||
"globals": "^16.4.0",
|
||||
"globals": "^17.0.0",
|
||||
"husky": "^9.0.10",
|
||||
"jsdom": "^27.0.1",
|
||||
"lint-staged": "^16.2.6",
|
||||
|
||||
@@ -17,7 +17,7 @@ exports[`TagInput > Show new 1`] = `
|
||||
<div class="o-taginput__container"><span data-oruga="tag" class="o-tag o-taginput__item"><!----><span class="o-tag__label">Hello</span><button type="button" class="o-tag__close" aria-label="Remove" data-oruga="close"><span data-oruga="icon" class="o-icon"><i class="mdi mdi-close mdi-24px"></i></span></button></span>
|
||||
<div data-oruga="autocomplete" class="o-dropdown o-dropdown--expanded o-dropdown--position-auto o-autocomplete o-taginput__autocomplete">
|
||||
<div class="o-dropdown__trigger" role="combobox" aria-haspopup="listbox" aria-expanded="false" aria-disabled="false" aria-controls="v-0-4" aria-labelledby="v-0-0">
|
||||
<div data-oruga="input" class="o-input o-input--expanded"><span data-oruga="icon" class="o-icon o-input__icon-left"><i class="mdi mdi-label mdi-24px"></i></span><input aria-labelledby="v-0-0" data="" allow-autocomplete="true" field="title" dir="auto" has-counter="false" aria-autocomplete="list" aria-controls="v-0-4" enterkeyhint="enter" id="tag-input-1" type="text" data-oruga-input="text" class="o-input__input o-taginput__input o-input__input--iconspace-left o-input__input--placeholder" maxlength="20" autocomplete="off" placeholder="Eg: Stockholm, Dance, Chess…">
|
||||
<div data-oruga="input" class="o-input o-input--expanded"><span data-oruga="icon" class="o-icon o-input__icon-left"><i class="mdi mdi-label mdi-24px"></i></span><input aria-labelledby="v-0-0" allow-autocomplete="true" dir="auto" has-counter="false" aria-autocomplete="list" aria-controls="v-0-4" enterkeyhint="enter" id="tag-input-1" type="text" data-oruga-input="text" class="o-input__input o-taginput__input o-input__input--iconspace-left o-input__input--placeholder" maxlength="20" autocomplete="off" placeholder="Eg: Stockholm, Dance, Chess…">
|
||||
<!---->
|
||||
<!---->
|
||||
</div>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -31,7 +31,7 @@ const languageMock = {
|
||||
},
|
||||
{
|
||||
__typename: "Language",
|
||||
code: "fr-FR",
|
||||
code: "fr",
|
||||
name: "Français",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user