about summary refs log tree commit diff
path: root/src/components/ProfileHoverCard/types.ts
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade `@types/react` to 19 and run codemod (attempt 2) (#8918)Samuel Newman2025-09-091-2/+0
| | | | | | | | | | | | | * update dependencies * rm `import type React from 'react'` * run codemods * patch discord types * update types/react-dom * Update yarn.lock
* add profile hover card to notif items (#8666)Samuel Newman2025-08-071-0/+1
|
* Fix anchor text overflow in threads v2 (#8530)Eric Bailey2025-06-181-2/+4
|
* Hover card on anchor displayName/handle (#8479)Samuel Newman2025-06-131-1/+0
| | | | | | | | | | | * add hover to anchor display name / handle * use newer link component * Wrap using a single hover element --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Live (#8354)Samuel Newman2025-05-101-1/+1
|
* [🐴] Disable hover card when blocked or blocking (#4041)Hailey2024-05-161-0/+1
|
* Profile hovers (#3518)Eric Bailey2024-04-131-0/+1
| | | | | | | | | * Add hover card for mentions * Reposted by * Fix key * Add to composer reply to
* Profile card hover preview (#3508)Eric Bailey2024-04-121-0/+6
* feat: initial user card hover * feat: flesh it out some more * fix: initialize middlewares once * chore: remove floating-ui react-native * chore: clean up * Update moderation apis, fix lint * Refactor profile hover card to alf * Clean up * Debounce, fix positioning when loading * Fix going away * Close on all link presses * Tweak styles * Disable on mobile web * cleanup some of the changes pt. 1 * cleanup some of the changes pt. 2 * cleanup some of the changes pt. 3 * cleanup some of the changes pt. 4 * Re-revert files * Fix handle presentation * Don't follow yourself, silly * Collapsed notifications group * ProfileCard * Tree view replies * Suggested follows * Fix hover-back-on-card edge case * Moar --------- Co-authored-by: Mary <git@mary.my.id> Co-authored-by: Hailey <me@haileyok.com>