Post date

This commit is contained in:
2025-06-14 15:39:39 +08:00
parent 129c215a02
commit 36fb06b81c
5 changed files with 449 additions and 72 deletions

View File

@ -47,6 +47,7 @@ class PostDetailScreen extends HookConsumerWidget {
PostItem(
item: post!,
isOpenable: false,
isFullPost: true,
backgroundColor: isWide ? Colors.transparent : null,
),
const Divider(height: 1),
@ -63,7 +64,6 @@ class PostDetailScreen extends HookConsumerWidget {
right: 0,
child: Material(
elevation: 2,
color: Colors.transparent,
child: PostQuickReply(
parent: post,
onPosted: () {