Refactoring: merge video-watch scope into common.

In order to be able to use lit in videowatch related code, we have to
merge these scopes.
This commit is contained in:
John Livingston
2024-06-13 16:36:16 +02:00
parent f1e9d1dfec
commit 990ff2385a
15 changed files with 519 additions and 446 deletions

View File

@ -43,7 +43,7 @@ For example, `build-conversejs.js` use the folder `build/conversejs` to build a
The `client` folder contains the front-end source code.
Files like `client/common-client-plugin.ts`, `client/videowatch-client-plugin.ts`, ... are the base files that
Files like `client/common-client-plugin.ts`, `admin-plugin-client-plugin.ts`, ... are the base files that
are loaded by Peertube for different "scopes" (`common`, `videowatch`, ...).
Please refer to the [Peertube plugin documentation](https://docs.joinpeertube.org/contribute/plugins)
for more information.