From a4f4aec1a4b40ec8dbfee71d89dcef97554b7b09 Mon Sep 17 00:00:00 2001 From: jpople Date: Wed, 15 Jan 2025 11:33:48 -0600 Subject: [PATCH] Adjust button sizes in table headers (#5654) --- CHANGELOG.md | 1 + .../common/custom-reports/CustomReportTemplates.tsx | 1 - .../features/configure-consent/ConsentManagementTable.tsx | 4 +--- .../features/custom-assets/CustomAssetUploadButton.tsx | 8 +------- .../src/features/custom-fields/CustomFieldsTable.tsx | 1 - .../tables/DiscoveryTableBulkActions.tsx | 2 ++ .../src/features/datamap/reporting/DatamapReportTable.tsx | 4 ---- .../integrations/configure-monitor/MonitorConfigTab.tsx | 1 - .../src/features/privacy-experience/JavaScriptTag.tsx | 1 - .../privacy-experience/PrivacyExperiencesTable.tsx | 3 +-- .../src/features/privacy-notices/PrivacyNoticesTable.tsx | 6 +----- .../src/features/privacy-requests/RequestTable.tsx | 5 ++--- .../features/privacy-requests/SubmitPrivacyRequest.tsx | 7 +------ .../features/privacy-requests/drawers/ConfigureAlerts.tsx | 1 - .../admin-ui/src/features/properties/PropertiesTable.tsx | 5 +---- .../system/add-multiple-systems/AddMultipleSystems.tsx | 6 +----- clients/admin-ui/src/pages/messaging/index.tsx | 1 - 17 files changed, 12 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75fa9987f6..0497ab0779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o - Changed "Reclassify" D&D button to show in an overflow menu when row actions are overcrowded [#5655](https://github.com/ethyca/fides/pull/5655) - Removed primary key requirements for BigQuery and Postgres erasures [#5591](https://github.com/ethyca/fides/pull/5591) - Updated `DBCache` model so setting cache value always updates the updated_at field [#5669](https://github.com/ethyca/fides/pull/5669) +- Changed sizes of buttons in table headers [#5654](https://github.com/ethyca/fides/pull/5654) ### Fixed - Fixed issue where the custom report "reset" button was not working as expected [#5649](https://github.com/ethyca/fides/pull/5649) diff --git a/clients/admin-ui/src/features/common/custom-reports/CustomReportTemplates.tsx b/clients/admin-ui/src/features/common/custom-reports/CustomReportTemplates.tsx index ffcd22dc18..94e8c3e37d 100644 --- a/clients/admin-ui/src/features/common/custom-reports/CustomReportTemplates.tsx +++ b/clients/admin-ui/src/features/common/custom-reports/CustomReportTemplates.tsx @@ -230,7 +230,6 @@ export const CustomReportTemplates = ({ > diff --git a/clients/admin-ui/src/features/custom-assets/CustomAssetUploadButton.tsx b/clients/admin-ui/src/features/custom-assets/CustomAssetUploadButton.tsx index 0f41b5f830..839a0a0c13 100644 --- a/clients/admin-ui/src/features/custom-assets/CustomAssetUploadButton.tsx +++ b/clients/admin-ui/src/features/custom-assets/CustomAssetUploadButton.tsx @@ -16,13 +16,7 @@ const CustomAssetUploadButton = ({ return ( <> - + { const AddCustomFieldButton = () => ( diff --git a/clients/admin-ui/src/features/privacy-requests/RequestTable.tsx b/clients/admin-ui/src/features/privacy-requests/RequestTable.tsx index 062a6c5964..7d33905dd6 100644 --- a/clients/admin-ui/src/features/privacy-requests/RequestTable.tsx +++ b/clients/admin-ui/src/features/privacy-requests/RequestTable.tsx @@ -139,14 +139,13 @@ export const RequestTable = ({ ...props }: BoxProps): JSX.Element => { setGlobalFilter={handleSearch} placeholder="Search by request ID or identity value" /> - - diff --git a/clients/admin-ui/src/features/privacy-requests/drawers/ConfigureAlerts.tsx b/clients/admin-ui/src/features/privacy-requests/drawers/ConfigureAlerts.tsx index 2f7b49b0de..144fedbcdd 100644 --- a/clients/admin-ui/src/features/privacy-requests/drawers/ConfigureAlerts.tsx +++ b/clients/admin-ui/src/features/privacy-requests/drawers/ConfigureAlerts.tsx @@ -111,7 +111,6 @@ const ConfigureAlerts = () => { <>