[🐴] 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:
parent
cd3b502b34
commit
2bb3694819
3 changed files with 74 additions and 44 deletions
|
@ -64,7 +64,9 @@ function PostLabel({
|
|||
<>
|
||||
<Button
|
||||
label={desc.name}
|
||||
onPress={() => {
|
||||
onPress={e => {
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
control.open()
|
||||
}}>
|
||||
{({hovered, pressed}) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue