Add miniature quick actions to add video to Watch later playlist
authorRigel Kent <sendmemail@rigelk.eu>
Thu, 2 Jan 2020 12:07:18 +0000 (13:07 +0100)
committerRigel Kent <sendmemail@rigelk.eu>
Thu, 2 Jan 2020 13:50:14 +0000 (14:50 +0100)
commit29128b2f5ce00093ad81b4b72daae0e3444fd5a8
treef1a90ead86c16892255e2c661da3eed5f302a260
parentcca1e13b96799377f19bcc95110fbf76ff741e20
Add miniature quick actions to add video to Watch later playlist
13 files changed:
client/src/app/core/auth/auth-user.model.ts
client/src/app/core/auth/auth.service.ts
client/src/app/login/login.component.ts
client/src/app/shared/images/global-icon.component.ts
client/src/app/shared/video-playlist/video-playlist.service.ts
client/src/app/shared/video/video-thumbnail.component.html
client/src/app/shared/video/video-thumbnail.component.scss
client/src/app/shared/video/video-thumbnail.component.ts
client/src/assets/images/global/clock.svg [new file with mode: 0644]
server/controllers/api/users/me.ts
server/models/account/user.ts
server/tests/api/users/users.ts
shared/models/users/user.model.ts