Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FMFR-1392 - Migrate to CCS Frontend Helpers - Summary list #4059

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    4a6c552 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Replace the code with the following GOV.UK helpers:

    - Date input
    - Select
    - Textarea
    - Character count
    - File upload
    - Radios
    - Checkboxes
    - Accordion
    - Text input
    - Error message
    - Fieldset
    tim-s-ccs committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2320d86 View commit details
    Browse the repository at this point in the history
  2. Update the authentication pages to use the GOV.UK Helpers.

    The pages in question relate to:
    - Passwords
    - Registrations
    - Sessions
    - Users
    
    I’ve also tidied up some of the models/services/controllers to help with this
    tim-s-ccs committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    eb91ae2 View commit details
    Browse the repository at this point in the history
  3. Now that we are making good use of the GOV.UK and CCS Helpers, I’ve c…

    …leaned up our assets so that we really only have what we need.
    
    Where possible, I’ve put the SCSS in components so things are grouped together and easier to manage.
    
    I’ve also sorted out the imports of fonts/images as the path in the assets pipeline was not right.
    tim-s-ccs committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    003c157 View commit details
    Browse the repository at this point in the history