Improve accessibility

This commit is contained in:
momo5502
2025-09-28 12:51:26 +02:00
parent 7f8716b648
commit 1be8d70bb7
2 changed files with 8 additions and 2 deletions

View File

@@ -336,6 +336,7 @@ export class Output extends React.Component<OutputProps, FullOutputState> {
style={{ height: this.state.height, width: this.state.width }}
/>
<Button
title="Scroll to end"
className={
"absolute bottom-6 right-6 z-50 terminal-glass transition-opacity duration-50 ease-linear " +
(this.state.autoScroll ? "opacity-0" : "")

View File

@@ -318,8 +318,13 @@ export class Playground extends React.Component<
/>
<div className="h-[100dvh] flex flex-col">
<header className="flex shrink-0 items-center gap-2 border-b p-2 overflow-y-auto">
<a href="#/">
<Button size="sm" variant="secondary" className="fancy">
<a title="Home" href="#/">
<Button
size="sm"
variant="secondary"
className="fancy"
title="Home Button"
>
<HouseFill />
</Button>
</a>