Remove flutter chat #26

Manually merged
Henry-Hiles merged 108 commits from remove-flutter-chat into main 2026-05-22 15:26:28 -04:00
Showing only changes of commit 0da5e8beac - Show all commits

fix overflow of reply preview

Henry Hiles 2026-05-19 21:57:55 -04:00
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -154,12 +154,14 @@ class EventRenderer extends ConsumerWidget {
spacing: 8, spacing: 8,
children: [ children: [
MessageAvatar(event, height: 24), MessageAvatar(event, height: 24),
MessageDisplayname( Flexible(
event, child: MessageDisplayname(
style: TextStyle( event,
color: style: TextStyle(
theme.colorScheme.primary, color:
fontWeight: FontWeight.bold, theme.colorScheme.primary,
fontWeight: FontWeight.bold,
),
), ),
), ),
Expanded( Expanded(