Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C catalog.genesys-pgr.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGR
  • Genesys Catalog
  • catalog.genesys-pgr.org
  • Issues
  • #334

Closed
Open
Created Jul 13, 2018 by Matija Obreza@mobrezaOwner

Upgrade to @material-ui

Upgrade to @material-ui.

This is a slightly bigger update than planned, but the code in the branch is already successfully compiles and runs.

Note: Main issue with migration to new version of material-ui is with embedded styles. When code fails to compile with TS2345: Property ... is missing in type '(theme: any) => that means that the const styles = (theme) => {} contains a CSS property that needs to be cast (e.g. 'display': 'inline-block' as 'inline-block'). The message is very confusing.

Please checkout the provided branch and resolve the following:

  1. Checkboxes and Radios do not render when ticked
  2. Paginator in dashboard is not correctly aligned (<Hidden is using a div element, not span as before)
  3. Entry page search button is not aligned correctly

image

Edited Jul 14, 2018 by Matija Obreza
Assignee
Assign to
Time tracking