mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-09 19:20:46 +08:00
chore: add remove icon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user