fix(app): delay nav tooltips
This commit is contained in:
@@ -195,7 +195,7 @@ export function Titlebar() {
|
|||||||
</Button>
|
</Button>
|
||||||
</TooltipKeybind>
|
</TooltipKeybind>
|
||||||
<div class="hidden xl:flex items-center gap-1 shrink-0">
|
<div class="hidden xl:flex items-center gap-1 shrink-0">
|
||||||
<Tooltip placement="bottom" value={language.t("common.goBack")}>
|
<Tooltip placement="bottom" value={language.t("common.goBack")} openDelay={2000}>
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
icon="arrow-left"
|
icon="arrow-left"
|
||||||
@@ -205,7 +205,7 @@ export function Titlebar() {
|
|||||||
aria-label={language.t("common.goBack")}
|
aria-label={language.t("common.goBack")}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<Tooltip placement="bottom" value={language.t("common.goForward")}>
|
<Tooltip placement="bottom" value={language.t("common.goForward")} openDelay={2000}>
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
icon="arrow-right"
|
icon="arrow-right"
|
||||||
|
|||||||
Reference in New Issue
Block a user