]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/types/register-client-option.model.ts
Add ability for plugins to register client routes
authorChocobozzz <me@florianbigard.com>
Fri, 10 Dec 2021 14:01:12 +0000 (15:01 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 10 Dec 2021 14:01:12 +0000 (15:01 +0100)
commitd63e6d4604dfbe4938c7d66832c9202364c5bb64
tree6bd444be722276ff214d911284a400e374bdddc8
parent03a65456f44a6152bb68975e29e076c8c5754cd6
Add ability for plugins to register client routes
14 files changed:
client/src/app/+plugin-pages/index.ts [new file with mode: 0644]
client/src/app/+plugin-pages/plugin-pages-routing.module.ts [new file with mode: 0644]
client/src/app/+plugin-pages/plugin-pages.component.html [new file with mode: 0644]
client/src/app/+plugin-pages/plugin-pages.component.ts [new file with mode: 0644]
client/src/app/+plugin-pages/plugin-pages.module.ts [new file with mode: 0644]
client/src/app/app-routing.module.ts
client/src/app/core/plugins/plugin.service.ts
client/src/app/core/routing/custom-reuse-strategy.ts
client/src/root-helpers/plugins-manager.ts
client/src/standalone/videos/embed.ts
client/src/types/register-client-option.model.ts
shared/models/plugins/client/index.ts
shared/models/plugins/client/register-client-route.model.ts [new file with mode: 0644]
shared/models/plugins/client/register-client-settings-script.model.ts