mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
feat: add tooltip and screen reader support to sidebar resize button
This commit is contained in:
parent
455016c1a7
commit
2a6346cb69
@ -26,7 +26,8 @@
|
||||
"game_has_no_executable": "Game has no executable selected",
|
||||
"sign_in": "Sign in",
|
||||
"friends": "Friends",
|
||||
"aria_view_profile": "View profile"
|
||||
"aria_view_profile": "View profile",
|
||||
"resize_sidebar": "Resize sidebar"
|
||||
},
|
||||
"header": {
|
||||
"search": "Search games",
|
||||
|
@ -26,7 +26,8 @@
|
||||
"game_has_no_executable": "Jogo não possui executável selecionado",
|
||||
"sign_in": "Login",
|
||||
"friends": "Amigos",
|
||||
"aria_view_profile": "Ver perfil"
|
||||
"aria_view_profile": "Ver perfil",
|
||||
"resize_sidebar": "Redimensionar barra lateral"
|
||||
},
|
||||
"header": {
|
||||
"search": "Buscar jogos",
|
||||
|
@ -267,6 +267,7 @@ export function Sidebar() {
|
||||
className={styles.handle}
|
||||
onMouseDown={handleMouseDown}
|
||||
onKeyDown={handleKeyDown}
|
||||
title={t("resize_sidebar")}
|
||||
/>
|
||||
</aside>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user