mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-10 03:57:39 +08:00
feat: episode status
This commit is contained in:
@@ -32,9 +32,10 @@ class ActivityPage extends ConsumerWidget {
|
||||
DataCell(Text("${activity.date!.toLocal()}")),
|
||||
DataCell(() {
|
||||
if (activity.status == "uploading") {
|
||||
return const MyProgressIndicator(
|
||||
size: 20,
|
||||
);
|
||||
return const SizedBox(
|
||||
width: 20,
|
||||
height: 20,
|
||||
child: CircularProgressIndicator());
|
||||
} else if (activity.status == "fail") {
|
||||
return const Icon(
|
||||
Icons.close,
|
||||
|
||||
Reference in New Issue
Block a user