️(frontend) improve pagination control accessibility

Turn main-window pagination into a labelled nav landmark with a live
page counter for screen readers. Add pagination.label in all locales.
This commit is contained in:
Cyril
2026-06-01 17:21:58 +02:00
parent 3d4dc2d631
commit b498926353
5 changed files with 8 additions and 3 deletions
+1
View File
@@ -97,6 +97,7 @@
}
},
"pagination": {
"label": "Participants pages",
"count": "{{currentPage}} of {{totalPageCount}}",
"next": "next page",
"previous": "previous page"