diff options
author | Julien Lemaire <sticmac@outlook.fr> | 2017-12-11 11:59:39 -0500 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-11 17:59:39 +0100 |
commit | c7e1e432b0e5d321ff2331cf3ddff56c43500788 (patch) | |
tree | 753cdd499a0f04059869a96f41fb6a20d8eef258 /client/yarn.lock | |
parent | ed9f9f5fb04437b8dcf164fd0ae9c29b90826096 (diff) | |
download | PeerTube-c7e1e432b0e5d321ff2331cf3ddff56c43500788.tar.gz PeerTube-c7e1e432b0e5d321ff2331cf3ddff56c43500788.tar.zst PeerTube-c7e1e432b0e5d321ff2331cf3ddff56c43500788.zip |
Copy to clipboard (#142)
* Copy buttons on share view
Ugly but working buttons to copy video url and video iframe code.
Add ngx-clipboard dependency to allow easy copy to clipboard directive.
* Designed copy buttons
Using some css (scss) rules to make buttons look better.
* First version on copy feedback
Little success alert message on copy.
Fix lint errors
Move dependencies to dev dependencies
* Update button design
* Use of notifications service
Provides feedback of copy action to the user through the
angular2-notifications module.
Diffstat (limited to 'client/yarn.lock')
-rw-r--r-- | client/yarn.lock | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/yarn.lock b/client/yarn.lock index bd6870061..9cead52e4 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -4714,6 +4714,16 @@ ngx-chips@1.5.3: | |||
4714 | dependencies: | 4714 | dependencies: |
4715 | ng2-material-dropdown "0.7.10" | 4715 | ng2-material-dropdown "0.7.10" |
4716 | 4716 | ||
4717 | ngx-clipboard@^9.0.0: | ||
4718 | version "9.0.0" | ||
4719 | resolved "https://registry.yarnpkg.com/ngx-clipboard/-/ngx-clipboard-9.0.0.tgz#a56e4a3d0488a491898ee5209980b81ddad8b659" | ||
4720 | dependencies: | ||
4721 | ngx-window-token "0.0.4" | ||
4722 | |||
4723 | ngx-window-token@0.0.4: | ||
4724 | version "0.0.4" | ||
4725 | resolved "https://registry.yarnpkg.com/ngx-window-token/-/ngx-window-token-0.0.4.tgz#47e7aaa465411c4ab5f7ba17601bc593c956c736" | ||
4726 | |||
4717 | ngx-infinite-scroll@^0.7.0: | 4727 | ngx-infinite-scroll@^0.7.0: |
4718 | version "0.7.0" | 4728 | version "0.7.0" |
4719 | resolved "https://registry.yarnpkg.com/ngx-infinite-scroll/-/ngx-infinite-scroll-0.7.0.tgz#a390c61c6a05ac14485e1c5bc8b4e6f6bd62fd6a" | 4729 | resolved "https://registry.yarnpkg.com/ngx-infinite-scroll/-/ngx-infinite-scroll-0.7.0.tgz#a390c61c6a05ac14485e1c5bc8b4e6f6bd62fd6a" |