Extract display name logic to NameFormatService, refactor colored name parsing, and improve channel list scrolling.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export interface ColoredNameSegment {
|
||||
text: string;
|
||||
color?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user