Skip to content

Commit 386e5ce

Browse files
committed
chore: add remove icon
1 parent 78573b7 commit 386e5ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ui/lib/activity.dart

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ class _ActivityPageState extends ConsumerState<ActivityPage>
122122
color: Colors.green,
123123
),
124124
);
125+
} else if (ac.status == "removed") {
126+
return const Tooltip(
127+
message: "已删除",
128+
child: Icon(
129+
Icons.remove,
130+
//color: Colors.orange,
131+
),
132+
);
125133
}
126134

127135
double p = ac.progress == null

0 commit comments

Comments
 (0)