refactor subscribe button and comment-add for visitor-interact UX (#1100)
authorRigel Kent <par@rigelk.eu>
Tue, 25 Sep 2018 13:42:58 +0000 (15:42 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Sep 2018 13:42:58 +0000 (15:42 +0200)
commit660d11e91e1643927028d2d6870a911f569b34d8
tree455a39a397667eaa175a87d4b62b46406e75711a
parentba6a98b8fad8214338e0d0919eac3439e90569fe
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
17 files changed:
client/src/app/+video-channels/video-channels.component.html
client/src/app/search/search.component.html
client/src/app/shared/shared.module.ts
client/src/app/shared/user-subscription/index.ts
client/src/app/shared/user-subscription/remote-subscribe.component.html [new file with mode: 0644]
client/src/app/shared/user-subscription/remote-subscribe.component.scss [new file with mode: 0644]
client/src/app/shared/user-subscription/remote-subscribe.component.ts [new file with mode: 0644]
client/src/app/shared/user-subscription/subscribe-button.component.html
client/src/app/shared/user-subscription/subscribe-button.component.scss
client/src/app/shared/user-subscription/subscribe-button.component.ts
client/src/app/videos/+video-watch/comment/video-comment-add.component.html
client/src/app/videos/+video-watch/comment/video-comment-add.component.scss
client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
client/src/app/videos/+video-watch/comment/video-comments.component.html
client/src/app/videos/+video-watch/video-watch.component.html
client/src/sass/application.scss
client/src/sass/include/_bootstrap.scss