WCAG: Review fixes - arrow keys, PageTab roles, AlertMessage

Add Up/Down arrow key navigation to Settings sidebar.
Add Accessible.role: Accessible.PageTab to all 5 tab pages.
Fix Loader status to use AlertMessage role per WCAG 4.1.3.
This commit is contained in:
Your Name
2026-02-18 21:10:21 +02:00
parent 7c80ecfbed
commit d509eb5efb
3 changed files with 19 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ ApplicationWindow {
font.family: jetBrainsMono.name
font.pixelSize: 11
font.bold: true
Accessible.role: Accessible.StaticText
Accessible.role: Accessible.AlertMessage
Accessible.name: "Loading status: " + text
anchors.horizontalCenter: parent.horizontalCenter
opacity: 1.0