feature/feature/IO-3554-Form-Row-Layout - Responsive overhaul

This commit is contained in:
Dave
2026-02-26 15:56:57 -05:00
parent 226cc801ae
commit fd6f46e39d
99 changed files with 807 additions and 443 deletions

View File

@@ -1,5 +1,6 @@
import { useQuery } from "@apollo/client/react";
import { Input, Table, Typography } from "antd";
import { Input, Typography } from "antd";
import ResponsiveTable from "../responsive-table/responsive-table.component";
import { connect } from "react-redux";
import { createStructuredSelector } from "reselect";
import { selectBodyshop } from "../../redux/user/user.selectors";
@@ -132,8 +133,9 @@ function PhoneNumberConsentList({ bodyshop }) {
enterButton
/>
<Table
<ResponsiveTable
columns={columns}
mobileColumnKeys={["phone_number", "created_at"]}
dataSource={optOutData?.phone_number_opt_out}
loading={optOutLoading /* || ownersLoading*/}
rowKey="id"