This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- May 05, 2022
-
-
rhenck authored
- Move value input to dropList input group
-
rhenck authored
- Fix DropLists with copyOnDrop to display a placeholder copy of dragged elements. The drop preview is hidden on those lists. It still has to be in the DOM to be the target for the 'falling' animation of the dragged item, otherwise it flies to the top left corner of the viewport.
-
- May 02, 2022
-
-
rhenck authored
With this setting elements are copied when being dropped to another list. On drop it is also checked if the item-ID is already present in the list. If it is the drop event is silently discarded. This allows putting items back in the list without creating duplicate IDs. Lists with this setting: - do show a placeholder of the items being dragged. This way it is conveyed that the item will remain there after being dropped. - don't show a placeholder when items are hovered over them, to avoid confusion with duplicate items. Sorting within DropLists is disabled, since it causes moving items within the list. It has to be discussed if this feature is even needed.
-
rhenck authored
This should fix CI pipeline.
-
rhenck authored
-
rhenck authored
Build and deploy script are written in bash for now as the syntax is far easier and cleaner. Might be changed in the future as this requires a Linux environment with bash available. Deployment happens as version 9.9.9, because Teststudio does not accept players and editors without semantic versioning. The Dockerfile is the image used for building and deploying the app.
-
rhenck authored
-
rhenck authored
Remove unused class.
-
jojohoch authored
-
jojohoch authored
-
- Apr 29, 2022
- Apr 28, 2022
- Apr 27, 2022
-
-
jojohoch authored
- Remove TODOS
-
jojohoch authored
elementModels are described in the unitDefinition elementCodes are saved in the unitState Their values are mapped by the ElementModelElementCodeMappingService
-
jojohoch authored
-
jojohoch authored
for type text and image
-
jojohoch authored
- Rename class name, methods and properties - Remove method registerDropListValueIds - Calculate array of DragNDropValueObjects in app component
-
jojohoch authored
-
- Apr 25, 2022
-
-
rhenck authored
-
rhenck authored
-
jojohoch authored
Use the mapper method `toUnitState` of the UnitStateElementMapperService when registering elements and their initial values
-
jojohoch authored
Use configuration and refactor keyboard template
-
rhenck authored
- Add fieldset to make it look nicer. - Improve image to have fixed size, scale properly and show buttons only on hover. - Improve translations - Add tooltip to actionparam dropdown: When having selected pageNav it shows a tooltip to get across that only valid pages can show up. #240
-
rhenck authored
-