From 31f77d182bfc1f847bfc783bdadc21a052d97f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=B4=E3=81=AA=E3=81=9F=E3=81=BF=E3=81=BD?= Date: Thu, 15 Feb 2018 17:08:48 +0900 Subject: [PATCH] wip --- src/web/app/mobile/tags/notifications.tag | 164 ----------------- .../mobile/views/components/notification.vue | 1 - .../mobile/views/components/notifications.vue | 167 ++++++++++++++++++ 3 files changed, 167 insertions(+), 165 deletions(-) delete mode 100644 src/web/app/mobile/tags/notifications.tag create mode 100644 src/web/app/mobile/views/components/notifications.vue diff --git a/src/web/app/mobile/tags/notifications.tag b/src/web/app/mobile/tags/notifications.tag deleted file mode 100644 index 8a1482aca..000000000 --- a/src/web/app/mobile/tags/notifications.tag +++ /dev/null @@ -1,164 +0,0 @@ - -
- -
- -

%i18n:mobile.tags.mk-notifications.empty%

-

%fa:spinner .pulse .fw%%i18n:common.loading%

- - -
diff --git a/src/web/app/mobile/views/components/notification.vue b/src/web/app/mobile/views/components/notification.vue index dca672941..1b4608724 100644 --- a/src/web/app/mobile/views/components/notification.vue +++ b/src/web/app/mobile/views/components/notification.vue @@ -114,7 +114,6 @@ export default Vue.extend({ }); -