Disable home logo link in the browser app (#2371)

* Disable logo link in browser, clean up menu components' organization

* Include the app name in Tauri as screenreader-only text

* Fix tsc issue in component test

* Add a playwright test to ensure logo is never a link in the browser

* Update broken component tests
This commit is contained in:
Frank Noirot
2024-05-20 14:59:59 -04:00
committed by GitHub
parent 1125d74f12
commit 031b230690
4 changed files with 60 additions and 45 deletions

View File

@ -34,7 +34,7 @@ export const AppHeader = ({
}
>
<ProjectSidebarMenu
renderAsLink={!enableMenu}
enableMenu={enableMenu}
project={project?.project}
file={project?.file}
/>