-
Notifications
You must be signed in to change notification settings - Fork 356
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 SearchDetails page (ET-53) #9436
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9436 +/- ##
==========================================
- Coverage 49.07% 43.98% -5.10%
==========================================
Files 1233 910 -323
Lines 159401 119702 -39699
Branches 2778 2779 +1
==========================================
- Hits 78231 52648 -25583
+ Misses 80996 66879 -14117
- Partials 174 175 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Looks good, just a few comments!
} | ||
}, [basePath, navigate, tab, tabKey]); | ||
|
||
const fetchExperimentDetails = useCallback(async () => { |
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.
sugg: could be rewritten using useAsync
<FlatRuns projectId={experiment.projectId} searchId={id} /> | ||
), | ||
key: TabType.Trials, | ||
label: 'Trials', |
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.
nit: shouldn't this switch to "Run" terminology instead of Trials?
Ticket
ET-53
Description
Test Plan
With Flat Runs feature flag on:
Checklist
docs/release-notes/
.See Release Note for details.