-
Notifications
You must be signed in to change notification settings - Fork 2
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
RE2022-236 Heatmap context tabs #200
Conversation
dauglyon
commented
Apr 15, 2024
•
edited
Loading
edited
- Include filter context tabs (All/Matched/Selected) in Microtrait and Biolog data products
- Heatmap should render filtered data based on the selected tab
10cba13
to
0223241
Compare
0223241
to
6a369dd
Compare
@@ -104,7 +104,7 @@ export const useProcessStatePolling = < | |||
result: R, | |||
processStateKeys: StateKey[], | |||
options?: { baseInterval?: number; rate?: number; skipPoll?: boolean } | |||
) => { | |||
): Partial<{ [processStateKey in StateKey]: ProcessState }> => { |
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.
Adding a return from useProcessStatePolling hook for easier/clearer access to polling states
biologQuery.data.data[ | ||
biologQuery.data.data.length - 1 | ||
].kbase_display_name; | ||
const name = |
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.
fixes case where there is no data (empty table from service) to pull the cached name (paging id) from