Add FA/EN locale, home activity charts, and theme-aware polish.
Ship shared LocaleProvider, business/customer i18n, branding defaultLocale, curated home tiles with dual 30-day charts, and chart/page aura tokens; refresh PROJECT_CONTEXT. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
f5b2193ba1
commit
66004a0fba
@@ -4,6 +4,7 @@ import { DashboardDocumentTitle } from './components/DashboardDocumentTitle'
|
||||
import { AuthProvider } from './context/AuthContext'
|
||||
import { BusinessThemeProvider } from './context/BusinessThemeContext'
|
||||
import { TenantBrandingProvider } from './context/TenantBrandingContext'
|
||||
import { LocaleProvider } from '@meshkee/dashboard-ui'
|
||||
import { ToastProvider } from './context/ToastContext'
|
||||
import { ProtectedRoute } from './components/ProtectedRoute'
|
||||
import { GuestRoute } from './components/GuestRoute'
|
||||
@@ -50,6 +51,7 @@ import { WebsiteSpecialBrandsPage } from './pages/WebsiteSpecialBrandsPage'
|
||||
function App() {
|
||||
return (
|
||||
<BusinessDomainGuard>
|
||||
<LocaleProvider>
|
||||
<BrowserRouter>
|
||||
<TenantBrandingProvider>
|
||||
<DashboardDocumentTitle />
|
||||
@@ -111,6 +113,7 @@ function App() {
|
||||
</AuthProvider>
|
||||
</TenantBrandingProvider>
|
||||
</BrowserRouter>
|
||||
</LocaleProvider>
|
||||
</BusinessDomainGuard>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user