From b7db3a42b50b38c5a10388c074e1cd92d66f0ac6 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Sun, 9 Jul 2023 15:21:36 +0100 Subject: [PATCH] underline on hover --- Accounts/src/Pages/ForgotPassword.tsx | 2 +- Accounts/src/Pages/Login.tsx | 2 +- Accounts/src/Pages/VerifyEmail.tsx | 2 +- CommonServer/Services/OnCallDutyPolicyEscalationRuleService.ts | 1 + CommonUI/src/Components/Detail/FieldLabel.tsx | 2 +- Dashboard/src/Components/Incident/Incident.tsx | 2 +- Dashboard/src/Components/Monitor/Monitor.tsx | 2 +- .../Components/OnCallPolicy/EscalationRule/EscalationRule.tsx | 2 +- .../OnCallPolicy/ExecutionLogs/ExecutionLogsTable.tsx | 2 +- .../OnCallPolicy/ExecutionLogs/ExecutionLogsTimelineTable.tsx | 2 +- Dashboard/src/Components/OnCallPolicy/OnCallPolicy.tsx | 2 +- Dashboard/src/Components/Project/Project.tsx | 2 +- Dashboard/src/Components/StatusPage/StatusPageLabel.tsx | 2 +- Dashboard/src/Components/Team/Team.tsx | 2 +- Dashboard/src/Components/Workflow/WorkflowElement.tsx | 2 +- Dashboard/src/Pages/UserSettings/NotificationLogs.tsx | 2 +- Dashboard/src/Pages/UserSettings/NotificationLogsTimeline.tsx | 2 +- StatusPage/src/Pages/Accounts/Login.tsx | 2 +- 18 files changed, 18 insertions(+), 17 deletions(-) diff --git a/Accounts/src/Pages/ForgotPassword.tsx b/Accounts/src/Pages/ForgotPassword.tsx index 42f48ee623..355541b571 100644 --- a/Accounts/src/Pages/ForgotPassword.tsx +++ b/Accounts/src/Pages/ForgotPassword.tsx @@ -65,7 +65,7 @@ const ForgotPassword: FunctionComponent = () => { formType={FormType.Create} maxPrimaryButtonWidth={true} footer={ -
+

{ }} maxPrimaryButtonWidth={true} footer={ -

+

{!showSsoTip && (

{ '/accounts/login' ) } - className="underline-on-hover text-primary fw-semibold" + className="hover:underline text-primary fw-semibold" > Login. diff --git a/CommonServer/Services/OnCallDutyPolicyEscalationRuleService.ts b/CommonServer/Services/OnCallDutyPolicyEscalationRuleService.ts index 7257272811..9414946c71 100644 --- a/CommonServer/Services/OnCallDutyPolicyEscalationRuleService.ts +++ b/CommonServer/Services/OnCallDutyPolicyEscalationRuleService.ts @@ -181,6 +181,7 @@ export class Service extends DatabaseService { id: log.id!, data: { status: OnCallDutyExecutionLogTimelineStatus.NotificationSent, + statusMessage: 'Notification sent to user.', }, props: { isRoot: true, diff --git a/CommonUI/src/Components/Detail/FieldLabel.tsx b/CommonUI/src/Components/Detail/FieldLabel.tsx index 7e6ad08354..557f785862 100644 --- a/CommonUI/src/Components/Detail/FieldLabel.tsx +++ b/CommonUI/src/Components/Detail/FieldLabel.tsx @@ -34,7 +34,7 @@ const FieldLabelElement: FunctionComponent = ( {props.sideLink?.text} diff --git a/Dashboard/src/Components/Incident/Incident.tsx b/Dashboard/src/Components/Incident/Incident.tsx index e59075c2da..3f2e35ac58 100644 --- a/Dashboard/src/Components/Incident/Incident.tsx +++ b/Dashboard/src/Components/Incident/Incident.tsx @@ -18,7 +18,7 @@ const IncidentElement: FunctionComponent = ( return ( = ( return ( = ( return ( = ( createdAt: true, }, title: 'Triggered at', - type: FieldType.Date, + type: FieldType.DateTime, isFilterable: true, }, { diff --git a/Dashboard/src/Components/OnCallPolicy/ExecutionLogs/ExecutionLogsTimelineTable.tsx b/Dashboard/src/Components/OnCallPolicy/ExecutionLogs/ExecutionLogsTimelineTable.tsx index e471dcc803..2e2ad68f3b 100644 --- a/Dashboard/src/Components/OnCallPolicy/ExecutionLogs/ExecutionLogsTimelineTable.tsx +++ b/Dashboard/src/Components/OnCallPolicy/ExecutionLogs/ExecutionLogsTimelineTable.tsx @@ -112,7 +112,7 @@ const ExecutionLogTimelineTable: FunctionComponent = ( createdAt: true, }, title: 'Started At', - type: FieldType.Date, + type: FieldType.DateTime, isFilterable: true, }, { diff --git a/Dashboard/src/Components/OnCallPolicy/OnCallPolicy.tsx b/Dashboard/src/Components/OnCallPolicy/OnCallPolicy.tsx index 0c7911b0f8..b3fb1392b2 100644 --- a/Dashboard/src/Components/OnCallPolicy/OnCallPolicy.tsx +++ b/Dashboard/src/Components/OnCallPolicy/OnCallPolicy.tsx @@ -18,7 +18,7 @@ const OnCallPolicyView: FunctionComponent = ( return ( = ( return ( {props.project.name} diff --git a/Dashboard/src/Components/StatusPage/StatusPageLabel.tsx b/Dashboard/src/Components/StatusPage/StatusPageLabel.tsx index 267b5bd091..c7e6e41212 100644 --- a/Dashboard/src/Components/StatusPage/StatusPageLabel.tsx +++ b/Dashboard/src/Components/StatusPage/StatusPageLabel.tsx @@ -24,7 +24,7 @@ const StatusPageElement: FunctionComponent = ( return ( = ( return ( = ( return ( = ( createdAt: true, }, title: 'Created At', - type: FieldType.Date, + type: FieldType.DateTime, isFilterable: true, }, { diff --git a/Dashboard/src/Pages/UserSettings/NotificationLogsTimeline.tsx b/Dashboard/src/Pages/UserSettings/NotificationLogsTimeline.tsx index f34275064a..909a73bfd8 100644 --- a/Dashboard/src/Pages/UserSettings/NotificationLogsTimeline.tsx +++ b/Dashboard/src/Pages/UserSettings/NotificationLogsTimeline.tsx @@ -111,7 +111,7 @@ const Settings: FunctionComponent = ( createdAt: true, }, title: 'Created At', - type: FieldType.Date, + type: FieldType.DateTime, isFilterable: true, }, { diff --git a/StatusPage/src/Pages/Accounts/Login.tsx b/StatusPage/src/Pages/Accounts/Login.tsx index 7d494dd9f3..59bff2339e 100644 --- a/StatusPage/src/Pages/Accounts/Login.tsx +++ b/StatusPage/src/Pages/Accounts/Login.tsx @@ -197,7 +197,7 @@ const LoginPage: FunctionComponent = ( }} maxPrimaryButtonWidth={true} footer={ -
+
{props.hasEnabledSSOConfig ? (