add shared chat session support (#424)

* dispose overlay timer

* fix pip

* add channel indicators to messages for shared chat sessions

* add tooltip to chat message pfp

* remove tooltip marign/padding

* return null instead of throwing error

* fix build error
This commit is contained in:
Tommy Chow
2024-12-23 16:05:07 -05:00
committed by GitHub
parent 4f28408be6
commit 817289a01d
8 changed files with 142 additions and 2 deletions

View File

@ -71,8 +71,6 @@ class FrostyThemes {
tabAlignment: TabAlignment.start,
),
tooltipTheme: TooltipThemeData(
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
margin: const EdgeInsets.symmetric(horizontal: 16),
decoration: BoxDecoration(
color: backgroundColor,
borderRadius: const BorderRadius.all(Radius.circular(8)),