refactor(app): tighten chat and sync boundaries

This commit is contained in:
2026-07-01 14:03:25 +08:00
parent f6e7adbe96
commit 760e4fe343
19 changed files with 215 additions and 677 deletions
+6 -3
View File
@@ -19,10 +19,13 @@ import type { ReactNode } from "react";
import { AuthProvider } from "@/stores/auth/auth-context";
import { AuthStatusChecker } from "@/stores/auth/auth-status-checker";
import { OAuthSessionSync } from "@/stores/auth/oauth-session-sync";
import { ChatAuthSync } from "@/stores/chat/chat-auth-sync";
import { ChatProvider } from "@/stores/chat/chat-context";
import { PaymentProvider, PaymentSuccessSync } from "@/stores/payment";
import { UserAuthSync } from "@/stores/user/user-auth-sync";
import { PaymentProvider } from "@/stores/payment";
import {
ChatAuthSync,
PaymentSuccessSync,
UserAuthSync,
} from "@/stores/sync";
import { UserProvider } from "@/stores/user/user-context";
export interface RootProvidersProps {