This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Aug 09, 2022
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
Now always shows the values as rich text (which works because basic text is valid html). Also remove some unused fields.
-
rhenck authored
A no longer existing class was used, but turned out to not be necessary anyway. #313
-
rhenck authored
Initialize to null, to be able to differentiate in the props panel. Also improve props panel layout by always showing all fields and disabling them if needed instead of hiding them. Fix translation.
-
rhenck authored
#318
-
rhenck authored
sanatizer TextImageLabel: position -> imgPosition DragNDropValueObject stringValue -> text imgSrcValue -> imgSrc RadioButtonGroupComplexElement columns -> options Likert columns -> options
-
- Aug 08, 2022
-
-
rhenck authored
-
- Aug 03, 2022
- Aug 02, 2022
-
-
rhenck authored
Also add it to the likert row dialog. #112
-
rhenck authored
#283
-
rhenck authored
Also refactor properties panel and ToggleButton class logic for striking values. This now relies more on CSS classes provided by Material instead of doing finetuned logic my ourselves. This also allows showing the correct preview in the editor. #287
-
rhenck authored
- Move props to separate files - Fix typing
-
- Aug 01, 2022
-
-
rhenck authored
-
rhenck authored
Also improve media element property control layout. #204
-
rhenck authored
Now the dialog scrolls and the buttons at the bottom can be reached even on low viewport height. #294
-
rhenck authored
#283
-
rhenck authored
Casting to ButtonElement caused issues where changed values were not recognized by inputs. #280
-
rhenck authored
The TipTap editor needs a setting to be able to read base64 encoded images. Also improve method name. #297
-
rhenck authored
#298
-
rhenck authored
..instead of multiple methods doing almost the same stuff.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
- Jun 10, 2022
- Jun 09, 2022
-
-
rhenck authored
Turns out the space within the template code are doing this. #270
-
rhenck authored
More german quoting characters. #209
-
rhenck authored
-
rhenck authored
There was at least one bug, where entering a number could create a list with wrong styles. This is the easy fix by disabling all that, instead of fixing it, which might bo out of our jurisdiction anyway. #226
-
rhenck authored
-
rhenck authored
Better icons and reordered elements. #267
-
rhenck authored
Italics indicate that this is not a proper text.
-
rhenck authored
- Missing type inforamtion as constructor parameter - Also the new ID generation mechanism uses the type of the element to request an ID from the the IDManager. Here was a mismatch, where the type is 'likert-row', but the IDManager only knew 'likert_row'. This is now files all IDs use hyphens instead of underscores.
-
rhenck authored
-