- 21 Mar, 2018 14 commits
-
-
Ryan Herbert authored
ensures that the hidden attribute doesn't get overridden by another css display rule
-
Ryan Herbert authored
make the inputs look a little bit nicer with a little bit of css from bootstrap
-
Ryan Herbert authored
makes better use of space for adding multiple patients/runs/sets in a single form.
-
Ryan Herbert authored
-
Ryan Herbert authored
Having a single controller and view, is better for clean code practices, since changes to the form/controller won't require two forms and controllers to be changed. So when the changes for the multi-patient form come in, we'll have less to do and a cleaner code-bade to work from. I also took the opportunity to build the from with divs rather than a table since we're going to need a more flexible layout when the time comes. Also less DOM nodes.
-
Ryan Herbert authored
set the cursor to a pointer when hovering the cross icon inside the token span See #2976
-
Ryan Herbert authored
using CSS, hides the sample id string prefix and displays the full name of the set type. See #2981
-
Ryan Herbert authored
this was css copied into our sass file. So it makes sense to make the most of the sass syntax and nesting feature.
-
Ryan Herbert authored
when highlighting a samle id string, we want it to match the colour of the token that will be inserted. See #2981
-
Ryan Herbert authored
We are going to be using these again so we want a nice variable to make things easier.
-
Ryan Herbert authored
prevents the token div from expanding too much and allows the token spans to wrap within the parent div.
-
Ryan Herbert authored
Making it clear when it is possible to click in order to start typing a set token
-
Ryan Herbert authored
Makes it look as though the tokens are inside some kind of textarea rather than a separate div from the input.
-
Ryan Herbert authored
-
- 06 Mar, 2018 2 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
See #2978
-
- 02 Mar, 2018 1 commit
-
-
Ryan Herbert authored
in some cases there can be a lot of samples to view in the infoBox of a clone, so we need a way of scrolling to see this information. See #3057
-
- 20 Nov, 2017 1 commit
-
-
Mathieu Giraud authored
-
- 17 Nov, 2017 2 commits
-
-
Thonier Florian authored
Close #2116.
-
Ryan Herbert authored
See #2582
-
- 10 Oct, 2017 2 commits
-
-
Téo Vasseur authored
-
Téo Vasseur authored
Controller to be used to switch between graph and scatterplot
-
- 06 Oct, 2017 1 commit
-
-
Mathieu Giraud authored
See #2688.
-
- 05 Oct, 2017 1 commit
-
-
Ryan Herbert authored
Although the jquery plugin autocomplete.js was providing the basic functionnality we needed, it was not natively able to display the list of suggestions in the desired position for our textareas. At.js is capable through the use of Caret.js of displaying a suggestion box under the caret in a textarea. This javascript code is heavily inspired by the code present in the gitlab-ce project and allows us to have a nicely cached data-set to limit database queries.
-
- 16 May, 2017 1 commit
-
-
Téo Vasseur authored
-
- 05 May, 2017 6 commits
-
-
Téo Vasseur authored
Width stuff, for the inside of axisBox to be aligned
-
Téo Vasseur authored
"pointer" class wasn't used, and made axis_menu css rule useless
-
Téo Vasseur authored
See #2395
-
Téo Vasseur authored
See #2175
-
Téo Vasseur authored
-
Téo Vasseur authored
See #2175
-
- 10 Apr, 2017 1 commit
-
-
Mathieu Giraud authored
See #2348.
-
- 04 Apr, 2017 1 commit
-
-
Mathieu Giraud authored
-
- 08 Mar, 2017 4 commits
-
-
Ryan Herbert authored
500px was too much. 300px is more reasonnable and won't create as much vertical overflow.
-
Ryan Herbert authored
jstree component now has a maximum height with a scrollbar to manage overflow. text elements of jstree now have a maximum width and an ellipsis overflow management.
-
Ryan Herbert authored
jstree is creating overflow and we need to be able to scroll if necessary.
-
Ryan Herbert authored
-
- 01 Mar, 2017 2 commits
-
-
Armand Bour authored
-
Armand Bour authored
-
- 17 Feb, 2017 1 commit
-
-
Ryan Herbert authored
moving the page navigation buttons and redesigning it a litte to match the rest of the style and make it a little more visible
-