aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorJulien Lemaire <sticmac@outlook.fr>2017-12-11 11:59:39 -0500
committerChocobozzz <me@florianbigard.com>2017-12-11 17:59:39 +0100
commitc7e1e432b0e5d321ff2331cf3ddff56c43500788 (patch)
tree753cdd499a0f04059869a96f41fb6a20d8eef258 /client/package.json
parented9f9f5fb04437b8dcf164fd0ae9c29b90826096 (diff)
downloadPeerTube-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/package.json')
-rw-r--r--client/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json
index 45f555f29..7441d15ec 100644
--- a/client/package.json
+++ b/client/package.json
@@ -71,6 +71,7 @@
71 "ngc-webpack": "3.2.2", 71 "ngc-webpack": "3.2.2",
72 "ngx-bootstrap": "2.0.0-beta.9", 72 "ngx-bootstrap": "2.0.0-beta.9",
73 "ngx-chips": "1.5.3", 73 "ngx-chips": "1.5.3",
74 "ngx-clipboard": "^9.0.0",
74 "ngx-infinite-scroll": "^0.7.0", 75 "ngx-infinite-scroll": "^0.7.0",
75 "ngx-pipes": "^2.0.5", 76 "ngx-pipes": "^2.0.5",
76 "node-sass": "^4.1.1", 77 "node-sass": "^4.1.1",