From 41629810813778812bc9dd729f68e8cd3e7e7758 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Tue, 5 Feb 2019 06:22:39 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=83=8B=E3=83=A1=E3=83=BC=E3=82=B7?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E5=81=9C=E6=AD=A2=E7=AE=87=E6=89=80=E3=81=AE?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=20(#4138)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/common/views/widgets/photo-stream.vue | 11 +++++++++-- .../app/desktop/views/pages/user/user.photos.vue | 15 ++++++++++++--- .../app/mobile/views/components/note-card.vue | 10 ++++++++-- src/client/app/mobile/views/pages/user.vue | 10 ++++++++-- .../app/mobile/views/pages/user/home.photos.vue | 14 +++++++++++--- 5 files changed, 48 insertions(+), 12 deletions(-) diff --git a/src/client/app/common/views/widgets/photo-stream.vue b/src/client/app/common/views/widgets/photo-stream.vue index 516c62632..d57be1d33 100644 --- a/src/client/app/common/views/widgets/photo-stream.vue +++ b/src/client/app/common/views/widgets/photo-stream.vue @@ -5,9 +5,9 @@

{{ $t('@.loading') }}

-
@@ -20,6 +20,7 @@ diff --git a/src/client/app/desktop/views/pages/user/user.photos.vue b/src/client/app/desktop/views/pages/user/user.photos.vue index cd8853e0b..d989738e5 100644 --- a/src/client/app/desktop/views/pages/user/user.photos.vue +++ b/src/client/app/desktop/views/pages/user/user.photos.vue @@ -3,8 +3,8 @@

{{ $t('title') }}

{{ $t('loading') }}

-

{{ $t('no-photos') }}

@@ -14,6 +14,8 @@ diff --git a/src/client/app/mobile/views/components/note-card.vue b/src/client/app/mobile/views/components/note-card.vue index 43f821085..01f52c76f 100644 --- a/src/client/app/mobile/views/components/note-card.vue +++ b/src/client/app/mobile/views/components/note-card.vue @@ -2,7 +2,7 @@
- avatar + avatar

@@ -16,13 +16,19 @@ diff --git a/src/client/app/mobile/views/pages/user.vue b/src/client/app/mobile/views/pages/user.vue index c475750cf..5d15a9718 100644 --- a/src/client/app/mobile/views/pages/user.vue +++ b/src/client/app/mobile/views/pages/user.vue @@ -1,6 +1,6 @@