Fixed usecase linking and added basic priorities to start making a priority system

This commit is contained in:
frikky
2022-05-21 14:31:43 +02:00
parent 2167be32f5
commit 7e42553fee
10 changed files with 413 additions and 86 deletions
+2 -2
View File
@@ -3038,7 +3038,7 @@ const Workflows = (props) => {
</div>
</div>
}
<div style={{ flex: 1, textAlign: "right" }}>
<div style={{ flex: 1, textAlign: "right", }}>
{workflowButtons}
</div>
</div>
@@ -3090,7 +3090,7 @@ const Workflows = (props) => {
}}
*/}
<div style={{width: "100%",}}>
<div style={{width: "100%", minHeight: isMobile ? 0 : 71, maxHeight: isMobile ? 0 : 71, }}>
{!isMobile && usecases !== null && usecases !== undefined && usecases.length > 0 ?
<div style={{ display: "flex", }}>
{usecases.map((usecase, index) => {