Improve mobile settings
This commit is contained in:
parent
f6449a7f32
commit
eb1aa1ef47
|
@ -808,7 +808,7 @@ mobile/views/pages/notifications.vue:
|
||||||
|
|
||||||
mobile/views/pages/settings/settings.profile.vue:
|
mobile/views/pages/settings/settings.profile.vue:
|
||||||
title: "プロフィール"
|
title: "プロフィール"
|
||||||
will-be-published: "これらのプロフィールは公開されます。"
|
will-be-published: "※公開されます"
|
||||||
name: "名前"
|
name: "名前"
|
||||||
account: "アカウント"
|
account: "アカウント"
|
||||||
location: "場所"
|
location: "場所"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<md-card-content>
|
<md-card-content>
|
||||||
<md-field>
|
<md-field>
|
||||||
<label>%i18n:@name%</label>
|
<label>%i18n:@name%</label>
|
||||||
<md-input v-model="name" :disabled="saving"/>
|
<md-input v-model="name" :disabled="saving" md-counter="30"/>
|
||||||
</md-field>
|
</md-field>
|
||||||
|
|
||||||
<md-field>
|
<md-field>
|
||||||
|
@ -27,11 +27,12 @@
|
||||||
<md-icon>%fa:birthday-cake%</md-icon>
|
<md-icon>%fa:birthday-cake%</md-icon>
|
||||||
<label>%i18n:@birthday%</label>
|
<label>%i18n:@birthday%</label>
|
||||||
<md-input type="date" v-model="birthday" :disabled="saving"/>
|
<md-input type="date" v-model="birthday" :disabled="saving"/>
|
||||||
|
<span class="md-helper-text">%i18n:@will-be-published%</span>
|
||||||
</md-field>
|
</md-field>
|
||||||
|
|
||||||
<md-field>
|
<md-field>
|
||||||
<label>%i18n:@description%</label>
|
<label>%i18n:@description%</label>
|
||||||
<md-textarea v-model="description" :disabled="saving"/>
|
<md-textarea v-model="description" :disabled="saving" md-counter="500"/>
|
||||||
</md-field>
|
</md-field>
|
||||||
|
|
||||||
<md-field>
|
<md-field>
|
||||||
|
|
Loading…
Reference in New Issue