mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-28 21:47:56 +08:00
chore: add remove icon
This commit is contained in:
@@ -122,6 +122,14 @@ class _ActivityPageState extends ConsumerState<ActivityPage>
|
|||||||
color: Colors.green,
|
color: Colors.green,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
} else if (ac.status == "removed") {
|
||||||
|
return const Tooltip(
|
||||||
|
message: "已删除",
|
||||||
|
child: Icon(
|
||||||
|
Icons.remove,
|
||||||
|
//color: Colors.orange,
|
||||||
|
),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
double p = ac.progress == null
|
double p = ac.progress == null
|
||||||
|
|||||||
Reference in New Issue
Block a user