Merge pull request #31 from duckietm/Dev

Dev
This commit is contained in:
DuckieTM
2026-03-21 08:43:37 +01:00
committed by GitHub
14 changed files with 839 additions and 4 deletions
@@ -7,6 +7,10 @@ export class ChatBubbleMessage
public height: number = 0;
public elementRef: HTMLDivElement = null;
public skipMovement: boolean = false;
public prefixText: string = '';
public prefixColor: string = '';
public prefixIcon: string = '';
public prefixEffect: string = '';
private _top: number = 0;
private _left: number = 0;