This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Aug 11, 2023
-
-
jojohoch authored
#520
-
- Aug 01, 2023
-
-
rhenck authored
- crossOutChecked adds line-through styling if checked. This is used in Cloze texts to cross out words. - This means Checkbox is no longer a PositionedElement and does not validate PositionProperties
-
- Jul 28, 2023
-
-
rhenck authored
-
- Jul 24, 2023
-
-
rhenck authored
-
- Jun 30, 2023
-
-
rhenck authored
- Remove dynamicPositioning from PositionProperties. This is not knowledge that the element needs to know. In the few places it was used, it was fixed or solved by asking the containing section about which positioning is active. - Fix and improve cloze child sizing. All can now have dynamic width and height. - Fix empty lines in ClozeDocument rendering - Editor SelectionService now knows if a cloze child is selected. This way the PropertiesPanel can show valid dimension inputs regardless of the underlying section.
-
- Jun 29, 2023
-
-
rhenck authored
-
- Jun 15, 2023
-
-
rhenck authored
Also restructure files containing interfaces.
-
- Jun 13, 2023
- Jun 05, 2023
- May 22, 2023
-
-
jojohoch authored
-
- May 05, 2023
-
-
jojohoch authored
-
- May 04, 2023
- Jan 06, 2023
-
-
Richard Henck authored
For Droplists this needs to be done when multiple items are allowed. For ToggleButtons it needs to be set when vertical orientation is used. It is then centered without caring about text alignment. With multiple item it would not be possible to align all of them anyway.
-
- Jan 05, 2023
-
-
rhenck authored
-
- Jan 03, 2023
- Jan 02, 2023
-
-
rhenck authored
-
- Dec 20, 2022
-
-
jojohoch authored
-
- Dec 15, 2022
-
-
jojohoch authored
- Add left and right padding for input field
-
- Dec 13, 2022
-
-
jojohoch authored
-
- Dec 12, 2022
- Dec 02, 2022
-
-
rhenck authored
- Extra span element around cloze child elements served no visible purpose. It also makes sense that an inline div is not inside of a span, which is meant for text. - CSS rules were overengineered and in part shadowed (and thereby pointless) by element styles from the template. This is also in preparation for the DropList styling overhaul.
-
- Nov 21, 2022
- Nov 07, 2022
-
-
rhenck authored
- Replace Material Droplist with native HTML events - Remove simple-drop-list element; Cloze elements now use the normal DropList element - Add example units
-
- Oct 18, 2022
-
-
jojohoch authored
- overflow of lists is now hidden to prevent dropable elements from being displayed outside the container - placeholders are hidden with flex orientation
-
- Oct 14, 2022
-
-
rhenck authored
Create new pipe for checking if element is included in list.
-
- Oct 07, 2022
-
-
rhenck authored
- Make position props on buttons optional - Move UIElement creation back to Factory instead of within Section
-
jojohoch authored
-
jojohoch authored
Use a horizontal aligned placeholder for dynamic aligned drop lists when there is more than one element in the list
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
- Refactor variable of the placeholder dimensions
-
jojohoch authored
- Important for vertically positioned drop lists - Analogous to the calculation of the height
-
jojohoch authored
- Replace pixel calculation with percentage values - Use of only two modes: full fill or line
-