mirror of
https://git.meshkee.com/Meshkee/dashboards.git
synced 2026-08-11 22:30:58 +04:30
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
@@ -2,7 +2,7 @@ import { BrowserRouter, Routes, Route } from 'react-router-dom'
|
||||
import { AuthProvider } from './context/AuthContext'
|
||||
import { CustomerThemeProvider } from './context/CustomerThemeContext'
|
||||
import { TenantBrandingProvider } from './context/TenantBrandingContext'
|
||||
import { ToastProvider } from '@meshkee/dashboard-ui'
|
||||
import { LocaleProvider, ToastProvider } from '@meshkee/dashboard-ui'
|
||||
import { CustomerDomainGuard } from './components/CustomerDomainGuard'
|
||||
import { DashboardDocumentTitle } from './components/DashboardDocumentTitle'
|
||||
import { ProtectedRoute } from './components/ProtectedRoute'
|
||||
@@ -26,6 +26,7 @@ import { CheckoutFailedStep } from './pages/checkout/CheckoutFailedStep'
|
||||
function App() {
|
||||
return (
|
||||
<CustomerDomainGuard>
|
||||
<LocaleProvider>
|
||||
<CustomerThemeProvider>
|
||||
<BrowserRouter>
|
||||
<TenantBrandingProvider>
|
||||
@@ -64,6 +65,7 @@ function App() {
|
||||
</TenantBrandingProvider>
|
||||
</BrowserRouter>
|
||||
</CustomerThemeProvider>
|
||||
</LocaleProvider>
|
||||
</CustomerDomainGuard>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user