Polish business dashboard profile, FA layout, and pagination.
Add a real user profile page with multi-address CRUD, localize business profile, fix RTL category tree and login/sidebar logo fallbacks, and keep pagination controls centered with aligned page meta. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
26b6b0a1b6
commit
d8c9c0b017
@@ -18,6 +18,7 @@ import { MyProductsPage } from './pages/MyProductsPage'
|
||||
import { ProductDetailsPage } from './pages/ProductDetailsPage'
|
||||
import { ProductSettingsPage } from './pages/ProductSettingsPage'
|
||||
import { BusinessProfilePage } from './pages/BusinessProfilePage'
|
||||
import { ProfilePage } from './pages/ProfilePage'
|
||||
import { StorePage } from './pages/StorePage'
|
||||
import { StoreItemsPage } from './pages/StoreItemsPage'
|
||||
import { StoreSpecialsPage } from './pages/StoreSpecialsPage'
|
||||
@@ -66,6 +67,7 @@ function App() {
|
||||
<Route element={<ProtectedRoute />}>
|
||||
<Route element={<PageLayout />}>
|
||||
<Route index element={<HomePage />} />
|
||||
<Route path="profile" element={<ProfilePage />} />
|
||||
<Route path="business-profile" element={<BusinessProfilePage />} />
|
||||
<Route path="products" element={<ProductsPage />} />
|
||||
<Route path="products/categories" element={<CategoriesPage />} />
|
||||
|
||||
Reference in New Issue
Block a user