- 08 Mar, 2016 40 commits
-
-
-
-
fix misplacement in bot-bar and resize div to allow dev-menu to be displayed properlyr, even with the new item in menu added.
-
change placement in bot-bar to fix misalignement when in dev mode.
-
-
-
-
Vidjil Team authored
Great work by @RyanHerb
-
Dash was no longer needed due to replace function no longer being called. This also allows the placeholder to be applied correctly
-
Vidjil Team authored
-
Vidjil Team authored
Thanks to @mikael-s.
-
Make the span wide enough so that it is not too difficult to reach it with the mouse (so the ! must be centered too). Use a left margin to ensure that the ! is not too close from the read number.
-
A ! is added when there are (very) few reads (instead of writing explicitly the message next to the read number).
-
-
-
builder.js fixed a bug where the value from the first info edit textarea could be copied to the second
-
-
Vidjil Team authored
7 locus instead of 6 on a line
-
-
-
-
Vidjil Team authored
-
Refactored the info container to eliminate overlapping text on long sample names
-
-
-
-
-
-
-
-
-
-
-
Clicking the patient name will now open the patient info page
-
open patients in the menu now opens the patients list rather than reloading the last page served by the database
-
Added overflow management to sample names. Is now managed with ellipsis and the mouseover text (title) contains the full name
-
-
The previous changes to the css forced the use of certain margins that need to be countered in order to reduce the displacement of elements when the textarea is inserted
-
Annotations now display two lines by default and do not displace other elements when being expanded
-
Removed the key binding that triggered a local save when typing a carriage return. Local save is now triggered on loss of focus
-