Skip to content

Conversation

priscilawebdev
Copy link
Member

Copy link

linear bot commented Sep 16, 2025

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Sep 16, 2025
@priscilawebdev priscilawebdev requested a review from a team September 16, 2025 06:19
Copy link

codecov bot commented Sep 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #99562      +/-   ##
==========================================
- Coverage   81.24%   81.24%   -0.01%     
==========================================
  Files        8588     8588              
  Lines      380057   380056       -1     
  Branches    24074    24074              
==========================================
- Hits       308771   308770       -1     
  Misses      70923    70923              
  Partials      363      363              

Comment on lines +53 to +65
} = useApiQuery<ProjectKey[]>(
[
`/projects/${organization.slug}/${projectId}/keys/`,
{
query: {
cursor: decodeScalar(location.query.cursor),
},
},
],
{
staleTime: 0,
}
);
Copy link
Member

Choose a reason for hiding this comment

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

Should we pass in the per-page attribute here as well? I'm aware of #99563, but if that default changes at any point in time, this page will look different again.

Copy link
Member

Choose a reason for hiding this comment

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

yep, that would be even better solution. We can change the default on backend never the less, but ideally this info should be coming from the client/frontend

Copy link
Member

@shellmayr shellmayr left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants