Enhance App.tsx with new functions and UI elements for asset management and entity state control

This commit is contained in:
2026-04-12 03:47:23 +02:00
parent 7843a5eb4e
commit d4ab3886ee
2 changed files with 416 additions and 10 deletions

View File

@@ -486,6 +486,14 @@ button:disabled {
border-color: rgba(207, 123, 66, 0.55);
}
.outliner-item--disabled {
border-style: dashed;
}
.outliner-item--disabled:not(.outliner-item--selected) {
background: rgba(255, 255, 255, 0.02);
}
.outliner-item--compact {
gap: 6px;
padding: 8px 10px;
@@ -499,6 +507,14 @@ button:disabled {
min-width: 0;
}
.outliner-item__toggle {
flex: 0 0 auto;
width: 16px;
height: 16px;
margin: 0;
accent-color: var(--color-accent);
}
.outliner-item__title {
font-size: 0.88rem;
font-weight: 700;