]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts
Add ability to set custom markdown in description
authorChocobozzz <me@florianbigard.com>
Mon, 31 May 2021 09:33:49 +0000 (11:33 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 31 May 2021 09:33:49 +0000 (11:33 +0200)
commit8ee25e17b88b970703f4df9e74cb4726bbffd837
tree450d73715c747c82efe6c919ebeda6411c01c5e0
parent15f35256af15b97d2298cc44e76ffcafe73a1c88
Add ability to set custom markdown in description
34 files changed:
client/src/app/+about/about-instance/about-instance.component.html
client/src/app/+about/about-instance/about-instance.component.ts
client/src/app/+about/about.module.ts
client/src/app/+admin/config/edit-custom-config/edit-homepage.component.html
client/src/app/+admin/config/edit-custom-config/edit-homepage.component.ts
client/src/app/+admin/config/edit-custom-config/edit-instance-information.component.html
client/src/app/+admin/config/edit-custom-config/edit-instance-information.component.ts
client/src/app/+home/home.component.html
client/src/app/+home/home.component.ts
client/src/app/shared/shared-custom-markup/custom-markup-container.component.html [new file with mode: 0644]
client/src/app/shared/shared-custom-markup/custom-markup-container.component.ts [new file with mode: 0644]
client/src/app/shared/shared-custom-markup/custom-markup.service.ts
client/src/app/shared/shared-custom-markup/index.ts
client/src/app/shared/shared-custom-markup/peertube-custom-tags/button-markup.component.html [moved from client/src/app/shared/shared-custom-markup/button-markup.component.html with 100% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/button-markup.component.scss [moved from client/src/app/shared/shared-custom-markup/button-markup.component.scss with 100% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/button-markup.component.ts [moved from client/src/app/shared/shared-custom-markup/button-markup.component.ts with 93% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html [moved from client/src/app/shared/shared-custom-markup/channel-miniature-markup.component.html with 100% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss [moved from client/src/app/shared/shared-custom-markup/channel-miniature-markup.component.scss with 100% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts [moved from client/src/app/shared/shared-custom-markup/channel-miniature-markup.component.ts with 89% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/embed-markup.component.ts [moved from client/src/app/shared/shared-custom-markup/embed-markup.component.ts with 100% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/index.ts [new file with mode: 0644]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/playlist-miniature-markup.component.html [moved from client/src/app/shared/shared-custom-markup/playlist-miniature-markup.component.html with 100% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/playlist-miniature-markup.component.scss [moved from client/src/app/shared/shared-custom-markup/playlist-miniature-markup.component.scss with 100% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/playlist-miniature-markup.component.ts [moved from client/src/app/shared/shared-custom-markup/playlist-miniature-markup.component.ts with 84% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/video-miniature-markup.component.html [moved from client/src/app/shared/shared-custom-markup/video-miniature-markup.component.html with 100% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/video-miniature-markup.component.scss [moved from client/src/app/shared/shared-custom-markup/video-miniature-markup.component.scss with 100% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/video-miniature-markup.component.ts [moved from client/src/app/shared/shared-custom-markup/video-miniature-markup.component.ts with 87% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.html [moved from client/src/app/shared/shared-custom-markup/videos-list-markup.component.html with 100% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.scss [moved from client/src/app/shared/shared-custom-markup/videos-list-markup.component.scss with 100% similarity]
client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts [moved from client/src/app/shared/shared-custom-markup/videos-list-markup.component.ts with 91% similarity]
client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
client/src/app/shared/shared-instance/instance-about-accordion.component.ts
client/src/app/shared/shared-instance/instance.service.ts
client/src/app/shared/shared-instance/shared-instance.module.ts