diff options
author | Rigel Kent <par@rigelk.eu> | 2018-08-30 11:15:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-30 11:15:22 +0200 |
commit | 2d9fea161fd4fc73994fc77951bafdccdc2071fd (patch) | |
tree | 12b86d180d60c1a7df53f4f7dafc2bb2f68dbdf4 /client/package.json | |
parent | 649fa07756874e342821fb53840d2d5b2be9c68e (diff) | |
download | PeerTube-2d9fea161fd4fc73994fc77951bafdccdc2071fd.tar.gz PeerTube-2d9fea161fd4fc73994fc77951bafdccdc2071fd.tar.zst PeerTube-2d9fea161fd4fc73994fc77951bafdccdc2071fd.zip |
watch view visual tweaks and search/comment placeholder dismiss on focus (#983)
- make the placeholder disappear on focus in the search bar
- make the placeholder disappear on focus in the comment textarea
- make the texarea resize automagically
- refactor the watch view to use bootstrap 4's flexgrid
- move action buttons of the watch view to the right of the video info
- responsive tweaks and margin adjustments in the watch view
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index 4b24d5e31..26583faba 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -92,6 +92,7 @@ | |||
92 | "ngx-clipboard": "11.1.3", | 92 | "ngx-clipboard": "11.1.3", |
93 | "ngx-pipes": "^2.1.7", | 93 | "ngx-pipes": "^2.1.7", |
94 | "ngx-qrcode2": "^0.0.9", | 94 | "ngx-qrcode2": "^0.0.9", |
95 | "ngx-textarea-autosize": "^2.0.0", | ||
95 | "node-sass": "^4.9.3", | 96 | "node-sass": "^4.9.3", |
96 | "npm-font-source-sans-pro": "^1.0.2", | 97 | "npm-font-source-sans-pro": "^1.0.2", |
97 | "path-browserify": "^1.0.0", | 98 | "path-browserify": "^1.0.0", |