Refactor FormsComponent and add AuthGuard for appeal route protection. Replace dynamic routing with static appeal route, restructure AppealComponent layout, and introduce responsive design adjustments. Update environment configuration for default auth status.

This commit is contained in:
2025-08-03 00:09:27 +02:00
parent 1f03a4bdc3
commit c277306c2c
10 changed files with 140 additions and 82 deletions
@@ -0,0 +1,16 @@
:host {
display: block;
}
.appeal-container {
display: flex;
flex-direction: column;
min-height: 80vh;
}
main {
flex: 1;
display: flex;
flex-direction: column;
overflow-y: auto;
}