about summary refs log tree commit diff
path: root/src/components/dms/ChatEmptyPill.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix to negative top of component so it moves with container growth (#4151)Samuel Newman2024-05-211-1/+1
|
* [🐴] Empty chat prompt (#4132)Eric Bailey2024-05-201-0/+98
* Add empty chat pill * Tweak padding * move to `components`, place inside `KeyboardStickyView` * cleanup unused vars * add a new animation type * (unrelated) add haptic to long press * adjust shrink and pop --------- Co-authored-by: Hailey <me@haileyok.com>