Skip to content

feat(ui): implement skeleton loaders to prevent layout shift during d… - #15

Merged
toladnertum merged 1 commit into
mainfrom
smooth-page-loading
Sep 2, 2026
Merged

feat(ui): implement skeleton loaders to prevent layout shift during d…#15
toladnertum merged 1 commit into
mainfrom
smooth-page-loading

Conversation

@pelin17

@pelin17 pelin17 commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

This PR addresses the layout shift ("weird jumping") issue that occurs while fetching data on the benchmark and toolkit pages. To ensure a smoother user experience, I implemented the placeholder approach suggested in the issue using Material-UI skeleton loaders.

Changes Made

  • Added conditional components that closely match the final layout of the tables and detail cards.

Prevented blocking renders and layout shifts on the following pages:

  • BenchmarkSubmissionsPage
  • BenchmarkDetailsPage
  • ToolkitSubmissionsPage
  • ToolkitDetailsPage

Testing

  • Verified that the skeleton placeholders render accurately during API calls.
  • Confirmed a smooth UI transition once the data fetching is complete.

Copilot AI lite review requested due to automatic review settings August 31, 2026 10:36

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@toladnertum
toladnertum merged commit 6ddd888 into main Sep 2, 2026
4 checks passed
@toladnertum

Copy link
Copy Markdown
Contributor

Thanks! Images would have been nice here, but I merged it regardless.

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.

3 participants