-
Notifications
You must be signed in to change notification settings - Fork 972
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
[frontend] History tab top margin / spacing (#9568) #9621
base: master
Are you sure you want to change the base?
Conversation
76e53ba
to
248dc19
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #9621 +/- ##
=======================================
Coverage 65.26% 65.26%
=======================================
Files 630 630
Lines 60244 60244
Branches 6760 6763 +3
=======================================
Hits 39319 39319
Misses 20925 20925 ☔ View full report in Codecov by Sentry. |
8df0442
to
8efeb97
Compare
<div style={{ float: 'right' }}> | ||
<SearchInput | ||
variant="thin" | ||
onSubmit={handleSearchEntity} |
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.
Is it possible to set directly "setEntitySearchTerm(value)" there?
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 should write an anonymous function directly here and I don't find it great for readability
key={`latest_history_skel_${i}`} | ||
dense | ||
divider | ||
button={false} |
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 you can remove button={false}, it's deprecated
Tested ✅ |
Proposed changes
Related issues
Checklist
Further comments