Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • E Embedded Genesys UI
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGRGenesys PGR
  • Embedded Genesys UI
  • Issues
  • #20
Closed
Open
Issue created Nov 20, 2020 by Matija Obreza@mobrezaOwner

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 Nov 20, 2020 by Matija Obreza
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking