feature: Re-implemented syncing

This commit is contained in:
PartyDonut 2025-07-27 10:54:29 +02:00
parent c5c7f71b84
commit 86ff355e21
51 changed files with 3067 additions and 1147 deletions

View file

@ -34,10 +34,11 @@ class IconButtonAwaitState extends State<IconButtonAwait> {
} catch (e) {
log(e.toString());
} finally {
setState(() {
if (!mounted) return;
loading = false;
});
if (mounted) {
setState(() {
loading = false;
});
}
}
},
icon: AnimatedFadeSize(