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/yarn.lock | |
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/yarn.lock')
-rw-r--r-- | client/yarn.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/yarn.lock b/client/yarn.lock index c79ec3c27..4766def1c 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -5127,6 +5127,12 @@ ngx-qrcode2@^0.0.9: | |||
5127 | dependencies: | 5127 | dependencies: |
5128 | qrcode "^0.8.2" | 5128 | qrcode "^0.8.2" |
5129 | 5129 | ||
5130 | ngx-textarea-autosize@^2.0.0: | ||
5131 | version "2.0.0" | ||
5132 | resolved "https://registry.yarnpkg.com/ngx-textarea-autosize/-/ngx-textarea-autosize-2.0.0.tgz#70d0bf770ebd62b5609c6552233d29c304f92ab8" | ||
5133 | dependencies: | ||
5134 | tslib "^1.7.1" | ||
5135 | |||
5130 | ngx-window-token@^1.0.0: | 5136 | ngx-window-token@^1.0.0: |
5131 | version "1.0.0" | 5137 | version "1.0.0" |
5132 | resolved "https://registry.yarnpkg.com/ngx-window-token/-/ngx-window-token-1.0.0.tgz#12acb174fbbcffa5c60b3fea5a6ea78cc3304793" | 5138 | resolved "https://registry.yarnpkg.com/ngx-window-token/-/ngx-window-token-1.0.0.tgz#12acb174fbbcffa5c60b3fea5a6ea78cc3304793" |