]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+about/about-follows/about-follows.component.html
Add list of instance follows in about page
authorChocobozzz <me@florianbigard.com>
Thu, 6 Jun 2019 09:39:22 +0000 (11:39 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 6 Jun 2019 09:43:01 +0000 (11:43 +0200)
commita6dbbf03865a955caaedc3b12f3de3e386fe850f
tree8beae7a5868c4bc9a89667852686cc3d312b2253
parent776ca9b1cc21daf96b48ecc9cc70a50ee3bfaf68
Add list of instance follows in about page
15 files changed:
client/src/app/+about/about-follows/about-follows.component.html [new file with mode: 0644]
client/src/app/+about/about-follows/about-follows.component.scss [new file with mode: 0644]
client/src/app/+about/about-follows/about-follows.component.ts [new file with mode: 0644]
client/src/app/+about/about-routing.module.ts
client/src/app/+about/about.component.html
client/src/app/+about/about.module.ts
client/src/app/+admin/admin.module.ts
client/src/app/+admin/follows/followers-list/followers-list.component.ts
client/src/app/+admin/follows/following-add/following-add.component.ts
client/src/app/+admin/follows/following-list/following-list.component.ts
client/src/app/+admin/follows/index.ts
client/src/app/+admin/follows/shared/index.ts [deleted file]
client/src/app/shared/instance/follow.service.ts [moved from client/src/app/+admin/follows/shared/follow.service.ts with 92% similarity]
client/src/app/shared/shared.module.ts
client/src/app/shared/video/abstract-video-list.html