generated from allen-cell-animated/github-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
RecipeMetadata and prefetching optimizations #151
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
Merged
Merged
Changes from 25 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
e07c9c6
use object instead of string as single source of truth
interim17 2decf90
Merge branch 'feature/show-precomputed-results-tweaks' of https://git…
interim17 3a02c07
use displayName
interim17 0c886b5
split manifest into RecipeMetadata and RecipeData and refactor prefet…
interim17 ed152a6
add second call of editRecipe for gradient value
interim17 adbd622
Merge branch 'feature/ssot-refactor' of https://github.com/mesoscope/…
interim17 df1c6df
Apply suggestion from @Copilot
interim17 fc79530
Apply suggestion from @Copilot
interim17 22a5672
Apply suggestion from @Copilot
interim17 5d3a689
Apply suggestions from code review
interim17 9de4abf
move building current recipe object from util into selector
interim17 656b14a
Merge branch 'main' of https://github.com/mesoscope/cellpack-client i…
interim17 faf266d
revert to using utility to build recipe objects
interim17 9fd8319
Merge branch 'feature/ssot-refactor' into fix/prefetch
interim17 fb23431
fix merge artifact
interim17 8f5f11a
add documenting comment to buildRecipeObject
interim17 98e37c5
Merge branch 'main' of https://github.com/mesoscope/cellpack-client i…
interim17 f6f6dca
rename and adjust typing of recipe object utility
interim17 d5e6f1c
wrap loading text in container to position it
interim17 725b614
RecipeMetadata -> RecipeManifest
interim17 fe4a840
defaultRecipeData -> defaultRecipe
interim17 2e789a4
Merge branch 'feature/ssot-refactor' of https://github.com/mesoscope/…
interim17 f23c4fa
fix defaultRecipe naming
interim17 3442ed7
Merge branch 'main' of https://github.com/AllenCell/cellpack-client i…
meganrm 273c4e1
Merge branch 'main' of https://github.com/AllenCell/cellpack-client i…
meganrm b832ba2
dont export locally used hooks
meganrm efa33c5
remove error from merge conflict
meganrm 73b06cb
Update src/state/store.ts
meganrm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
There isn't a good reason to prevent this panel from loading once the first recipe has been fetched, but I figured showing the loading marker was in line with our overall design pattern, and it should only be visible very briefly if the user selects a recipe right after the dropdown populates.