General: Move back button to header on assessment page
#1774
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.
Checklist
General
Client
Motivation and Context
The "Back" button on the Assessment page was previously located in a sticky footer, which was inconsistent with the navigation pattern in other interview pages (e.g., InterviewDetailOverview). Additionally, the header styling (font size, alignment) differed from the standard page headers
Description
Moved navigation: The "Back" button is now positioned in the top-left corner of the header, next to the title.
standardized styling: Applied the project's standard .page-header and .h1-text classes to ensure the title size and vertical alignment match other pages.
Steps for Testing
Prerequisites:
The Back button is now located in the top-left header area (next to the title).
The sticky footer at the bottom of the page has been removed.
Review Progress
Code Review
Manual Tests
Test Coverage
No code changes detected - test coverage not required for this PR.
Last updated: 2026-01-22 16:33:33 UTC
Screenshots