about summary refs log tree commit diff
path: root/src/components/Pills.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix avatar shape in Account switch menu (#7388)Samuel Newman2025-01-091-1/+1
|
* [Neue] Handle emoji within custom font (#5449)Eric Bailey2024-09-241-0/+1
| | | | | | | | | | | | | * Support emoji in text with custom font * Add emoji support to elements that need it * Remove unused file causing lint failure * Fix a few more emoji locations * Couple more * No throw
* [Neue] Font weights (#5442)Eric Bailey2024-09-201-1/+1
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* Detached QPs and hidden replies (#4878)Eric Bailey2024-08-211-1/+10
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Unify label pills (#4676)Eric Bailey2024-07-031-0/+169
* New label pills * Fix type errors, add default case * Remove negative margin, only works in some places * Fix alignment edge case * Add a bit of padding --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>