UI progress

This commit is contained in:
momo5502
2025-04-28 21:02:13 +02:00
parent c2916cde59
commit 312c8aeeaf
4 changed files with 64 additions and 21 deletions

View File

@@ -238,7 +238,7 @@ export class Output extends React.Component<OutputProps, FullOutputState> {
width={this.state.width}
height={this.state.height}
itemCount={this.state.lines.length}
itemSize={20}
itemSize={16}
>
{({ index, style }) => {
const line = this.state.lines[index];