New full screen chat WIP + code refactoring.

This commit is contained in:
John Livingston
2024-01-08 11:56:44 +01:00
parent 22a675e915
commit e04d553d0b
10 changed files with 74 additions and 15 deletions

View File

@ -2,8 +2,8 @@ import type { RegisterClientOptions } from '@peertube/peertube-types/client'
import type { Video } from '@peertube/peertube-types'
import { AutoColors, isAutoColorsAvailable } from 'shared/lib/autocolors'
import { getBaseRoute } from '../utils/uri'
import { logger } from './logger'
import { computeAutoColors } from './colors'
import { logger } from '../utils/logger'
import { computeAutoColors } from '../utils/colors'
interface UriOptions {
readonly?: boolean | 'noscroll'