refactor: decouple calendar screens from route-driven reload

This commit is contained in:
qzl
2026-03-20 15:34:44 +08:00
parent 0476f7f80c
commit 8883248968
6 changed files with 229 additions and 45 deletions
@@ -48,4 +48,8 @@ class CalendarStateManager extends ChangeNotifier {
);
notifyListeners();
}
void refresh() {
notifyListeners();
}
}