about summary refs log tree commit diff
path: root/src/view/com/notifications/InvitedUsers.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Move invite-state to new persistence + context and replace the notifications ↵Paul Frazee2023-11-081-114/+0
| | | | with just showing uses in the modal (#1840)
* Improve typeahead search with inclusion of followed users (temporary ↵Paul Frazee2023-10-051-1/+1
| | | | | | | | | | | solution) (#1612) * Update follows cache to maintain some user info * Prioritize follows in composer autocomplete * Clean up logic and add new autocomplete to search * Update follow hook
* Give explicit names to MobX observer components (#1413)dan2023-09-071-1/+1
| | | | | | | | | * Consider observer(...) as components * Add display names to MobX observers * Temporarily suppress nested components * Suppress new false positives for react/prop-types
* [APP-782] Support invalid handles correctly (#1049)Paul Frazee2023-07-271-2/+3
| | | | | | | | | | | | | | | | | | | * Update profile link construction to support handle.invalid * Update list links to support using handles * Use did for isMe check to ensure invalid handles dont distort the check * Shift the red (error) colors away from the pink spectrum * Add ThemedText helper component * Add sanitizedHandle() helper to render invalid handles well * Fix regression: only show avatar in PostMeta when needed * Restore the color of likes * Remove users with invalid handles from default autosuggests
* Stripe checkmark emojis from display names (close #396) (#419)Paul Frazee2023-04-071-1/+2
|
* Add user invite codes (#393)Paul Frazee2023-04-051-0/+112
* Add mobile UIs for invite codes * Update invite code UIs for web * Finish implementing invite code behaviors (including notifications of invited users) * Bump deps * Update web right nav to use real data; also fix lint