This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Feb 02, 2024
-
-
rhenck authored
-
- Nov 28, 2023
- Nov 24, 2023
- Nov 17, 2023
-
-
rhenck authored
#558
-
- Nov 16, 2023
-
-
rhenck authored
#559
-
- Nov 13, 2023
-
-
rhenck authored
-
- Sep 08, 2023
-
-
rhenck authored
- Remove all Roboto files Since there is just one font, this setting can be safely ignored. This is easier than sanitizing all elements.
-
- Aug 30, 2023
- Aug 18, 2023
-
-
jojohoch authored
-
- 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
-
-
jojohoch authored
- If this property is set, the input of more characters than specified in maxLength is prevented - It also prevents the insertion of text.
-