Refactor AddMutationModal and create feature to allow exons to be curated#496
Open
calvinlu3 wants to merge 3 commits into
Open
Refactor AddMutationModal and create feature to allow exons to be curated#496calvinlu3 wants to merge 3 commits into
calvinlu3 wants to merge 3 commits into
Conversation
commit bc5c9b6 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Fri Feb 7 16:52:55 2025 -0500 Add e2e and screenshot tests for refactored add mutation modal (#495) commit 147d115 Merge: a74d88f 35aea87 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Fri Jan 10 11:29:41 2025 -0500 Merge pull request #472 from calvinlu3/exon-dropdown-range-selector Allow user to hold control and drag mouse to select multiple options quickly commit 35aea87 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Thu Jan 9 13:17:11 2025 -0500 Update based on comments commit ac92211 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Fri Nov 8 13:59:03 2024 -0500 Allow user to hold control to select multiple options commit a74d88f Merge: d7bf586 00ae032 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Tue Jan 7 13:04:36 2025 -0500 Merge pull request #431 from calvinlu3/exon-curation commit 00ae032 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Thu Dec 19 13:04:31 2024 -0500 Update based on comments commit 8890da8 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Tue Dec 10 12:30:22 2024 -0500 Address comments commit 2f2ced9 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Fri Nov 15 16:44:52 2024 -0500 Additional fixes commit e672fca Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Wed Nov 13 13:40:41 2024 -0500 Fix exon mutation name commit 8b37a05 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Tue Nov 12 15:39:50 2024 -0500 Fix commit 65c4eb6 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Tue Nov 12 10:32:25 2024 -0500 Partial update commit 62305ef Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Tue Nov 5 15:22:18 2024 -0500 Use Firebase alteration if available commit cf48f96 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Mon Nov 4 16:57:44 2024 -0500 Update based on feedback commit 48c0411 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Tue Oct 15 17:04:42 2024 -0400 Update based on feedback commit 9b1fb4b Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Thu Oct 10 10:51:25 2024 -0400 Fix eslint error commit 9ef40b7 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Wed Oct 9 19:21:01 2024 -0400 Rename to MutationDetails commit 31927a6 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Wed Oct 9 19:18:49 2024 -0400 Update with latest feedback commit e190d10 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Thu Aug 29 17:02:46 2024 -0400 Support exon curation and redesign AddMutationModal commit d7bf586 Author: Calvin Lu <59149377+calvinlu3@users.noreply.github.com> Date: Tue Sep 17 08:59:30 2024 -0400 Add flag dropdown to string mutations (#418)
bc5c9b6 to
e1f16f9
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR will merge the changes from the feature branch. The changes merged into the feature branch have all been reviewed. This is the PR that merged into production and fixes some merge conflicts
Notes