PPHA-747: Confirmation page content changes#402
Merged
jamiefalcus merged 3 commits intomainfrom Mar 25, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the confirmation page UI/content so it matches the intended UCD design, including typography tweaks and an added feedback CTA, and adds an accessibility regression check for the page.
Changes:
- Adjust confirmation page headings/content and add a “Give feedback” button linking to the NHS feedback form.
- Add a small Sass “shim” to render the panel title at the desired size, and wire it into the main Sass entrypoint.
- Add a new Behave feature scenario asserting the confirmation page has no Axe accessibility violations.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
lung_cancer_screening/questions/jinja2/confirmation.jinja |
Updates confirmation page content/typography and adds a feedback button. |
lung_cancer_screening/assets/sass/main.scss |
Includes the new panel title shim in the compiled CSS bundle. |
lung_cancer_screening/assets/sass/components/_panel_title_shim.scss |
Adds CSS to adjust the panel title size. |
features/confirmation.feature |
Adds an accessibility check scenario for the confirmation page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
004781c to
4ae4274
Compare
|
Themitchell
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What is the change?
Updating confirmation page to match design
Why are we making this change?
So that the confirmation page is as UCD intended.