Complete post actions

This commit is contained in:
2025-04-27 01:32:08 +08:00
parent 73a0b08854
commit 627b726bbc
12 changed files with 180 additions and 50 deletions

View File

@ -65,6 +65,7 @@ class IslandApp extends HookConsumerWidget {
final theme = ref.watch(themeProvider);
useEffect(() {
// Load userinfo
final userNotifier = ref.read(userInfoProvider.notifier);
Future(() {
userNotifier.fetchUser();