Add hovercards to "Reply To" (#3587)

* Add hovercard for Reply To

* Tweak durations
This commit is contained in:
dan 2024-04-16 23:44:41 +01:00 committed by GitHub
parent 1e26654a9b
commit 480fa10e0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 15 deletions

View file

@ -72,10 +72,10 @@ type Action =
| 'unhovered-long-enough'
| 'finished-animating-hide'
const SHOW_DELAY = 350
const SHOW_DELAY = 400
const SHOW_DURATION = 300
const HIDE_DELAY = 200
const HIDE_DURATION = 200
const HIDE_DELAY = 150
const HIDE_DURATION = 150
export function ProfileHoverCardInner(props: ProfileHoverCardProps) {
const {refs, floatingStyles} = useFloating({