Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NHSDigital/eps-prescription-tracker-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cd41712
Choose a base ref
...
head repository: NHSDigital/eps-prescription-tracker-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f74b8d3
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 5, 2026

  1. Fix: [AEA-5833] - Correct which pages shown on invalid session check (#…

    …1747)
    
    ## Summary
    
    - Routine Change
    
    ### Details
    Resolve the incorrect pages being shown during the redirection & logout
    sequence of a user whose session is no longer valid.
    
    Previously:
    Session invalid -> Remove role state -> Caused select your role page to
    render with 401 error -> Redirect to no roles available -> You've been
    logged out
    
    Now:
    Session invalid -> No page drawn until awaited logout sequence completes
    -> You've been logged out
    
    ---------
    
    Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
    connoravo-nhs authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    3107df5 View commit details
    Browse the repository at this point in the history
  2. New: [AEA-6209] - Render a loading page if rendering is blocked (#1750)

    ## Summary
    
    - ✨ New Feature
    
    ### Details
    
    Render a loading page to illustrate to the user that something is
    happening, in the event that a render is currently blocked while state
    is being updated due to:
    
    1. Login
    2. Logout
    3. Session time-outs
    4. State malfunction (unknown cause)
    
    ---------
    
    Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
    connoravo-nhs authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    f74b8d3 View commit details
    Browse the repository at this point in the history
Loading