Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
alpha1
Jan-Christoph Borchardt 2018-11-01 04:55:33 +01:00 zatwierdzone przez Julius Härtl
rodzic 9a60e1d9e2
commit eed877e857
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4C614C6ED2CDE6DF
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -72,7 +72,7 @@ export default {
id: 'social-account',
classes: [],
icon: 'icon-user',
text: t('social', 'Your account'),
text: t('social', 'Profile'),
router: {
name: 'profile',
params: { account: this.currentUser.uid }

Wyświetl plik

@ -28,7 +28,7 @@
<p>{{ accountInfo.cloudId }}</p>
<p v-if="accountInfo.website">Website: <a :href="accountInfo.website.value">{{ accountInfo.website.value }}</a></p>
<button v-if="!serverData.public" class="primary" @click="follow">Follow this user</button>
<button v-if="!serverData.public" class="primary" @click="follow">Follow</button>
</div>
<ul class="user-profile--sections">

Wyświetl plik

@ -95,7 +95,7 @@
.new-post {
display: flex;
padding: 10px;
background-color: var(--color-main-background);
background-color: var(--color-main-background-translucent);
position: sticky;
top: 47px;
z-index: 100;
@ -187,7 +187,7 @@ export default {
classes: [],
href: '#',
icon: 'icon-category-user',
text: t('social', 'Your account')
text: t('social', 'Profile')
},
{
id: 'social-friends',