This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 29, 2021
-
-
rhenck authored
For elements which don't have this functionality the workaround is to use pointer events and make the elements unclickable.
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
* Add IntersectionService * Add CompoundElementComponent as parent for LikertComponent * Inject ElementRef to common ElementComponent * Rename players' ElementComponent to ElementContainerComponent
-
- Oct 28, 2021
-
-
rhenck authored
This improves bold text readability. This has to be done in the actual element, in the TextEditor and on the properties panel.
-
rhenck authored
-
rhenck authored
Add 10px margin between label and options.
-
rhenck authored
When the label is empty a smaller input field will be rendered which also does not have the label placeholder.
-
rhenck authored
-
rhenck authored
This has been refactored already. Those were not cleaned up properly.
-
rhenck authored
-
rhenck authored
Useful for longer text in textareas and does not hurt short text elements (like text-field).
-
rhenck authored
This way the vertical size can be controlled.
-
rhenck authored
Other elements do implement the interface but do nothing with the property. This make all the interface handling a lot easier at the cost of having useless variables in some contexts.
-
rhenck authored
-
rhenck authored
By clicking anywhere but elements of the side panels.
-
rhenck authored
The outlines where not completely shown when multiple elements were put beside one another. Now the selected elements of pulled to the top and the outline is visible.
-
rhenck authored
This is to not make them move (the amount of pixels the border has) when selected.
-
rhenck authored
Some things had to be tweaked in regards to positioning and sizing of elements. The drag preview is now done with a separate div, which only shows while dragging and has the temporary dimensions of the element. When dropped it sets the grid values if the dropzone as before.
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
* Remove FormService Injection * Move FormService and form types to player * Move interface ValueChangeElement to uI-element.ts * Use interface InputElementValue instead of string | number | boolean | null
-
- Oct 27, 2021
- Oct 26, 2021
- Oct 25, 2021
-
-
rhenck authored
Since no default size is set, the default font size is set to 16px, which is the browser(?) default on my PC.
-
rhenck authored
-
rhenck authored
Margin between lines and between button and it's label.
-
rhenck authored
-
rhenck authored
Before it was done with a dysfunctional hack. Now with proper extensions to existing (tiptap-node-)extensions. Also reads existing style and sets select-element accordingly.
-
jojohoch authored
-
rhenck authored
Use proper types and remove unused vars.
-
rhenck authored
No longer is async. For elements which need upfront source info (media), the media prompf is done in the unit service. Here we can keep it simple. Also remove coordinates from factory as this is information that does not need to be known here. This is also handled in the unit service where applicable.
-
rhenck authored
-
rhenck authored
Remoove unnecessary type casting, unused variables and consoles statements.
-