✨ Better attachment list
This commit is contained in:
@ -66,7 +66,7 @@ class PostItem extends StatelessWidget {
|
||||
AttachmentList(
|
||||
data: data.preload!.attachments!,
|
||||
bordered: true,
|
||||
maxHeight: 520,
|
||||
maxHeight: 480,
|
||||
listPadding: const EdgeInsets.symmetric(horizontal: 12),
|
||||
),
|
||||
Container(
|
||||
|
@ -92,7 +92,7 @@ class PostMediaPendingList extends StatelessWidget {
|
||||
icon: Symbols.preview,
|
||||
onSelected: () {
|
||||
context.pushTransparentRoute(
|
||||
AttachmentDetailPopup(data: media.attachment!),
|
||||
AttachmentZoomView(data: [media.attachment!]),
|
||||
rootNavigator: true,
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user