This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 03, 2021
- Nov 02, 2021
-
-
rhenck authored
-
rhenck authored
To not have the same name as likert rows and cause issues on the props panel.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
- Use ngModel so it returns number
-
rhenck authored
-
rhenck authored
This allows setting up a specific color, which might be harder to find in the color picker. Also allows setting 'transparent'.
-
- Nov 01, 2021
-
-
jojohoch authored
* Use IntersectionDetector for intersectionDetection directive * remove unnecessary input 'index' from page component
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
rhenck authored
The icon does not make it sufficiently clear what the purpose is.
-
rhenck authored
The condition did not respect the case of null value.
-
rhenck authored
This is necessary to reset elements like radio button group. We use null for that instead of undefined. The check was in place before to make sure input fields only accept valid values (no text in a number field for example). Angular thinks a null value is valid so we have to do this extra check. This is now done directly in the template before calling the updateModel method.
-
rhenck authored
-
rhenck authored
-
rhenck authored
The outline needs some space outside the element. This space may be more than the parent has (when the element is positioned right at the edge). When this happens we simply ignore that 1 pixel space. Everything still shows correctly.
-
rhenck authored
And avoid global styling.
-
rhenck authored
This way empty paragraphs still produce an empty line. Not possible to do inline because CSS pseudo classes do not work inline.
-
rhenck authored
-
- Oct 29, 2021
-
-
rhenck authored
This way the color-input element can read the color and show the correct preview.
-
rhenck authored
-
rhenck authored
This needs a z-index on the selected section, since the outline collides with other sections and is not shown on this side.
-
rhenck authored
Was missing margin at the top.
-
rhenck authored
-
rhenck authored
Put the buttons to the right side instead of in the middle somewhere.
-
rhenck authored
Make radio button and first line of the label (in case there is a line break) appear at the same height.
-
rhenck authored
This makes it so that other options appear with strikethrough when one is selected.
-
rhenck authored
-
rhenck authored
-
jojohoch authored
-
rhenck authored
Other components will follow.
-
jojohoch authored
-