This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Dec 17, 2021
-
-
rhenck authored
-
rhenck authored
This makes the list not collapse when used in dynamic context.
-
rhenck authored
Those are wanted by the product owner.
-
rhenck authored
Also improve tooltips.
-
rhenck authored
- Fix reading values from combinedProperties object. This object has the needed property in its root. - Don't show alignment buttons in dynamic mode - Make the small input fields a little wider so the placeholder text does not overflow, when there is no valid value to show. This may happen when multiple elements are selected, which have differing values.
-
rhenck authored
- Move the method to the unit service, so the proper updateElementProperty method can be used. - Also improve the logic, reducing variables.
-
rhenck authored
Only select the element component when it is not already selected. This prevents delesecting elements which have been multiselected.
-
jojohoch authored
This prevents the section from being placed in front of elements with negative z-index
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
- Dec 16, 2021
-
-
rhenck authored
-
rhenck authored
This complicates styling and is somewhat useless as the border can also be removed by setting the border-width to 0.
-
rhenck authored
Elements are supposed to be centred when this setting is used. Since it is the same CSS for almost all element components it is put into global styles. Missing components: video, spelling.
-
rhenck authored
Better logical order with featrures first and bugfixes last.
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
- Dec 15, 2021
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Correct german form: 99-66
-
rhenck authored
This creates a blockquote-element, which is styled globally with specific quotes and alignment.
-
rhenck authored
Images are always inline and scaled down to the font size of the text element as a whole.
-
rhenck authored
TipTap for the newest beta features and jasmine because of some dependency error npm was showing.
-
rhenck authored
Outline may be shown when valid dropLists are highlighted. The bottom patr of the outline is cut off when the whole width is used by the dropList.
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
rhenck authored
Section was picking up the size of children elements. With relative it works.
-
rhenck authored
The inline style makes problems with fixed sized elements in dynamic sections. This change needs to be reviewed thoroughly.
-
rhenck authored
This allows elements in dynamic sections to have fixed dimensions. Some modifications to property panel logic, to show dimension fields and proper labels. Only implmented in dropList and button elements.
-
rhenck authored
The child elements are created directly in the component when reading a serialized cloze. The whole parsing process of cloze elements will be reworked soon. So this probably is a temporary fix.
-
jojohoch authored
Fix a problem when saving compound children
-