Comment threading

👽 Fix chat notify level
This commit is contained in:
2025-08-01 13:01:38 +08:00
parent 890a8a44cf
commit 4d489425fa
5 changed files with 225 additions and 55 deletions

View File

@@ -24,7 +24,14 @@ class PostRepliesSheet extends HookConsumerWidget {
// Replies list
Expanded(
child: CustomScrollView(
slivers: [PostRepliesList(postId: post.id.toString())],
slivers: [
PostRepliesList(
postId: post.id.toString(),
onOpen: () {
Navigator.pop(context);
},
),
],
),
),
// Quick reply section