]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+accounts/accounts.module.ts
Add AccountAvatarComponent (#3965)
authorkontrollanten <6680299+kontrollanten@users.noreply.github.com>
Thu, 15 Apr 2021 08:01:27 +0000 (10:01 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Apr 2021 08:01:27 +0000 (10:01 +0200)
commitfbdcd4ec9f549b730f8311512bcc0c0b7bc2db0a
treee4c4d3a9abdc52afb2443234a57d74f0819b7d08
parent266947e5efc7ff30b0020beb5a74e4d4fc696fa5
Add AccountAvatarComponent (#3965)

* refactor(client): create account-avatar component

* continue implement account-avatar

* fix review comments
45 files changed:
client/src/app/+accounts/accounts.component.html
client/src/app/+accounts/accounts.module.ts
client/src/app/+admin/admin.module.ts
client/src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html
client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html
client/src/app/+admin/users/user-list/user-list.component.html
client/src/app/+admin/users/user-list/user-list.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/+my-library/my-library.module.ts
client/src/app/+my-library/my-ownership/my-ownership.component.html
client/src/app/+my-library/my-ownership/my-ownership.component.ts
client/src/app/+video-channels/video-channels.component.html
client/src/app/+video-channels/video-channels.module.ts
client/src/app/+videos/+video-watch/comment/video-comment-add.component.html
client/src/app/+videos/+video-watch/comment/video-comment-add.component.scss
client/src/app/+videos/+video-watch/comment/video-comment-add.component.ts
client/src/app/+videos/+video-watch/comment/video-comment.component.html
client/src/app/+videos/+video-watch/comment/video-comment.component.scss
client/src/app/+videos/+video-watch/comment/video-comment.component.ts
client/src/app/+videos/+video-watch/video-avatar-channel.component.html
client/src/app/+videos/+video-watch/video-watch.module.ts
client/src/app/app.module.ts
client/src/app/core/users/user.model.ts
client/src/app/menu/menu.component.html
client/src/app/menu/menu.component.scss
client/src/app/shared/shared-abuse-list/abuse-details.component.html
client/src/app/shared/shared-abuse-list/abuse-details.component.ts
client/src/app/shared/shared-abuse-list/abuse-list-table.component.html
client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts
client/src/app/shared/shared-abuse-list/shared-abuse-list.module.ts
client/src/app/shared/shared-account-avatar/account-avatar.component.html [new file with mode: 0644]
client/src/app/shared/shared-account-avatar/account-avatar.component.scss [new file with mode: 0644]
client/src/app/shared/shared-account-avatar/account-avatar.component.ts [new file with mode: 0644]
client/src/app/shared/shared-account-avatar/index.ts [new file with mode: 0644]
client/src/app/shared/shared-account-avatar/shared-account-avatar.module.ts [new file with mode: 0644]
client/src/app/shared/shared-main/video/video.model.ts
client/src/app/shared/shared-moderation/account-blocklist.component.html
client/src/app/shared/shared-moderation/account-blocklist.component.ts
client/src/app/shared/shared-moderation/shared-moderation.module.ts
client/src/app/shared/shared-video-comment/video-comment.model.ts
client/src/app/shared/shared-video-miniature/shared-video-miniature.module.ts
client/src/app/shared/shared-video-miniature/video-miniature.component.html
client/src/app/shared/shared-video-miniature/video-miniature.component.scss
client/src/app/shared/shared-video-miniature/video-miniature.component.ts
client/src/sass/include/_actor.scss