This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Jan 04, 2024
-
-
rhenck authored
This makes the controls fit better into the fieldset box.
-
- Sep 08, 2023
-
-
rhenck authored
-
- Aug 14, 2023
-
-
jojohoch authored
-
- Jun 08, 2023
-
-
rhenck authored
Several elements were broken after updating the Material library. Add new component for combobuttons, which allow selecting and applying a value in one connected element.
-
- Jun 05, 2023
- May 22, 2023
-
-
jojohoch authored
-
- May 05, 2023
-
-
jojohoch authored
-
- Sep 16, 2022
-
-
rhenck authored
#294
-
- Aug 01, 2022
-
-
rhenck authored
Now the dialog scrolls and the buttons at the bottom can be reached even on low viewport height. #294
-
- Apr 05, 2022
-
-
rhenck authored
-
- Mar 31, 2022
-
-
rhenck authored
The material dialog functionality used, adding the mat-dialog-title directive the toolbar.
-
- Feb 21, 2022
-
-
rhenck authored
Set back to the default setting to prevent CSS settings to spill over into other parts of the application.
-
- Feb 09, 2022
-
-
rhenck authored
This is done according to the Angular best practices and minimizes namespace collisions when using other packages which might use the same selectors. Technically the selectors are not even becessary since we use an Angular component factory to create element components but it is still useful for the DOM element naming, for debugging purposes for example.
-
- Feb 07, 2022
- Jan 19, 2022
-
-
rhenck authored
Input elements are now grouped in fieldsets. They also a cool gradient background color.
-
- Dec 03, 2021
-
-
rhenck authored
-
- Nov 25, 2021
-
-
rhenck authored
Highlighted (background colored) text is done with mark elements which don't have a color and make the contained text lose the styling of the parent span, which has the text-color property. To solve it we simply inherit the color of the parent span.
-
- Nov 18, 2021
-
-
rhenck authored
- Reordered the buttons to make it look nicer (but still make sence logically) - Put some more divs with flex layouting to prevent elements moving unexpextedly. - Changed color and list inputs to split-buttons. Those compone a button with a dropdown. - The editor now saves the set color and it can be applied to subsequent selections as well.
-
- Nov 01, 2021
-
-
rhenck authored
And avoid global styling.
-
- Oct 28, 2021
-
-
rhenck authored
This improves bold text readability. This has to be done in the actual element, in the TextEditor and on the properties panel.
-
- Oct 18, 2021
-
-
rhenck authored
The main components are right at top level and the directories below mimic the data structure (unit->page->section). The toolbar is only used in dev mode and does not belong directly to the unit view. The TextEditor is a complex component and deserves it's own directory even though it is used within the unit-view. Might be refactored to its own module later.
-
- Oct 07, 2021
-
-
rhenck authored
Based on TipTap which in turn is based on ProseMirror. No further assets are needed.
-