update frontend lib : leaflet + oruga - #1815

This commit is contained in:
Laurent GAY
2025-10-24 17:40:29 +02:00
committed by setop
parent b5852a95eb
commit 58a1d857a1
75 changed files with 944 additions and 1076 deletions

View File

@@ -247,7 +247,7 @@
<o-button outlined @click="isEmailChangeModalActive = false">{{
t("Close")
}}</o-button>
<o-button native-type="submit" variant="primary">{{
<o-button type="submit" variant="primary">{{
t("Change email")
}}</o-button>
</footer>
@@ -301,7 +301,7 @@
<o-button @click="isRoleChangeModalActive = false" outlined>{{
t("Close")
}}</o-button>
<o-button native-type="submit" variant="primary">{{
<o-button type="submit" variant="primary">{{
t("Change role")
}}</o-button>
</footer>
@@ -330,7 +330,7 @@
<o-button @click="isConfirmationModalActive = false">{{
t("Close")
}}</o-button>
<o-button native-type="submit" variant="primary">{{
<o-button type="submit" variant="primary">{{
t("Confirm user")
}}</o-button>
</footer>

View File

@@ -23,7 +23,7 @@
/>
</p>
<p class="control">
<o-button variant="primary" native-type="submit">{{
<o-button variant="primary" type="submit">{{
t("Add an instance")
}}</o-button>
<o-loading

View File

@@ -505,7 +505,7 @@
</div>
</div>
</section>
<o-button native-type="submit" variant="primary">{{
<o-button type="submit" variant="primary">{{
t("Save instance settings")
}}</o-button>
</form>

View File

@@ -129,7 +129,7 @@
</o-field>
<o-button
class="my-2"
native-type="submit"
type="submit"
:disabled="['<p></p>', ''].includes(newComment)"
variant="primary"
>{{ t("Reply") }}</o-button

View File

@@ -52,7 +52,7 @@
/>
</o-field>
<o-button class="mt-2" native-type="submit">
<o-button class="mt-2" type="submit">
{{ t("Create the discussion") }}
</o-button>
</form>

View File

@@ -72,7 +72,7 @@
<div class="flex gap-2 mt-2">
<o-button
variant="primary"
native-type="submit"
type="submit"
icon-right="check"
:title="t('Update discussion title')"
/>
@@ -133,7 +133,7 @@
</o-field>
<o-button
class="my-2"
native-type="submit"
type="submit"
:disabled="['<p></p>', ''].includes(newComment)"
variant="primary"
>{{ t("Reply") }}</o-button

View File

@@ -203,7 +203,7 @@
variant="primary"
:disabled="loading"
:loading="loading"
native-type="submit"
type="submit"
class="mt-3"
>
{{ t("Create my group") }}

View File

@@ -48,7 +48,7 @@
/>
</p>
<p class="control">
<o-button variant="primary" native-type="submit">{{
<o-button variant="primary" type="submit">{{
t("Invite member")
}}</o-button>
</p>

View File

@@ -167,7 +167,7 @@
<div class="flex flex-wrap gap-2 my-2">
<o-button
:loading="loadingUpdateGroup"
native-type="submit"
type="submit"
variant="primary"
>{{ t("Update group") }}</o-button
>

View File

@@ -56,7 +56,7 @@
</div>
<div class="text-center">
<o-button native-type="submit">{{ t("Continue") }}</o-button>
<o-button type="submit">{{ t("Continue") }}</o-button>
</div>
</form>
<AuthorizeApplication

View File

@@ -104,7 +104,7 @@
@click="publish(true)"
>{{ t("Save draft") }}</o-button
>
<o-button variant="primary" native-type="submit">
<o-button variant="primary" type="submit">
<span v-if="isUpdate === false || post?.draft === true">{{
t("Publish")
}}</span>

View File

@@ -75,7 +75,7 @@
/>
</o-field>
<o-button native-type="submit">{{ t("Rename resource") }}</o-button>
<o-button type="submit">{{ t("Rename resource") }}</o-button>
</form>
</section>
</div>
@@ -138,7 +138,7 @@
/>
</o-field>
<o-button class="mt-2" native-type="submit">{{
<o-button class="mt-2" type="submit">{{
createResourceButtonLabel
}}</o-button>
</form>
@@ -208,7 +208,7 @@
/>
</o-field>
<o-button native-type="submit" class="mt-2">{{
<o-button type="submit" class="mt-2">{{
t("Create resource")
}}</o-button>
</form>

View File

@@ -204,7 +204,7 @@
<div class="flex items-center justify-center">
<o-button
class="mt-2"
native-type="submit"
type="submit"
variant="danger"
size="large"
>

View File

@@ -37,7 +37,7 @@
<o-checkbox v-model="newTodo.status" />
<o-input expanded v-model="newTodo.title" />
</o-field>
<o-button native-type="submit">{{ $t("Add a todo") }}</o-button>
<o-button type="submit">{{ $t("Add a todo") }}</o-button>
</form>
</section>
</template>

View File

@@ -34,7 +34,7 @@
<o-field :label="$t('List title')">
<o-input v-model="newTodoList.title" />
</o-field>
<o-button native-type="submit">{{ $t("Create a new list") }}</o-button>
<o-button type="submit">{{ $t("Create a new list") }}</o-button>
</form>
<div v-for="todoList in todoLists" :key="todoList.id">
<router-link

View File

@@ -75,7 +75,7 @@
<o-button
variant="primary"
size="large"
native-type="submit"
type="submit"
:disabled="submitted"
>
{{ t("Login") }}

View File

@@ -184,7 +184,7 @@
variant="primary"
size="large"
:disabled="sendingForm"
native-type="submit"
type="submit"
>
{{ t("Create an account") }}
</o-button>

View File

@@ -18,7 +18,7 @@
/>
</o-field>
<p class="flex flex-wrap gap-1 mt-2">
<o-button variant="primary" native-type="submit">
<o-button variant="primary" type="submit">
{{ $t("Send the confirmation email again") }}
</o-button>
<o-button

View File

@@ -30,7 +30,7 @@
/>
</o-field>
<p class="my-4 flex gap-2">
<o-button variant="primary" native-type="submit">
<o-button variant="primary" type="submit">
{{ t("Submit") }}
</o-button>
<o-button