This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adds label to dismiss button on home view popover
main
Keith Daulton
2 years ago
parent
728f193d08
commit
4b6dfbf41d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/webviews/apps/home/components/header-card.ts
+ 2
- 0
src/webviews/apps/home/components/header-card.ts
View File
@ -26,6 +26,8 @@ const template = html
`
class
=
"action is-icon"
slot
=
"actions"
@click
=
"${(x, c) => x.dismissStatus(c.event as MouseEvent)}"
title
=
"Dismiss status update"
aria
-
label
=
"Dismiss status update"
>
<
code
-
icon
icon
=
"close"
>
<
/
c
o
d
e
-
i
c
o
n
>
<
/
a
>
`
,
Write
Preview
Loading…
Cancel
Save