-
Notifications
You must be signed in to change notification settings - Fork 15
fix: operations tab #2435
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
fix: operations tab #2435
Conversation
This reverts commit 57f29f0.
… prop equal to true.
Something very strange is happening if scroll to bottom the first time very quick screencast |
bugbot run |
bugbot run |
bugbot run |
@Raubzeug moved to infiniteQuery, added tests, skipped broken tests (with TODO) |
}, [checkAndLoadMorePages]); | ||
|
||
// Listen for diagnostics refresh events | ||
React.useEffect(() => { |
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.
Lets use rtk Tags for this case.
<AutoRefreshControl /> | ||
<AutoRefreshControl | ||
onManualRefresh={() => { | ||
const event = new CustomEvent('diagnosticsRefresh'); |
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.
no need if we use Tag.
src/store/reducers/operations.ts
Outdated
string | undefined // Page param type (page token) | ||
>({ | ||
infiniteQueryOptions: { | ||
initialPageParam: undefined as string | undefined, |
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.
can we get rid of type cast?
@Raubzeug review fixed, stand redeployed |
Closes #1821
Stand
CI Results
Test Status:⚠️ FLAKY
📊 Full Report
Test Changes Summary ✨3 ⏭️3
✨ New Tests (3)
⏭️ Skipped Tests (3)
Bundle Size: 🔺
Current: 83.99 MB | Main: 83.89 MB
Diff: +0.10 MB (0.12%)
ℹ️ CI Information