From 9ee40bd96874a67e14332ccc2c3b6741b31be67c Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Mon, 2 Jul 2018 21:53:09 +0900
Subject: [PATCH] refs #415 Display loading on the timeline space instead of
loading covering the whole
---
src/renderer/components/TimelineSpace.vue | 28 +++---
.../TimelineSpace/Contents/Favourites.vue | 62 ++++++-------
.../TimelineSpace/Contents/Hashtag/Tag.vue | 90 ++++++++-----------
.../TimelineSpace/Contents/Home.vue | 55 ++++++------
.../TimelineSpace/Contents/Lists/Edit.vue | 18 +---
.../TimelineSpace/Contents/Lists/Index.vue | 9 +-
.../TimelineSpace/Contents/Lists/Show.vue | 83 ++++++++---------
.../TimelineSpace/Contents/Local.vue | 55 ++++++------
.../TimelineSpace/Contents/Notifications.vue | 46 +++++-----
.../TimelineSpace/Contents/Public.vue | 75 +++++++---------
.../components/TimelineSpace/HeaderMenu.vue | 19 ++--
src/renderer/store/TimelineSpace.js | 6 +-
12 files changed, 241 insertions(+), 305 deletions(-)
diff --git a/src/renderer/components/TimelineSpace.vue b/src/renderer/components/TimelineSpace.vue
index 557ab0b6..d2b9143d 100644
--- a/src/renderer/components/TimelineSpace.vue
+++ b/src/renderer/components/TimelineSpace.vue
@@ -1,5 +1,10 @@
-