1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-02 21:35:16 +00:00

Issue #1571: Design adjustments for mobile

This commit is contained in:
Massedil 2024-11-04 22:49:54 +01:00
parent 19ba095e07
commit 3d7ffbf5ca

View file

@ -62,6 +62,7 @@
<o-field
grouped
groupMultiline
:label="t('Starts on…')"
class="items-center"
label-for="begins-on-field"
@ -71,14 +72,16 @@
v-model="beginsOn"
@blur="consistencyBeginsOnBeforeEndsOn"
></event-date-picker>
<div class="my-2">
<o-switch v-model="showStartTime">{{
t("Show the time when the event begins")
}}</o-switch>
</div>
</o-field>
<o-field
grouped
groupMultiline
:label="t('Ends on…')"
label-for="ends-on-field"
class="items-center"
@ -89,9 +92,11 @@
@blur="consistencyBeginsOnBeforeEndsOn"
:min="beginsOn"
></event-date-picker>
<div class="my-2">
<o-switch v-model="showEndTime">{{
t("Show the time when the event ends")
}}</o-switch>
</div>
</o-field>
<o-button class="block" variant="text" @click="dateSettingsIsOpen = true">