tangled
alpha
login
or
join now
citizen428.net
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
add hover effect on filter buttons
handle.invalid
5 months ago
3ad86126
ebc9ebc8
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
1 changed file
expand all
collapse all
unified
split
src
views
logs.tsx
+1
src/views/logs.tsx
···
37
37
classList={{
38
38
"flex items-center rounded-full p-1.5": true,
39
39
"bg-neutral-700 dark:bg-neutral-200": activePlcEvent() === props.event,
40
40
+
"hover:bg-neutral-200 dark:hover:bg-neutral-700": activePlcEvent() !== props.event,
40
41
}}
41
42
onclick={() => setActivePlcEvent(activePlcEvent() === props.event ? undefined : props.event)}
42
43
>