Merge branch 'freight/hot_fix' of github.com:Tria-plc/edr-platform into freight/hot_fix

This commit is contained in:
yaschalew
2026-06-30 17:15:38 +03:00
6 changed files with 6 additions and 6 deletions

View File

@@ -91,7 +91,7 @@ export function FinancialReportsPage() {
);
return (
<Container size="xl" py="xl">
<Container size="xl" py="xl" px="lg">
<Stack gap="md">
<Card>
<Card.Section p="md" withBorder>

View File

@@ -131,7 +131,7 @@ export function FleetDashboard() {
const fuelPercent = operatingCost > 0 ? Math.round((metrics.totalFuelSpend / operatingCost) * 100) : 0;
return (
<Container size="xl" py="xl">
<Container size="xl" py="xl" px="lg">
<Breadcrumbs items={[{ label: 'Fleet' }, { label: 'Dashboard' }]} />
<Box mb="xl">

View File

@@ -119,7 +119,7 @@ export default function FuelPurchasePage() {
const totalCost = formData.liters * formData.costPerLiter;
return (
<Container size="xl" py="xl">
<Container size="xl" py="xl" px="lg">
<Breadcrumbs items={[{ label: "Fleet" }, { label: "Fuel Management" }, { label: "Record Purchase" }]} />
<Group justify="space-between" mb="lg">

View File

@@ -57,7 +57,7 @@ export default function FuelStatsPage() {
: "—";
return (
<Container size="xl" py="xl">
<Container size="xl" py="xl" px="lg">
<Breadcrumbs items={[{ label: "Fleet" }, { label: "Fuel Management" }, { label: "Statistics" }]} />
<Group justify="space-between" mb="lg">

View File

@@ -87,7 +87,7 @@ export function MaintenancePage() {
};
return (
<Container size="xl" py="xl">
<Container size="xl" py="xl" px="lg">
<Stack gap="md">
<Card>
<Card.Section p="md" withBorder>

View File

@@ -72,7 +72,7 @@ export function TrackingPage() {
});
return (
<Container size="xl" py="xl">
<Container size="xl" py="xl" px="lg">
<Breadcrumbs items={[{ label: 'Fleet' }, { label: 'Vehicle Tracking' }]} />
<Stack gap="xl">