feat(merchant): premium UI redesign of Reports, Inventory, Stocks, Settings, and Team Access views
This commit is contained in:
11
src/App.tsx
11
src/App.tsx
@@ -38,7 +38,6 @@ import { FIESTA_TENANT_ID, str as fstr } from './services/fiestaApi';
|
||||
import Sidebar from './components/Sidebar';
|
||||
import Header from './components/Header';
|
||||
import DashboardView from './components/DashboardView';
|
||||
import OperationsView from './components/OperationsView';
|
||||
import ReportsView from './components/ReportsView';
|
||||
import InventoryView from './components/InventoryView';
|
||||
import SettingsView from './components/SettingsView';
|
||||
@@ -519,12 +518,12 @@ export default function App() {
|
||||
/>
|
||||
)}
|
||||
|
||||
{currentSection === 'operations' && (
|
||||
<OperationsView searchQuery={searchQuery} isCoimbatoreView={isCoimbatoreView} />
|
||||
)}
|
||||
|
||||
{currentSection === 'reports' && (
|
||||
<ReportsView searchQuery={searchQuery} isCoimbatoreView={isCoimbatoreView} />
|
||||
<ReportsView
|
||||
searchQuery={searchQuery}
|
||||
isCoimbatoreView={isCoimbatoreView}
|
||||
setIsCoimbatoreView={setIsCoimbatoreView}
|
||||
/>
|
||||
)}
|
||||
|
||||
{/* Handle alternative sections: Stores, Settings */}
|
||||
|
||||
Reference in New Issue
Block a user