Show pin/unpin events in the timeline

This commit is contained in:
Ginger 2025-09-12 09:49:27 -04:00
parent 7f40605bfe
commit 4180e79794
No known key found for this signature in database
5 changed files with 125 additions and 0 deletions

View file

@ -0,0 +1,8 @@
import { style } from '@vanilla-extract/css';
export const messageJumpLink = style({
':hover': {
cursor: 'pointer',
textDecoration: 'underline',
},
});