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
Showing only changes of commit 363054afda - Show all commits

View File

@@ -119,10 +119,11 @@ function WarningListItem(props: { warning: EditorWarning }) {
</div> </div>
<div className={styles.meta}> <div className={styles.meta}>
{props.warning.scope.id} {props.warning.type}
{props.warning.scope.handleId && ( {/*{props.warning.scope.id}*/}
<span className={styles.handle}>@{props.warning.scope.handleId}</span> {/*{props.warning.scope.handleId && (*/}
)} {/* <span className={styles.handle}>@{props.warning.scope.handleId}</span>*/}
{/*)}*/}
</div> </div>
</div> </div>
); );