chore: add remove icon

This commit is contained in:
Simon Ding
2025-04-23 13:34:33 +08:00
parent 78573b71a9
commit 386e5ce100

View File

@@ -122,6 +122,14 @@ class _ActivityPageState extends ConsumerState<ActivityPage>
color: Colors.green,
),
);
} else if (ac.status == "removed") {
return const Tooltip(
message: "已删除",
child: Icon(
Icons.remove,
//color: Colors.orange,
),
);
}
double p = ac.progress == null