From 660d11e91e1643927028d2d6870a911f569b34d8 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 25 Sep 2018 15:42:58 +0200 Subject: refactor subscribe button and comment-add for visitor-interact UX (#1100) * refactor subscribe button for visitor-subscribe UX * refactor comment-add for visitor-interact UX --- .../subscribe-button.component.html | 60 ++++++++++++++++------ 1 file changed, 45 insertions(+), 15 deletions(-) (limited to 'client/src/app/shared/user-subscription/subscribe-button.component.html') diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.html b/client/src/app/shared/user-subscription/subscribe-button.component.html index 34c024c17..b62fb7dfa 100644 --- a/client/src/app/shared/user-subscription/subscribe-button.component.html +++ b/client/src/app/shared/user-subscription/subscribe-button.component.html @@ -1,15 +1,45 @@ - - Subscribe - - {{ videoChannel.followersCount | myNumberFormatter }} - - - - - Subscribed - Unsubscribe - - - {{ videoChannel.followersCount | myNumberFormatter }} - - +
+ + + +
+ + +
+
\ No newline at end of file -- cgit v1.2.3