This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 15, 2021
- Nov 12, 2021
-
-
rhenck authored
- Check if button element is available in the toolbox - Add the button to the canvas - Change button label and check reflection on the canvas
-
rhenck authored
This shows a outline on potential dropLists when dragging an item.
-
rhenck authored
-
rhenck authored
- Remove grab cursor from the canvas as it is no longer draggable (was in an earlier version) - Fix element visual overlaying the resize element. Now the actual element is hidden, while the resize is going on. Element cursor are changed so that there is a 'grab' cursor on hover and a 'grabbing' cursor while active (clicked but not dragged yet) and while dragging. The resize cursor always stays the same, as there is not alternative active curser (like grab/grabbing) for this. On the dynamic overlay the curser cannot be set while the element is being dragged. I assume it is because of 'relative' positioning. The element is taken out of the DOM and pointer events don't work, including cursors. This is why the body needs to be cursor-styled. Cursors are set dynamically in the component via CSS class. When dragging starts it is set and removed when it ends.
-
- Nov 11, 2021
-
-
rhenck authored
Also add an additional direct input for font color.
-
rhenck authored
Move the first tab to it's own component. File still is way to long and unwieldy.
-
rhenck authored
-
rhenck authored
This structure moves closer to the structure template the team decided on. Components and services are kept in dedicated folders instead of following the logical code structure. This is still not the case here as the unit-view component is still nested, but it's closer.
-
rhenck authored
-
rhenck authored
Now correctly uses the multiline dialog.
-
rhenck authored
Use global styles and remove unecessary styling commands. The dialog window will mostly size itself.
-
rhenck authored
Use separate method with a name to know what this nested loop is for.
-
rhenck authored
Before the children were simple javascript objects missing the methods of out proper typescript objects. Not it correctly calls the constructor on all row elements instead of just assigning the value.
-
rhenck authored
Read the formerly used 'options' array.
-
jojohoch authored
All elements now use the elementValueChanged event. Also formValueChanged is changed.
-
jojohoch authored
-
jojohoch authored
-
- Nov 10, 2021
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Also reorder translations a bit.
-
rhenck authored
-
rhenck authored
Options and value were the same thing anyway and the value was updated once anything was changed within that dropList. The player though needs a start value and this way we have one.
-
rhenck authored
Interactions are mutually exclusive (for now). The string values describe which interaction is possible.
-
jojohoch authored
Supplement to commit "Refactor elements to use the model's value"
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
AudioComponent and VideoComponent inherit from MediaPlayerElementComponent to avoid duplicate code
-
jojohoch authored
-
rhenck authored
This change mainly helps the editor. The idea is to make the element components have the correct value of their model and don't rely on the formcontrol value. The formcontrol can be hard to manipulate, especially in compound elements. Setting the model value is way easier. The formcontrols are kept and should not interfere.
-