mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 00:01:49 +00:00
add title to menu
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
<Menu placement="bottom-start" let:close>
|
||||
<button
|
||||
title="Favorites"
|
||||
slot="trigger"
|
||||
type="button"
|
||||
class={classNames(
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
$$props.class
|
||||
)}
|
||||
target={href.includes('http') ? '_blank' : null}
|
||||
title={label}
|
||||
>
|
||||
<Icon
|
||||
data={icon}
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
<Menu let:close placement="bottom-start">
|
||||
<button
|
||||
title="User Menu"
|
||||
slot="trigger"
|
||||
type="button"
|
||||
class={classNames(
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
<Menu placement="bottom-start" let:close>
|
||||
<button
|
||||
title="Workspace Menu"
|
||||
slot="trigger"
|
||||
type="button"
|
||||
class={classNames(
|
||||
|
||||
Reference in New Issue
Block a user