feat: show content type alongside size in attachment list
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
b814a3736b
commit
24ca243edc
@@ -137,7 +137,7 @@ class _EmailDetailScreenState extends ConsumerState<EmailDetailScreen> {
|
||||
dense: true,
|
||||
leading: const Icon(Icons.attach_file),
|
||||
title: Text(att.filename),
|
||||
subtitle: Text(fmtSize(att.size)),
|
||||
subtitle: Text('${att.contentType} • ${fmtSize(att.size)}'),
|
||||
trailing: _downloading.contains(att.filename)
|
||||
? const SizedBox(
|
||||
width: 24,
|
||||
|
||||
Reference in New Issue
Block a user