feat: Optimize note encryption and decryption processes with parallel execution

This commit is contained in:
2026-05-19 10:09:20 +02:00
parent 9769087fd8
commit 2a898111fa
3 changed files with 316 additions and 74 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ class SyncStatusIndicator extends StatelessWidget {
_buildStatusBadge(
icon: Icons.cloud_download_outlined,
color: const Color.fromARGB(255, 154, 194, 112),
determinate: false,
determinate: true,
),
),
);