web/ProcessingQueue: processing list role & label
Some checks failed
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled

This commit is contained in:
wukko 2025-05-14 22:43:16 +06:00
parent 9b20d726a7
commit d6ad74d429
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2
2 changed files with 3 additions and 2 deletions

View File

@ -90,7 +90,8 @@
</div>
</div>
</div>
<div id="processing-list">
<div id="processing-list" role="list" aria-labelledby="queue-title">
{#each queue as [id, item]}
<ProcessingQueueItem
{id}

View File

@ -113,7 +113,7 @@
});
</script>
<div class="processing-item">
<div class="processing-item" role="listitem">
<div class="processing-info">
<div class="file-title">
<div class="processing-type">