]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+my-account/my-account.module.ts
Add history page on client
authorChocobozzz <me@florianbigard.com>
Tue, 18 Dec 2018 08:31:09 +0000 (09:31 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 18 Dec 2018 10:35:51 +0000 (11:35 +0100)
commit80bfd33c0bf910e2cfdd3270b14ba9eddd90e2e8
tree80cd14e2f503db64ebec5fcfbb94ce5db25f46c9
parent8b9a525a180cc9f3a98c334cc052dcfc8f36dcd4
Add history page on client
13 files changed:
client/src/app/+my-account/my-account-history/my-account-history.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-history/my-account-history.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-history/my-account-history.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-routing.module.ts
client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
client/src/app/+my-account/my-account.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/shared/menu/top-menu-dropdown.component.html
client/src/app/shared/menu/top-menu-dropdown.component.scss
client/src/app/shared/menu/top-menu-dropdown.component.ts
client/src/app/shared/shared.module.ts
client/src/app/shared/users/user-history.service.ts [new file with mode: 0644]
server/models/video/video.ts