-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add tags for GitHub integration FE #4035
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Uffizzi Preview |
frontend/common/useInfiniteScroll.ts
Outdated
@@ -70,6 +76,7 @@ const useInfiniteScroll = < | |||
isLoading: queryResponse.isLoading, | |||
loadMore, | |||
loadingCombinedData: loadingCombinedData && queryResponse.isFetching, | |||
refetchData, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this might get confusing with refresh. If it's not doing what we want (I guess you want to set page to 1 + refetch) then we should do that I think unless the purpose is to refetch preserving the current filter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I corrected the refresh function and removed the refetchData function.
Docker builds report
|
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Enable tagging and labeling:
Add tags for GitHub integrations in the FE
Add label in the Issue/PR
How did you test this code?