nicer placeholders

This commit is contained in:
Henry Hiles 2026-01-15 20:03:36 -05:00
commit fae1a81153
No known key found for this signature in database
3 changed files with 24 additions and 10 deletions

View file

@ -500,9 +500,14 @@ class RoomChat extends HookConsumerWidget {
required bool isSentByMe,
MessageGroupStatus? groupStatus,
}) => InkWell(
onTap: () => showAboutDialog(
onTap: () => showDialog(
context: context,
), // TODO: Download
builder: (_) => Dialog(
child: Text(
"TODO: Download Attachments", // TODO
),
),
),
child: FlyerChatFileMessage(
topWidget: TopWidget(
message,