Skip to content

Page titles

Pages should update document.title:

  1. List: t('pagetitle.accessionList')
  2. Accession details page: t('pagetitle.accession', { accessionNumber: accession.accessionNumber })
  3. Shopping cart: t('pagetitle.cart', { count: howmany })
  4. Overview: t('pagetitle.overview', { count: howmany })

Bring the PageTitle component from Genesys (and helmet?).

Add a new toplevel configuration option title: string = 'Genesys | ' that will be used as a prefix: document.title = trim(appConfig.title + ' ' + title).

Edited by Matija Obreza
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information