From f93398b70122c40f06d6f16d40b6374642347a4f Mon Sep 17 00:00:00 2001 From: Hsiaoyi Hsu Date: Wed, 22 Jun 2022 23:08:15 +0800 Subject: [PATCH] feat: Added support for display name --- web/src/views/Cloud.vue | 61 ++++++++---------------- web/src/views/SubEditor.vue | 14 ++++-- web/src/views/Subscription.vue | 86 +++++++++------------------------- 3 files changed, 53 insertions(+), 108 deletions(-) diff --git a/web/src/views/Cloud.vue b/web/src/views/Cloud.vue index 2279780..5c5ebbd 100644 --- a/web/src/views/Cloud.vue +++ b/web/src/views/Cloud.vue @@ -24,22 +24,14 @@ - + + @@ -58,44 +50,29 @@ - + mdi-cloud - + - {{ sub.name }} + {{ sub['display-name'] || sub.name }} - + @@ -121,11 +98,11 @@