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

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