From c34f302b1c91bd3b091cd03fa60fae86b385f902 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 19 Aug 2020 21:47:18 +0900 Subject: enhance(client): サーバーから切断されたときにダイアログで警告を表示できるように MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/stream-indicator.vue | 11 +---------- src/client/init.ts | 20 ++++++++++++++++++++ src/client/pages/preferences/index.vue | 13 +++++++------ src/client/store.ts | 2 +- 4 files changed, 29 insertions(+), 17 deletions(-) (limited to 'src') diff --git a/src/client/components/stream-indicator.vue b/src/client/components/stream-indicator.vue index ec00f4cbfe..9005cb9a8b 100644 --- a/src/client/components/stream-indicator.vue +++ b/src/client/components/stream-indicator.vue @@ -1,5 +1,5 @@