Post reaction detail popover

This commit is contained in:
2025-10-12 22:05:47 +08:00
parent 707143e998
commit 3ae56f3d89
9 changed files with 698 additions and 189 deletions

View File

@@ -579,6 +579,7 @@ class PostItem extends HookConsumerWidget {
onReact: (symbol, attitude) {
reactPost(symbol, attitude);
},
postId: item.id,
);
},
);
@@ -686,6 +687,7 @@ class PostReactionList extends HookConsumerWidget {
onReact: (symbol, attitude) {
reactPost(symbol, attitude);
},
postId: parentId,
);
},
);