Rewriting Share modal WIP:

Using lit to entirely rewrite the share chat modal.
This commit is contained in:
John Livingston
2024-06-14 13:03:14 +02:00
parent 4851e35fba
commit 75dd2e4d59
12 changed files with 559 additions and 436 deletions

View File

@ -5,6 +5,7 @@
import type { Video } from '@peertube/peertube-types'
import { getPtContext } from '../lib/contexts/peertube'
import { initChat } from './chat'
import './elements' // Import all needed elements.
interface VideoWatchLoadedHookOptions {
videojs: any