-
Notifications
You must be signed in to change notification settings - Fork 31
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
Shear UI #505
Merged
Merged
Shear UI #505
Changes from 58 commits
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
cbf4060
bp shear
kwcantrell 227ec29
style fix
kwcantrell 66c2e56
checkpoint
kwcantrell 1183aa7
checkpoint
kwcantrell eafbea3
Finished TreeController
kwcantrell 7301e82
tree-controller
kwcantrell 888cf72
merged with master
kwcantrell f4f668f
fix doc issue
kwcantrell a408326
style fix
kwcantrell b043826
Apply suggestions from code review
kwcantrell caa916e
Merge branch 'master' of https://github.com/biocore/empress into tree…
kwcantrell f598928
fix style
kwcantrell 5ca5809
addressed comments
kwcantrell 89a4326
removed shear
kwcantrell 654df69
start ui
kwcantrell d6aa515
finished basic shear ui
kwcantrell de01d93
fixed test issue
kwcantrell fcb6b5b
removed old comments
kwcantrell 55f6f7e
merged master
kwcantrell b3acbd1
Apply suggestions from code review
kwcantrell 263dd6a
started addressing PR suggestions
kwcantrell 5bb8729
Merge branch 'shear-ui' of https://github.com/kwcantrell/empress into…
kwcantrell 68d0d63
fixed style
kwcantrell 603bf97
still addressing comments
kwcantrell 31b5af3
fixed style
kwcantrell 7f56e68
fix unselect all
kwcantrell 9a9bb75
Fixed unselect all for circ layout
kwcantrell 9dc26bc
fixed issue were tree disappears if all tips sheared
kwcantrell 4445ebd
check point
kwcantrell 15f81ab
fixed clade collapse
kwcantrell 4630689
fixed style
kwcantrell 73892fd
fixed test
kwcantrell 3ca595e
fixed no biom error
kwcantrell 66e5ded
checkpoint
kwcantrell 9eb4243
performance improvemens
kwcantrell e3d128f
merged master
kwcantrell 4b4d8e3
finished documenting
kwcantrell 3d05f17
style fix
kwcantrell d909e83
added warning to shear
kwcantrell 3b6d854
Major performance increase!
kwcantrell 0803dc0
Apply suggestions from code review
kwcantrell cc754e9
fix style
kwcantrell 3a2eede
Add warning message to shear panel
kwcantrell 95392a5
starting addressing @fedarko's comments
kwcantrell 45e2d49
addressed @fedarko's comments
kwcantrell 3570a19
Merge branch 'master' of https://github.com/biocore/empress into shea…
kwcantrell e78ecd1
fix test
kwcantrell c95adf8
Apply suggestions from code review
kwcantrell af71569
added more @fedarko's suggestions + stle fix
kwcantrell 35a2aa9
Merge branch 'master' of https://github.com/biocore/empress into shea…
kwcantrell 928a2ce
address @fedarko's PR comments
kwcantrell 6d4571a
Merge branch 'master' of https://github.com/biocore/empress into shea…
kwcantrell 6074e5d
fixed collapse issue
kwcantrell 0b081ca
Merge branch 'master' of https://github.com/biocore/empress into shea…
kwcantrell 0bd1160
Apply suggestions from code review
kwcantrell d3c2a61
fixed callback for emperor selections
kwcantrell ac544fb
fixed style
kwcantrell 55ca475
modified node circle text
kwcantrell aedb860
merged with master
kwcantrell 90571be
disabled tabs during animation
kwcantrell 149ecb5
fixed tests/lint issues
kwcantrell 288a140
Apply suggestions from code review
kwcantrell 7faa70a
modified message
kwcantrell cb085ba
addressed comments
kwcantrell 8af9b93
fixed python test
kwcantrell c0fbd57
Merge branch 'master' of https://github.com/biocore/empress into pr50…
fedarko 0505705
Remove extra " in side panel disabled message
fedarko 924b938
rm another extra "
fedarko 0bae2ce
space after "
fedarko 953abd8
fix problem i introduced in the last commit ._.
fedarko 8767132
MNT: RM \t chars, make e-d-*.js docs consistent
fedarko 01d7022
DOC: Adjust tab-disabled prefix using isEmpirePlot
fedarko c57a5d2
DOC: Make uses of bold fonts consistent
fedarko 00b7dee
STY: prettify
fedarko b664bfd
Cleaner toast msg for no-FM-b/c-shearing case
fedarko 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
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
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
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
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.
Should this block be moved to a helper method? Seems a bit odd that it's in the init method.