Skip to content

Create a pagination component #3266

Closed
@Kira-Pilot

Description

@Kira-Pilot

User Story

As a user, I would like to be able to paginate through large data sets in the web UI using an intuitive pagination widget.

Details

We will need this component for the new Audit page
Screen Shot 2022-07-28 at 3 33 17 PM

AC

  • component looks like the mock provided here
  • component is accessible via keyboard
  • component is dark-themed
  • component implementation is based on our pagination struct
  • component is generic enough to be used in many places
  • component has reasonable states for no pages returned
  • component has reasonable state for 1 page returned
  • component has reasonable state for n pages returned
  • component is flexible and gives a lot of responsibility to the parent

Definition of Done

  • Above AC is met
  • New component is created and lives in our /components directory
  • component has tests and stories

Metadata

Metadata

Assignees

Labels

siteArea: frontend dashboard

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions