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 6534e2d46e - Show all commits

change embed color

Henry Hiles 2026-05-19 10:42:59 -04:00
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -24,6 +24,9 @@ class LinkPreview extends ConsumerWidget {
.watch(LaunchHelper.provider)
.launchUrl(Uri.parse(link)),
child: Card(
color: Theme.of(
context,
).colorScheme.surfaceContainerHighest,
child: Padding(
padding: EdgeInsetsGeometry.all(8),
child: Column(