]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+videos/+video-watch/comment/video-comment.component.scss
Refactor actor avatar display
authorChocobozzz <me@florianbigard.com>
Wed, 28 Apr 2021 09:49:34 +0000 (11:49 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 28 Apr 2021 09:49:34 +0000 (11:49 +0200)
commit746018f6b81b40e8858303662ac9ec5ce59ac6eb
tree7b115d12c1926e6283346072fe1c6adbf056abd7
parentec489ce2f74570f94dffb62266f4ed6f18621b3e
Refactor actor avatar display
62 files changed:
client/src/app/+accounts/account-video-channels/account-video-channels.component.html
client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
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/+my-account/my-account.module.ts
client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss
client/src/app/+my-library/+my-video-channels/my-video-channels.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-subscriptions/my-subscriptions.component.html
client/src/app/+my-library/my-subscriptions/my-subscriptions.component.scss
client/src/app/+search/search.component.html
client/src/app/+search/search.component.scss
client/src/app/+search/search.component.ts
client/src/app/+search/search.module.ts
client/src/app/+video-channels/video-channels.component.html
client/src/app/+video-channels/video-channels.component.scss
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.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/+videos/video-list/overview/video-overview.component.html
client/src/app/+videos/video-list/overview/video-overview.component.scss
client/src/app/+videos/video-list/overview/video-overview.component.ts
client/src/app/+videos/videos.module.ts
client/src/app/app.module.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-list-table.component.html
client/src/app/shared/shared-abuse-list/shared-abuse-list.module.ts
client/src/app/shared/shared-account-avatar/account-avatar.component.html [deleted file]
client/src/app/shared/shared-account-avatar/account-avatar.component.ts [deleted file]
client/src/app/shared/shared-account-avatar/index.ts [deleted file]
client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html
client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss
client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts
client/src/app/shared/shared-actor-image-edit/shared-actor-image-edit.module.ts
client/src/app/shared/shared-actor-image/actor-avatar.component.html [new file with mode: 0644]
client/src/app/shared/shared-actor-image/actor-avatar.component.scss [moved from client/src/app/shared/shared-account-avatar/account-avatar.component.scss with 53% similarity]
client/src/app/shared/shared-actor-image/actor-avatar.component.ts [new file with mode: 0644]
client/src/app/shared/shared-actor-image/index.ts [new file with mode: 0644]
client/src/app/shared/shared-actor-image/shared-actor-image.module.ts [moved from client/src/app/shared/shared-account-avatar/shared-account-avatar.module.ts with 65% similarity]
client/src/app/shared/shared-main/users/user-notification.model.ts
client/src/app/shared/shared-main/users/user-notifications.component.scss
client/src/app/shared/shared-main/video-channel/video-channel.model.ts
client/src/app/shared/shared-moderation/account-blocklist.component.html
client/src/app/shared/shared-moderation/shared-moderation.module.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/sass/include/_actor.scss
client/src/sass/include/_mixins.scss