about summary refs log tree commit diff
path: root/src/screens/Messages/Conversation/ChatDisabled.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Replace getAgent() with reading agent (#4243)dan2024-05-281-2/+2
| | | | | * Replace getAgent() with agent * Replace {agent} with agent
* [🐴 Tweak appeal button styles (#4128)Eric Bailey2024-05-201-5/+4
| | | | | * Tweak styles * Tweak copy
* [🐴] Appeal form for disabled DMs (#4126)Samuel Newman2024-05-201-3/+128
| | | | | | | * add appeal dialog * use useMutation for the labels on me dialog * replace text button with small button
* [🐴] Mod disabled (#4089)Eric Bailey2024-05-171-0/+26
* Handle send failures * Add chat disabled state