Custom channel emoticons WIP (#130) + various fix

This commit is contained in:
John Livingston
2024-06-05 15:56:03 +02:00
parent 688ab4f029
commit 04403225fb
10 changed files with 215 additions and 23 deletions

View File

@ -12,7 +12,7 @@ import type { RegisterClientOptions } from '@peertube/peertube-types/client'
import { Task } from '@lit/task'
import { localizedHelpUrl } from '../../../utils/help'
import { ptTr } from '../directives/translation'
import { DirectiveResult } from 'lit/directive'
import type { DirectiveResult } from 'lit/directive'
import { LivechatElement } from './livechat'
@customElement('livechat-help-button')