From c0098efa02b4e1adb4fb9e433944f78d4e261828 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Fri, 15 Nov 2024 12:47:22 +0100 Subject: [PATCH] :children_crossing: [#4320] Update stories and UX of completion view The backend will gain the ability to include the cosign link/button, which will be rendered as a primary button. To point out the right call to actions, the 'return to website' link has been made a secondary button/action. Stories have been updated to reflect the default templates in the backend. --- .../ConfirmationViewCosign.stories.js | 11 +++++++++++ .../PostCompletionViews/PostCompletionView.jsx | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/components/PostCompletionViews/ConfirmationViewCosign.stories.js b/src/components/PostCompletionViews/ConfirmationViewCosign.stories.js index 30bbbd67c..6e3f7e3be 100644 --- a/src/components/PostCompletionViews/ConfirmationViewCosign.stories.js +++ b/src/components/PostCompletionViews/ConfirmationViewCosign.stories.js @@ -16,6 +16,17 @@ export default { confirmationPageContent: `

Your request is not yet complete.

Cosigning required

+

+ You can start the cosigning immediately by clicking the button below. +

+

+ + + +

+

Alternative instructions

We've sent an email with a cosign request to info@example.com. Once the submission has diff --git a/src/components/PostCompletionViews/PostCompletionView.jsx b/src/components/PostCompletionViews/PostCompletionView.jsx index a3a9de15e..648a08ab9 100644 --- a/src/components/PostCompletionViews/PostCompletionView.jsx +++ b/src/components/PostCompletionViews/PostCompletionView.jsx @@ -42,7 +42,7 @@ const PostCompletionView = ({ - +