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

@@ -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