-
Notifications
You must be signed in to change notification settings - Fork 29
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
Move trends plots inside of "Custom" section #3404
Merged
Merged
Changes from 5 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
60ae393
Move trends inside of custom
julieg18 6dc8813
fix typo
julieg18 88fe26d
fix linting
julieg18 c325008
Fix jest tests
julieg18 6216af0
Fix vscode tests
julieg18 e505442
Fix reordering bug
julieg18 8ab22c4
Resolve comments
julieg18 64befd1
Merge branch 'main' into move-trends-inside-custom
julieg18 3354b3e
Fix e2e tests
julieg18 bd433cb
Add accidentally deleted test
julieg18 b4d64b3
Rename trends plot
julieg18 7052633
Refactor
julieg18 3bd3bc1
Delete unused metrics code
julieg18 1a6e423
Add extra quick pick tests
julieg18 359a20c
Update readme
julieg18 c9ea4fe
Add test for creating both kinds of custom plots
julieg18 e08e30e
Fix possibly broken old state
julieg18 cd626b9
Merge branch 'main' into move-trends-inside-custom
julieg18 e3eba7b
Improve text
julieg18 74bc253
Refactor
julieg18 5bc8625
Merge branch 'main' into move-trends-inside-custom
julieg18 e62452d
Delete unneeded code
julieg18 d75af27
Update readme
julieg18 64530ab
Revert "Delete unneeded code"
julieg18 8d6b312
Delete unneeded code
julieg18 141c1ea
Consolidate CustomPlotOrderValue and CustomPlot
julieg18 da9791c
Delete unneeded code
julieg18 ace4b17
Resolve most review comments
julieg18 0c09b21
Merge branch 'main' into move-trends-inside-custom
julieg18 bf5bea8
Use only one loop with `getCustomPlotsData`
julieg18 7b0790a
Fix typo
julieg18 5bfa20f
Delete duplication code
julieg18 244076a
Rename argument
julieg18 e461677
Clean up column path logic in custom state (#3460)
julieg18 d5d9a9e
Merge branch 'main' into move-trends-inside-custom
julieg18 38ab2d6
Fix quick pick
julieg18 a804a0c
Fix readme typo
julieg18 de9a78c
Merge branch 'main' into move-trends-inside-custom
julieg18 3f30959
Fix checkpoint spec
julieg18 71ed367
Merge branch 'main' into move-trends-inside-custom
julieg18 7ebebdf
Replace checkpoint with custom in App.test.tsx
julieg18 9630fdd
Merge branch 'main' into move-trends-inside-custom
julieg18 40d0010
Fix "plot already exists" logic
julieg18 9ae29fd
Merge branch 'main' into move-trends-inside-custom
julieg18 1ab409c
Consolidate `collectCustomPlots` (#3466)
julieg18 3c92cc4
Merge branch 'main' into move-trends-inside-custom
julieg18 a2b9c75
Add tests for custom.ts
julieg18 418ee53
Fix typo in tests
julieg18 bd305a1
Add tests for user ending early on +/- custom plots
julieg18 897d60c
Merge branch 'main' into move-trends-inside-custom
julieg18 4032f1c
Add testing for `name || label` code
julieg18 ea8e4b3
Merge branch 'main' into move-trends-inside-custom
julieg18 c3e4d6f
Merge branch 'main' into move-trends-inside-custom
julieg18 2945e34
Merge branch 'main' into move-trends-inside-custom
julieg18 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
There are no files selected for viewing
This file contains 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.
I looked over the code and everything looked pretty covered. Any thing I could have missed to improve the coverage?