Skip to content

Commit

Permalink
feat: use dps shared components for header and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ReedSoftware committed Dec 24, 2024
1 parent 2e87a75 commit 8865593
Show file tree
Hide file tree
Showing 24 changed files with 2,977 additions and 5 deletions.
5 changes: 4 additions & 1 deletion assets/scss/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ $govuk-page-width: $moj-page-width;
@import "govuk-frontend/dist/govuk/all";
@import "@ministryofjustice/frontend/moj/all";

@import 'node_modules/@ministryofjustice/hmpps-connect-dps-components/dist/assets/footer';
@import 'node_modules/@ministryofjustice/hmpps-connect-dps-components/dist/assets/header-bar';

@import './components/header-bar';
@import './local';
@import './local';
3 changes: 3 additions & 0 deletions helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ generic-service:
INGRESS_URL: "https://allocate-key-workers-dev.hmpps.service.justice.gov.uk"
HMPPS_AUTH_URL: "https://sign-in-dev.hmpps.service.justice.gov.uk/auth"
TOKEN_VERIFICATION_API_URL: "https://token-verification-api-dev.prison.service.justice.gov.uk"
COMPONENT_API_URL: "https://frontend-components-dev.hmpps.service.justice.gov.uk" # used by hmpps-connect-dps-components module
PRISON_API_URL: "https://prison-api-dev.prison.service.justice.gov.uk"
KEYWORKER_API_URL: https://keyworker-api-dev.prison.service.justice.gov.uk
ENVIRONMENT_NAME: DEV
AUDIT_ENABLED: "false"

Expand Down
3 changes: 3 additions & 0 deletions helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ generic-service:
INGRESS_URL: "https://allocate-key-workers-preprod.hmpps.service.justice.gov.uk"
HMPPS_AUTH_URL: "https://sign-in-preprod.hmpps.service.justice.gov.uk/auth"
TOKEN_VERIFICATION_API_URL: "https://token-verification-api-preprod.prison.service.justice.gov.uk"
COMPONENT_API_URL: "https://frontend-components-preprod.hmpps.service.justice.gov.uk" # used by hmpps-connect-dps-components module
PRISON_API_URL: "https://prison-api-preprod.prison.service.justice.gov.uk"
KEYWORKER_API_URL: https://keyworker-api-preprod.prison.service.justice.gov.uk
ENVIRONMENT_NAME: PRE-PRODUCTION
AUDIT_ENABLED: "false"

Expand Down
3 changes: 3 additions & 0 deletions helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ generic-service:
INGRESS_URL: "https://allocate-key-workers.hmpps.service.justice.gov.uk"
HMPPS_AUTH_URL: "https://sign-in.hmpps.service.justice.gov.uk/auth"
TOKEN_VERIFICATION_API_URL: "https://token-verification-api.prison.service.justice.gov.uk"
COMPONENT_API_URL: "https://frontend-components.hmpps.service.justice.gov.uk" # used by hmpps-connect-dps-components module
KEYWORKER_API_URL: https://keyworker-api.prison.service.justice.gov.uk
PRISON_API_URL: "https://prison-api.prison.service.justice.gov.uk"
AUDIT_ENABLED: "false"

generic-prometheus-alerts:
Expand Down
Loading

0 comments on commit 8865593

Please sign in to comment.