This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Jun 27, 2024
-
-
rhenck authored
#662
-
- Nov 24, 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.
-
- Jun 27, 2023
-
-
jojohoch authored
- Fix typo in css classname
-
- Jun 23, 2023
-
-
jojohoch authored
- Basic implementation
-
- Dec 23, 2022
-
-
jojohoch authored
The property vertical-align is interpreted differently by Chrome based browsers, so a special webkit value is needed to override the value. The browser specific value is used last, so it is used by browsers which can interpret it. #414
-
- Dec 20, 2022
-
-
jojohoch authored
-
- Nov 30, 2022
-
-
rhenck authored
Uses external software 'MathLive'. Distpacker issues with mathlive have been solved in a custom distpacker.ts in scripts-folder. This is now used instead of the distpacker from the npm package.
-
- Sep 15, 2022
- Aug 01, 2022
-
-
rhenck authored
-
- Feb 18, 2022
-
-
jojohoch authored
-
- Feb 17, 2022
- Feb 16, 2022
-
-
jojohoch authored
Remove the wrapper divs in each element component and add the 'fixed-size-content-wrapper' class to the element overlays of player and editor
-
- Feb 14, 2022
- Feb 11, 2022
-
-
jojohoch authored
The previous solution, which uses a top position of 50%, did not work on iPad
-
- Jan 06, 2022
- Jan 05, 2022
-
-
rhenck authored
-
- Dec 16, 2021
-
-
rhenck authored
Elements are supposed to be centred when this setting is used. Since it is the same CSS for almost all element components it is put into global styles. Missing components: video, spelling.
-
- Dec 15, 2021
-
-
rhenck authored
This creates a blockquote-element, which is styled globally with specific quotes and alignment.
-
- Nov 12, 2021
-
-
rhenck authored
-
rhenck authored
- Remove grab cursor from the canvas as it is no longer draggable (was in an earlier version) - Fix element visual overlaying the resize element. Now the actual element is hidden, while the resize is going on. Element cursor are changed so that there is a 'grab' cursor on hover and a 'grabbing' cursor while active (clicked but not dragged yet) and while dragging. The resize cursor always stays the same, as there is not alternative active curser (like grab/grabbing) for this. On the dynamic overlay the curser cannot be set while the element is being dragged. I assume it is because of 'relative' positioning. The element is taken out of the DOM and pointer events don't work, including cursors. This is why the body needs to be cursor-styled. Cursors are set dynamically in the component via CSS class. When dragging starts it is set and removed when it ends.
-
- Nov 11, 2021
-
-
rhenck authored
Use global styles and remove unecessary styling commands. The dialog window will mostly size itself.
-
- Nov 01, 2021
-
-
rhenck authored
And avoid global styling.
-
- Oct 25, 2021
-
-
rhenck authored
-
- Oct 07, 2021
-
-
rhenck authored
This is rather hard to implement via HTML inline style attributes. So we do it the classic way. Could be reviewed, when that feature is implemented in TipTap: https://github.com/ueberdosis/tiptap/issues/1514.
-
- Sep 17, 2021
-
-
rhenck authored
They are now modified via menu at the section and no longer via props panel.
-
- Aug 23, 2021
-
-
rhenck authored
Use global style for droplist cursor.
-
- Aug 03, 2021
-
-
rhenck authored
- ... mostly for dynamic positioning - Refactor reordering of sections. They can now be moved by small buttons to the side, which appear when hovering. The section edit mode is no longer available. -> KISS - Removed all toolbars. The props can now be set via the props panel, which now has sections for pages, sections and elements. This is to have more vertical space available for editing the unit. - Sections can now (only) be added via the toolbox panel, where the second tab is now exclusively for sections. Future templates are supposed to be whole sections, which can also be added from there. - Refactor CSS layouting (flex and co) to have better handling of vertically growing page (via sections) - Some preparation for an upcoming overhaul of selection stuff (again :))
-
- Jul 19, 2021
-
-
rhenck authored
Somewhat messy because of more nested droplists and a handler triggering every pixel. But the best I can do for now. May revisit later.
-
- Jul 07, 2021
-
-
rhenck authored
Stronger then warning.
-
- Jul 05, 2021
- Jun 22, 2021
-
-
rhenck authored
-