This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Sep 30, 2024
- Sep 23, 2024
-
-
rhenck authored
#664
-
- Jul 18, 2024
- Jul 17, 2024
-
-
Richard Henck authored
- Remove superfluous width and height. This is already done by parent elements in player and editor. - Remove superfluous div and use host element instead.
-
- Jul 16, 2024
-
-
rhenck authored
-
- Jul 15, 2024
- Jul 11, 2024
-
-
rhenck authored
This fixes Tables which houses elements without dimensions.
-
- Jul 04, 2024
-
-
Richard Henck authored
This way the props do not show in the prop-panel.
-
- Jun 27, 2024
- Jun 25, 2024
- Jun 24, 2024
- Jun 20, 2024
- Jun 19, 2024
- Jun 17, 2024
- Jun 06, 2024
-
-
Richard Henck authored
#643
-
- Jun 03, 2024
-
-
rhenck authored
This is only used by the Editor. It was in common while the SanitizationService was used by the Player which then could display errors. Sanitization has been refactored and this is no longer needed.
-
- May 30, 2024
-
-
rhenck authored
Separating code changes is rather hard right now, so there is a lot of stuff that is part of this commit that should not. Details below. - All elements have static fields that holds their title and icon. This way dynamic lists can be built (for example for delete dialog) which show title and icon for all elements. ALso icons and names can be changed in one place. - Template-Tab has been added. This should have templates to help creating groups of ui elements. This is work in progress and there are actually no templates yet. So this will change or even be removed in the future. This is mostly UI, the code is "TODO". - Refactoring and improvement for delete and reference dialogs - Delete logic refactored for elements, sections and pages. There are no longer different dialogs when references are found, but instead one dialog that can do both.
-
- May 23, 2024
-
-
jojohoch authored
#657
-
- Apr 11, 2024
-
-
jojohoch authored
as this causes images to be displayed too small on iPads when they are first loaded.
-
- Mar 28, 2024
-
-
rhenck authored
Mouuseenter, mouseleave for list and items are now always active and no longer added after the drag has started (they check of a drag operation is going on though). This makes the code simpler and more managable.
-