feat: The Big One UI #47

Merged
j.gerla merged 115 commits from temp_screenshot_manual into dev 2026-01-28 08:27:30 +00:00
2 changed files with 24 additions and 6 deletions
Showing only changes of commit 71443c7fb6 - Show all commits

View File

@@ -85,9 +85,31 @@
background: #f9f9f9;
border: 1px solid #ddd;
padding: 1rem;
display: flex;
display: flex;
flex-direction: column;
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.05);
height: 250px;
}
.phaseBox ul {
list-style: none;
padding: 0;
margin: 0;
overflow-y: auto;
flex-grow: 1;
}
.phaseBox ul::-webkit-scrollbar {
width: 6px;
}
.phaseBox ul::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 10px;
}
.phaseOverviewText {

View File

@@ -190,11 +190,7 @@ const MonitoringPage: React.FC = () => {
<StatusList title="Goals" items={goals} type="goal" />
<StatusList title="Triggers" items={triggers} type="trigger" />
<StatusList title="Norms" items={norms} type="norm" />
<StatusList
title="Conditional Norms"
items={conditionalNorms}
type="cond_norm"
/>
<StatusList title="Conditional Norms" items={conditionalNorms} type="cond_norm"/>
</main>
{/* LOGS */}