-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Ideogram: App Improvements #71
Conversation
Addresses: #64 |
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.
The inputs in the homology tab are cut by the scroll bar, either reduce their size or increase the option div size.
@Bachibouzouk fixed! |
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.
"Chr Height" could be replaced by "Chr Lenght" so that it works for both horizontal and vertical display ;), but merge the PR before making more changes so that your other changes can be seen at the demo today :)
@Bachibouzouk for |
@Bachibouzouk for |
2 similar comments
@Bachibouzouk for |
@Bachibouzouk for |
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.
Looks good! 💃
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.
Looks good! 💃
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.
Looks good! 💃
💃 |
Dash Bio pull request
Name and description of your component
Main libraries used in component
Before asking for a review
PR merging checklist
Please make sure you have done these things before asking for approval to finally merge.
master
: checkout the master branch withgit checkout master
, pull from latest mastergit pull
, checkout to your branchgit checkout your-branch
, merge master into your branchgit merge master
. Resolve conflicts.package-lock.json
(runnpm install
)requirements.txt
is completenpm run build:all
ornpm run build:js
followed bynpm run build:py
python setup.py sdist
, then copydist/dash_bio-X.Y.Z.tar.gz
into the top-level directory)pip install dash-bio-X.Y.Z.tar.gz
)dash-bio
folder by the above command(s)DDS Deployment
developers
user credentials from a dash-bio team member.git pull
).git remote -v
, make sure you have the dash-bio one:https://dash-gallery.plotly.host/GIT/dash-bio
.git remote add dash-bio https://dash-gallery.plotly.host/GIT/dash-bio
.developers
user credentials, have them ready.git push dash-bio master
.DDS Deployment Debugging
git push dash-bio master
you may encounter the following issue:This may be because the
git
credentials are saved on theclient-side
. In order to solve this, do the following:Windows
OS X
resolve: #60