- added FLOW_ID env variable;

- implemented two types of evaluation flow;
- refactored component related to communication messages;
- fixed displaying elements based on evaluation status;
- fixed some styles;
This commit is contained in:
Vitalii Kiiko
2024-11-22 16:37:59 +01:00
parent 9465cbd55a
commit fdda72b617
10 changed files with 294 additions and 363 deletions

View File

@@ -208,10 +208,18 @@
column-count: 2;
column-width: 4em;
display: block;
padding-bottom: 0;
/*padding-bottom: 0;*/
.appPageSection__pMeta {
margin-bottom: 1em;
span:nth-of-type(1) {
max-width: 30%;
}
span:nth-of-type(2) {
max-width: 60%;
text-align: right;
}
}
}
}
@@ -221,6 +229,7 @@
flex-direction: column;
padding: 0;
width: 100%;
list-style: inside;
}
.appPageSection__listItem {