refactor: migrate the frontend from AngularJS to Vue 3

This commit is contained in:
tdurieux
2026-09-09 13:19:53 +02:00
parent dc0ef022fb
commit 4a18f94631
65 changed files with 6164 additions and 8425 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+4 -3
View File
@@ -201,9 +201,10 @@ body {
overflow-y: hidden;
}
/* Angular removes the ng-view attribute after compiling the route. Target the
element so it remains the scroll container below the fixed-height header. */
ng-view {
/* Keep the route view as the scroll container below the header. */
#app { flex: 1 1 auto; min-height: 0; }
.app-header { flex: 0 0 auto; }
.app-view {
display: block;
flex: 1 1 auto;
min-height: 0;