Refactoring: moving some template to separate files + classMap fix.

This commit is contained in:
John Livingston
2024-06-12 17:08:48 +02:00
parent 2c3739f633
commit 4976a4f282
7 changed files with 518 additions and 438 deletions

View File

@ -20,9 +20,6 @@ export class ChannelHomeElement extends LivechatElement {
@provide({ context: channelDetailsServiceContext })
private _channelDetailsService?: ChannelDetailsService
@state()
public _formStatus: boolean | any = undefined
private readonly _asyncTaskRender = new Task(this, {
task: async () => {
// Getting the current username in localStorage. Don't know any cleaner way to do.