mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
feat(usernames): vet pet announcement
This commit is contained in:
parent
cfd19ac694
commit
6845943ed0
3 changed files with 10 additions and 3 deletions
|
|
@ -40,13 +40,15 @@
|
||||||
.small.text-center {{ $t('usernameLimitations') }}
|
.small.text-center {{ $t('usernameLimitations') }}
|
||||||
.row.justify-content-center
|
.row.justify-content-center
|
||||||
button.btn.btn-primary(type='submit', @click='submitNames()' :disabled='usernameCannotSubmit') {{ $t('saveAndConfirm') }}
|
button.btn.btn-primary(type='submit', @click='submitNames()' :disabled='usernameCannotSubmit') {{ $t('saveAndConfirm') }}
|
||||||
|
.scene_veteran_pets.center-block
|
||||||
|
.small.text-center.mb-3 {{ $t('verifyUsernameVeteranPet') }}
|
||||||
.small.text-center.tos-footer(v-html="$t('usernameTOSRequirements')")
|
.small.text-center.tos-footer(v-html="$t('usernameTOSRequirements')")
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
#verify-username___BV_modal_outer_ {
|
#verify-username___BV_modal_outer_ {
|
||||||
.modal-content {
|
.modal-content {
|
||||||
height: 620px;
|
height: 650px;
|
||||||
width: 566px;
|
width: 566px;
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
|
|
@ -64,7 +66,11 @@
|
||||||
@import '~client/assets/scss/colors.scss';
|
@import '~client/assets/scss/colors.scss';
|
||||||
|
|
||||||
button {
|
button {
|
||||||
margin: 2rem;
|
margin: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.center-block {
|
||||||
|
margin: 0 auto 1em auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-3 {
|
.col-3 {
|
||||||
|
|
|
||||||
|
|
@ -203,5 +203,6 @@
|
||||||
"goToSettings": "Go to Settings",
|
"goToSettings": "Go to Settings",
|
||||||
"usernameVerifiedConfirmation": "Your username, <%= username %>, is confirmed!",
|
"usernameVerifiedConfirmation": "Your username, <%= username %>, is confirmed!",
|
||||||
"usernameNotVerified": "Please confirm your username.",
|
"usernameNotVerified": "Please confirm your username.",
|
||||||
"changeUsernameDisclaimer": "We will be transitioning login names to unique, public usernames soon. This username will be used for invitations, @mentions in chat, and messaging."
|
"changeUsernameDisclaimer": "We will be transitioning login names to unique, public usernames soon. This username will be used for invitations, @mentions in chat, and messaging.",
|
||||||
|
"verifyUsernameVeteranPet": "One of these Veteran Pets will be waiting for you after you've finished confirming!"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
website/raw_sprites/spritesmith_large/scene_veteran_pets.png
Normal file
BIN
website/raw_sprites/spritesmith_large/scene_veteran_pets.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
Loading…
Reference in a new issue