[BUDI-7198] Accessibility Page Header
When loading different pages inside of budibase, every page header is the title of the app instead of providing page titles which would follow accessibility guidelines.
Additional info: the <title> should change when navigating the app. Right now it stays the same, which is an accessibility issue because pages must have unique titles.
https://a11y-guidelines.orange.com/en/articles/single-page-app/#update-page-title
Ideally the title would be something like <title>H1 content/page name - name of app</title>, with the unique information (page name) coming first.
(The larger issue is that page updates are not announced by screen readers, which this doesn't solve, but that's something for another, more complex bug.)
This issue has been automatically marked as stale because it has not had any activity for 60 days.
For what itβs worth, this is an example of an accessibility issue that affects usability for all users. A list of identical page titles in the browser history is a bad user experience for everyone.
This issue has been automatically marked as stale as there has been no activity for 6 months.