This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Jul 19, 2024
-
-
rhenck authored
-
- Jul 18, 2024
- Jul 16, 2024
- Jul 12, 2024
- Jul 10, 2024
-
-
rhenck authored
-
- Jul 09, 2024
-
-
rhenck authored
-
- Jul 08, 2024
- Jul 05, 2024
- Jul 04, 2024
-
-
Richard Henck authored
This way the props do not show in the prop-panel.
-
- Jul 03, 2024
-
-
rhenck authored
Allow for direct adding of image options.
-
- Jul 02, 2024
-
-
rhenck authored
- Remove simple variant and integrate it into the normal one with added switch for less controls available and smaller size.
-
- Jun 27, 2024
-
-
jojohoch authored
#652
-
- Jun 25, 2024
- Jun 17, 2024
-
-
rhenck authored
-
- Jun 03, 2024
-
-
rhenck authored
Used by reference and delete dialogs.
-
- 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 28, 2024
-
-
rhenck authored
Visual overhaul and another way of inserting a section. The section code is saved to a global variable which can be used as well. Does obviously not work accress edit sessions or different units, therefore the old way is preserved.
-
- May 27, 2024
-
-
rhenck authored
-
- May 26, 2024
-
-
rhenck authored
-
- Feb 09, 2024
-
-
jojohoch authored
#610
-
- Feb 02, 2024
- Nov 13, 2023
-
-
rhenck authored
Explicitly define a label to be shown, since the shown label is done via innerHTML.
-
- Oct 26, 2023
-
-
jojohoch authored
- Replace throwing Errors with InstantiationErors in unit, page and section in strictInstantiation mode
-
- Aug 07, 2023
-
-
jojohoch authored
#523 - Improve sanitizing of position margins
-
- Aug 04, 2023
-
-
rhenck authored
-
- Jul 28, 2023
-
-
jojohoch authored
-
- Jul 24, 2023
-
-
rhenck authored
In Player-context the constructors are to fail, when the given properties are not exactly as expected. Therefoore they are validated. When this validation fails, an environment variable is checked to determine if the element should be created anyway with defaults. This switch is off in player-context. But the Editor is not so strict and can create elements with incomplete parameters. There is also a new VersionManager which checks given unit definitions for version-validity. Upon failing this check Player and Editor show error messages. The Editor accepts a certain unit definition version, but shows a warning. The Editor checks units for invalid references after loading. If any are found, they are removed and an info-panel is shown.
-
- Jul 17, 2023
-
-
jojohoch authored
-