Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G Genesys Website
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGR
  • Genesys Website
  • Issues
  • #228
Closed
Open
Created Feb 21, 2019 by Viacheslav Pavlov@vpavlovContributor

Add infinite loading to Select descriptors step

Please add infinite loading to Dataset "Traits" step and Descriptor list's "Select descriptor" step.

image

Descriptors paged can be stored at state.datasets.dashboard.descriptors as we do with accessionRefs

Also please delete unused pagination from those components:

pagination: new Pagination<DescriptorFilter>({
    page: +parse(ownProps.location.search).p || 0, // current page
    size: +parse(ownProps.location.search).l || 20, // page size
    sort: parse(ownProps.location.search).s, // page sorts
    dir: parse(ownProps.location.search).d, // page sort directions
  }),
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking