Skip to content

Conversation

@blegesse-w
Copy link
Member

Closes #3386

Added pagination to Dashboards.

before pagination:

Screen.Recording.2021-12-08.at.1.45.04.PM.mov

After pagination:
https://user-images.githubusercontent.com/66275100/145273990-99a3d393-d37b-4924-b378-479e259748c3.mov

@ui-ci-bot-influx
Copy link

ui-ci-bot-influx commented Dec 8, 2021

Metric Score Level
performance 59 🔴
accessibility 97 🟢
seo 90 🟢
pwa null 💩
best-practices 100 🟢

Compare your scores with master branch

@blegesse-w blegesse-w marked this pull request as ready for review December 9, 2021 17:20
@blegesse-w blegesse-w requested a review from a team as a code owner December 9, 2021 17:20
Copy link
Contributor

@hoorayimhelping hoorayimhelping left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work! Looks great and works consistently with the other paginated resources!

After this gets promoted to our internal environments, let's meet up to flip the feature flag

<>
<ResourceList style={{width: this.props.pageWidth}}>
<ResourceList.Body
style={{maxHeight: height, minHeight: height, overflow: 'auto'}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, this overflow: 'auto' avoids the bug I keep seeming to stumble over.

@hoorayimhelping
Copy link
Contributor

cc @MaduMitha-Ravi

@blegesse-w blegesse-w merged commit 8e4fef3 into master Dec 10, 2021
@blegesse-w blegesse-w deleted the dashboard-pagination branch December 10, 2021 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Paginate Dashboard

4 participants