From 34adf14d82dd6300b9193bb0888ec47d123ec244 Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Mon, 6 Nov 2023 18:18:05 +0530 Subject: [PATCH 1/2] style: update border across workspace and project settings. --- web/components/automation/auto-archive-automation.tsx | 2 +- web/components/automation/auto-close-automation.tsx | 2 +- web/components/estimates/estimate-list-item.tsx | 2 +- web/components/estimates/estimate-list.tsx | 2 +- web/components/exporter/guide.tsx | 4 ++-- web/components/integration/guide.tsx | 4 ++-- web/components/integration/single-integration-card.tsx | 2 +- web/components/labels/project-setting-label-list.tsx | 2 +- web/components/project/member-list.tsx | 4 ++-- web/components/project/project-settings-member-defaults.tsx | 2 +- web/components/project/settings/delete-project-section.tsx | 2 +- web/components/project/settings/features-list.tsx | 2 +- web/components/ui/integration-and-import-export-banner.tsx | 2 +- web/components/workspace/settings/workspace-details.tsx | 4 ++-- web/pages/[workspaceSlug]/me/profile/activity.tsx | 4 ++-- web/pages/[workspaceSlug]/me/profile/preferences.tsx | 2 +- .../projects/[projectId]/settings/automations.tsx | 2 +- .../projects/[projectId]/settings/features.tsx | 2 +- .../[workspaceSlug]/projects/[projectId]/settings/states.tsx | 2 +- web/pages/[workspaceSlug]/settings/billing.tsx | 2 +- web/pages/[workspaceSlug]/settings/exports.tsx | 2 +- web/pages/[workspaceSlug]/settings/imports.tsx | 2 +- web/pages/[workspaceSlug]/settings/members.tsx | 2 +- 23 files changed, 28 insertions(+), 28 deletions(-) diff --git a/web/components/automation/auto-archive-automation.tsx b/web/components/automation/auto-archive-automation.tsx index 3e664bef4a4..46fd6c2e3a5 100644 --- a/web/components/automation/auto-archive-automation.tsx +++ b/web/components/automation/auto-archive-automation.tsx @@ -29,7 +29,7 @@ export const AutoArchiveAutomation: React.FC = ({ projectDetails, handleC handleClose={() => setmonthModal(false)} handleChange={handleChange} /> -
+
diff --git a/web/components/automation/auto-close-automation.tsx b/web/components/automation/auto-close-automation.tsx index 7da250295aa..2b7ebca4c4b 100644 --- a/web/components/automation/auto-close-automation.tsx +++ b/web/components/automation/auto-close-automation.tsx @@ -73,7 +73,7 @@ export const AutoCloseAutomation: React.FC = ({ projectDetails, handleCha handleChange={handleChange} /> -
+
diff --git a/web/components/estimates/estimate-list-item.tsx b/web/components/estimates/estimate-list-item.tsx index becf16ff4e1..beaa942d3c2 100644 --- a/web/components/estimates/estimate-list-item.tsx +++ b/web/components/estimates/estimate-list-item.tsx @@ -54,7 +54,7 @@ export const EstimateListItem: React.FC = observer((props) => { return ( <> -
+
diff --git a/web/components/estimates/estimate-list.tsx b/web/components/estimates/estimate-list.tsx index 4895450987b..07770b18327 100644 --- a/web/components/estimates/estimate-list.tsx +++ b/web/components/estimates/estimate-list.tsx @@ -71,7 +71,7 @@ export const EstimatesList: React.FC = observer(() => { data={projectStore.getProjectEstimateById(estimateToDelete!)} /> -
+

Estimates

diff --git a/web/components/exporter/guide.tsx b/web/components/exporter/guide.tsx index bb64e6170a1..2d7eb9d65dd 100644 --- a/web/components/exporter/guide.tsx +++ b/web/components/exporter/guide.tsx @@ -53,7 +53,7 @@ const IntegrationGuide = () => { {EXPORTERS_LIST.map((service) => (
@@ -79,7 +79,7 @@ const IntegrationGuide = () => { ))}
-
+

Previous Exports

diff --git a/web/components/integration/guide.tsx b/web/components/integration/guide.tsx index a0876e673c7..d083de59024 100644 --- a/web/components/integration/guide.tsx +++ b/web/components/integration/guide.tsx @@ -79,7 +79,7 @@ const IntegrationGuide = () => { {IMPORTERS_EXPORTERS_LIST.map((service) => (
@@ -100,7 +100,7 @@ const IntegrationGuide = () => {
))}
-
+

Previous Imports

{isAdmin && ( - + {({ open }) => (
diff --git a/web/pages/[workspaceSlug]/me/profile/activity.tsx b/web/pages/[workspaceSlug]/me/profile/activity.tsx index 3b5e60f59fc..820a6259682 100644 --- a/web/pages/[workspaceSlug]/me/profile/activity.tsx +++ b/web/pages/[workspaceSlug]/me/profile/activity.tsx @@ -37,7 +37,7 @@ const ProfileActivityPage: NextPageWithLayout = () => { <> {userActivity ? (
-
+

Activity

@@ -153,7 +153,7 @@ const ProfileActivityPage: NextPageWithLayout = () => {
-
+
{activityItem.field === "archived_at" && activityItem.new_value !== "restore" ? ( Plane diff --git a/web/pages/[workspaceSlug]/me/profile/preferences.tsx b/web/pages/[workspaceSlug]/me/profile/preferences.tsx index 842740f7ac4..5f915ec109e 100644 --- a/web/pages/[workspaceSlug]/me/profile/preferences.tsx +++ b/web/pages/[workspaceSlug]/me/profile/preferences.tsx @@ -50,7 +50,7 @@ const ProfilePreferencesPage: NextPageWithLayout = observer(() => { <> {userStore.currentUser ? (
-
+

Preferences

diff --git a/web/pages/[workspaceSlug]/projects/[projectId]/settings/automations.tsx b/web/pages/[workspaceSlug]/projects/[projectId]/settings/automations.tsx index 0a000e847bb..313d8e54997 100644 --- a/web/pages/[workspaceSlug]/projects/[projectId]/settings/automations.tsx +++ b/web/pages/[workspaceSlug]/projects/[projectId]/settings/automations.tsx @@ -69,7 +69,7 @@ const AutomationSettingsPage: NextPageWithLayout = () => { return (
-
+

Automations

diff --git a/web/pages/[workspaceSlug]/projects/[projectId]/settings/features.tsx b/web/pages/[workspaceSlug]/projects/[projectId]/settings/features.tsx index ecb8ca02776..2e9597b3d97 100644 --- a/web/pages/[workspaceSlug]/projects/[projectId]/settings/features.tsx +++ b/web/pages/[workspaceSlug]/projects/[projectId]/settings/features.tsx @@ -29,7 +29,7 @@ const FeaturesSettingsPage: NextPageWithLayout = () => { return (
-
+

Features

diff --git a/web/pages/[workspaceSlug]/projects/[projectId]/settings/states.tsx b/web/pages/[workspaceSlug]/projects/[projectId]/settings/states.tsx index cc87c20f438..6895a53ae7e 100644 --- a/web/pages/[workspaceSlug]/projects/[projectId]/settings/states.tsx +++ b/web/pages/[workspaceSlug]/projects/[projectId]/settings/states.tsx @@ -10,7 +10,7 @@ import { NextPageWithLayout } from "types/app"; const StatesSettingsPage: NextPageWithLayout = () => (
-
+

States

diff --git a/web/pages/[workspaceSlug]/settings/billing.tsx b/web/pages/[workspaceSlug]/settings/billing.tsx index 751b5cfab48..bd7fe3f2f93 100644 --- a/web/pages/[workspaceSlug]/settings/billing.tsx +++ b/web/pages/[workspaceSlug]/settings/billing.tsx @@ -12,7 +12,7 @@ import { NextPageWithLayout } from "types/app"; const BillingSettingsPage: NextPageWithLayout = () => (
-
+

Billing & Plans

diff --git a/web/pages/[workspaceSlug]/settings/exports.tsx b/web/pages/[workspaceSlug]/settings/exports.tsx index ce0786634cb..fdf3a33930c 100644 --- a/web/pages/[workspaceSlug]/settings/exports.tsx +++ b/web/pages/[workspaceSlug]/settings/exports.tsx @@ -12,7 +12,7 @@ const ExportsPage: NextPageWithLayout = () => ( }>
-
+

Exports

diff --git a/web/pages/[workspaceSlug]/settings/imports.tsx b/web/pages/[workspaceSlug]/settings/imports.tsx index c75c2d7e7a2..932c939f607 100644 --- a/web/pages/[workspaceSlug]/settings/imports.tsx +++ b/web/pages/[workspaceSlug]/settings/imports.tsx @@ -10,7 +10,7 @@ import { NextPageWithLayout } from "types/app"; const ImportsPage: NextPageWithLayout = () => (
-
+

Imports

diff --git a/web/pages/[workspaceSlug]/settings/members.tsx b/web/pages/[workspaceSlug]/settings/members.tsx index 90c9848ca63..5674080a147 100644 --- a/web/pages/[workspaceSlug]/settings/members.tsx +++ b/web/pages/[workspaceSlug]/settings/members.tsx @@ -35,7 +35,7 @@ const WorkspaceMembersSettingsPage: NextPageWithLayout = () => { /> )}
-
+

Members

From 2856db749457143045ef8cad464e5a8958b395f0 Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Mon, 6 Nov 2023 20:21:33 +0530 Subject: [PATCH 2/2] update border width --- web/components/automation/auto-archive-automation.tsx | 2 +- web/components/automation/auto-close-automation.tsx | 2 +- web/components/labels/project-setting-label-group.tsx | 4 ++-- web/components/labels/project-setting-label-list-item.tsx | 2 +- web/components/states/project-setting-state-list-item.tsx | 2 +- web/components/states/project-setting-state-list.tsx | 2 +- web/pages/[workspaceSlug]/settings/members.tsx | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/components/automation/auto-archive-automation.tsx b/web/components/automation/auto-archive-automation.tsx index 46fd6c2e3a5..96689259574 100644 --- a/web/components/automation/auto-archive-automation.tsx +++ b/web/components/automation/auto-archive-automation.tsx @@ -54,7 +54,7 @@ export const AutoArchiveAutomation: React.FC = ({ projectDetails, handleC {projectDetails?.archive_in !== 0 && (
-
+
Auto-archive issues that are closed for
= ({ projectDetails, handleCha {projectDetails?.close_in !== 0 && (
-
+
Auto-close issues that are inactive for
diff --git a/web/components/labels/project-setting-label-group.tsx b/web/components/labels/project-setting-label-group.tsx index a9949bb0025..8db46cb1d40 100644 --- a/web/components/labels/project-setting-label-group.tsx +++ b/web/components/labels/project-setting-label-group.tsx @@ -41,7 +41,7 @@ export const ProjectSettingLabelGroup: React.FC = observer((props) => { return ( {({ open }) => ( @@ -95,7 +95,7 @@ export const ProjectSettingLabelGroup: React.FC = observer((props) => { {labelChildren.map((child) => (
= (props) => { useOutsideClickDetector(actionSectionRef, () => setIsMenuActive(false)); return ( -
+
= observer((props) => { }; return ( -
+
diff --git a/web/components/states/project-setting-state-list.tsx b/web/components/states/project-setting-state-list.tsx index 37205f4f904..94a33a11bec 100644 --- a/web/components/states/project-setting-state-list.tsx +++ b/web/components/states/project-setting-state-list.tsx @@ -93,7 +93,7 @@ export const ProjectSettingStateList: React.FC = observer(() => { handleDeleteState={() => setSelectDeleteState(state.id)} /> ) : ( -
+
{ setActiveGroup(null); diff --git a/web/pages/[workspaceSlug]/settings/members.tsx b/web/pages/[workspaceSlug]/settings/members.tsx index 5674080a147..74a9c672497 100644 --- a/web/pages/[workspaceSlug]/settings/members.tsx +++ b/web/pages/[workspaceSlug]/settings/members.tsx @@ -35,7 +35,7 @@ const WorkspaceMembersSettingsPage: NextPageWithLayout = () => { /> )}
-
+

Members