mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Refine design and a bit functionality, additions to first step
This commit is contained in:
parent
13ec4ee776
commit
84d90ddb78
@ -14,7 +14,6 @@
|
||||
v-model="formData.name"
|
||||
:placeholder="`${$t('group.name')} …`"
|
||||
></ds-input>
|
||||
|
||||
<!-- Wolle: Why update here? -->
|
||||
<ds-input
|
||||
v-if="update"
|
||||
@ -23,7 +22,7 @@
|
||||
icon="at"
|
||||
:placeholder="`${$t('group.labelSlug')} …`"
|
||||
></ds-input>
|
||||
|
||||
<!-- Wolle: translate options -->
|
||||
<ds-select
|
||||
:label="$t('group.type')"
|
||||
v-model="formData.groupType"
|
||||
@ -31,9 +30,7 @@
|
||||
icon="user"
|
||||
:placeholder="$t('group.type') + ' …'"
|
||||
></ds-select>
|
||||
|
||||
<ds-input v-model="formData.about" :label="$t('group.goal')" rows="3"></ds-input>
|
||||
|
||||
<ds-input
|
||||
:label="$t('group.description')"
|
||||
v-model="formData.description"
|
||||
@ -41,6 +38,7 @@
|
||||
rows="3"
|
||||
></ds-input>
|
||||
<ds-space margin-top="large">
|
||||
<!-- Wolle: translate options -->
|
||||
<ds-select
|
||||
:label="$t('group.actionRadius')"
|
||||
v-model="formData.actionRadius"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user