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

@ -1,5 +1,5 @@
import type { SVGButton } from './buttons'
import { logger } from './logger'
import { logger } from '../utils/logger'
interface displayButtonOptionsBase {
buttonContainer: HTMLElement