feat: dyn reaction

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-19 21:23:54 +08:00
parent 16b38d1d3b
commit c4dd07ab0f
16 changed files with 710 additions and 198 deletions

View File

@@ -67,7 +67,11 @@ class ActionPanel extends StatelessWidget {
),
Expanded(
child: TextButton.icon(
onPressed: () => PageUtils.pushDynDetail(item, isPush: true),
onPressed: () => PageUtils.pushDynDetail(
item,
isPush: true,
viewComment: true,
),
icon: Icon(
FontAwesomeIcons.comment,
size: 16,