[🐴] Add labels to chats (#4293)

* Add labels to chat list

* Add to convo header

* Prevent click through on PostAlert buttons

* Fix space

* Fix alignment
This commit is contained in:
Eric Bailey 2024-05-31 12:14:11 -05:00 committed by GitHub
parent cd3b502b34
commit 2bb3694819
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 74 additions and 44 deletions

View file

@ -64,7 +64,9 @@ function PostLabel({
<>
<Button
label={desc.name}
onPress={() => {
onPress={e => {
e.preventDefault()
e.stopPropagation()
control.open()
}}>
{({hovered, pressed}) => (