about summary refs log tree commit diff
path: root/src/screens/Messages/List/ChatListItem.tsx
Commit message (Collapse)AuthorAgeFilesLines
* [🐴] Show if user can be messaged in new chat search (#4021)Samuel Newman2024-05-151-9/+9
| | | | | | | | | | | | | * show if user can be messaged * allow 2 lines in handle field due to new text * cannot -> can't * rework canBeMessaged logic and move to new file --------- Co-authored-by: Eric Bailey <git@esb.lol>
* [🐴] Block states, read only (#4022)Eric Bailey2024-05-141-17/+53
| | | | | | | | | | | * Refactor ChatListItem for mod state * Refactor Conversation Header for mod state * Invalidate query for list when blocking/unblocking * Remove unused prop, restore border * Add mutations, hook up profile shadow to list query, use shadow-aware query for convo (#4024)
* [🐴] show deleted account for `missing.invalid` (#4014)Hailey2024-05-141-10/+15
| | | | | * show deleted account for `missing.invalid` * sigh
* Fix dep (#4011)Eric Bailey2024-05-141-1/+1
|
* [🐴] Chat muted state (#3988)Samuel Newman2024-05-141-0/+209
* separate out chatlistitem and add muted icon * move bell icon to the right of the timeelapsed