From db4d286a86c51a7dd5dce696f6b8fd78aa8acb0f Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 2 Mar 2026 11:59:32 -0500 Subject: [PATCH] feature/IO-3554-Form-Row-Layout - dial in tables --- .../scheduled-delivery-today.component.jsx | 7 +++---- .../scheduled-in-today/scheduled-in-today.component.jsx | 5 ++--- .../scheduled-out-today/scheduled-out-today.component.jsx | 7 +++---- .../components/job-detail-lines/job-lines.component.jsx | 7 +++---- client/src/components/task-list/task-list.component.jsx | 4 ++-- 5 files changed, 13 insertions(+), 17 deletions(-) diff --git a/client/src/components/dashboard-components/scheduled-delivery-today/scheduled-delivery-today.component.jsx b/client/src/components/dashboard-components/scheduled-delivery-today/scheduled-delivery-today.component.jsx index 9ae59833a..e7425db99 100644 --- a/client/src/components/dashboard-components/scheduled-delivery-today/scheduled-delivery-today.component.jsx +++ b/client/src/components/dashboard-components/scheduled-delivery-today/scheduled-delivery-today.component.jsx @@ -1,6 +1,5 @@ import { BranchesOutlined, ExclamationCircleFilled, PauseCircleOutlined } from "@ant-design/icons"; -import { Card, Space, Switch, Tooltip, Typography } from "antd"; -import ResponsiveTable from "../../responsive-table/responsive-table.component"; +import { Card, Space, Switch, Table, Tooltip, Typography } from "antd"; import { useState } from "react"; import { useTranslation } from "react-i18next"; import { Link } from "react-router-dom"; @@ -360,11 +359,11 @@ export default function DashboardScheduledDeliveryToday({ data, ...cardProps }) {...cardProps} >
-
-
- - ( - +