feat: add pin lock / fix performance on history view

This commit is contained in:
2026-07-12 12:03:26 +02:00
parent ae3d2dd302
commit 160b4e4cda
10 changed files with 682 additions and 52 deletions
+1 -4
View File
@@ -28,10 +28,7 @@ class _HistoryScreenViewState extends State<HistoryScreenView> with RouteAware {
@override
void didChangeDependencies() {
super.didChangeDependencies();
WidgetsBinding.instance.addPostFrameCallback((_) {
context.read<HistoryViewModel>().load();
});
routeObserver.subscribe(this, ModalRoute.of(context)! as PageRoute);
}
@override