This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 21, 2024
-
-
rhenck authored
-
- Nov 19, 2024
-
-
rhenck authored
Not closing the menu does not make sense when moving or deleting pages. It was only useful to avoid closing when clicking on the menu without clicking a control. Losing this is acceptable.
-
- Nov 18, 2024
-
-
rhenck authored
#736
-
- Oct 21, 2024
-
-
jojohoch authored
-
- Oct 18, 2024
-
-
rhenck authored
-
- Oct 17, 2024
- Oct 16, 2024
-
-
jojohoch authored
-
- Oct 08, 2024
-
-
rhenck authored
Also refactor a lot of stuff around the page canvas and unit view. #684
-
- Jul 18, 2024
- Jul 12, 2024
-
-
rhenck authored
Everybody is considered expert but role 'developer'. The host application allows not saving the unit when rights are insufficient, so the editor needs not to take care of that. Having full rights allows for better inspection of units even if it can't be changed(saved).
-
- Jul 09, 2024
-
-
rhenck authored
-
- Jul 05, 2024
-
-
rhenck authored
-
- Jun 24, 2024
-
-
rhenck authored
-
- Jun 19, 2024
- May 28, 2024
-
-
rhenck authored
Only works for a few commands (mainly page and section stuff). - Adds new menu to page-bar, which shows issued change commands with a button to rollback the latest change. - Added warning to the UI element that this is a experimental feature and can destroy units. - Undo is done by having the normal function to apply the change to the unit-object and another to undo this change. The HistoryService manages the list and calling rollack (via UnitService). - Further refactiring to the unit services.
-
- May 27, 2024
-
-
rhenck authored
-
- May 26, 2024
-
-
rhenck authored
- Encapsule into separate component - No more pop-in-controls - slicker ui layout - More tooltip with explanations
-
- Aug 07, 2023
-
-
jojohoch authored
#523 - Improve sanitizing of position margins
-
- Aug 03, 2023
-
-
jojohoch authored
#511
-
- Jun 13, 2023
-
-
rhenck authored
- Add ReferenceManager to check if deleted elements are referenced anywhere in the unit. If so display a warning. - Move page logic to UnitService
-
- Jun 08, 2023
-
-
rhenck authored
-
- Jun 05, 2023
-
-
jojohoch authored
-
- May 05, 2023
- Sep 06, 2022
-
-
jojohoch authored
-
- Jun 03, 2022
-
-
rhenck authored
Remove 'any's be adding proper types and using 'never'.
-
- Mar 10, 2022
-
-
jojohoch authored
Change translation key and meaning from 'typeAreaWidth' to 'sectionWidth'
-
- Mar 09, 2022
-
-
jojohoch authored
Remove case distinction when labeling the page's margin width
-
- Mar 04, 2022
-
-
jojohoch authored
The width of a page results from the value for the maximum width plus twice the value for the spacing
-
- Feb 28, 2022
-
-
rhenck authored
-
- Feb 22, 2022
-
-
rhenck authored
- Now does unit (page) manipulation itself instead of delegating everything to the UnitService. Still need to call the UnitService to make it notify the API about the change to the unit. - Also improve the hack for refreshing the tab view.
-
rhenck authored
It did not do anyhting anyway. Is now integrated in unit view.
-
- 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.
-
- Jan 20, 2022
-
-
rhenck authored
Also focus the height input field upon opening the menu. For the layout menu this does not work as checkboxes don't play nicely with menus. In fact having anything but button in the menu is against the Material spec. But i still think this is the best way to achieve the usability we want.
-
- Dec 13, 2021
-
-
rhenck authored
Use unit field of UnitService directly to detect changes.
-
- Nov 11, 2021
-
-
rhenck authored
This structure moves closer to the structure template the team decided on. Components and services are kept in dedicated folders instead of following the logical code structure. This is still not the case here as the unit-view component is still nested, but it's closer.
-