mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 06:02:00 +02:00
Git support (#143)
This commit is contained in:
@@ -214,16 +214,16 @@ function EventRow({
|
||||
)}
|
||||
>
|
||||
<Icon
|
||||
className={
|
||||
color={
|
||||
eventType === 'server_message'
|
||||
? 'text-info'
|
||||
? 'info'
|
||||
: eventType === 'client_message'
|
||||
? 'text-primary'
|
||||
? 'primary'
|
||||
: eventType === 'error' || (status != null && status > 0)
|
||||
? 'text-danger'
|
||||
? 'danger'
|
||||
: eventType === 'connection_end'
|
||||
? 'text-success'
|
||||
: 'text-text-subtle'
|
||||
? 'success'
|
||||
: undefined
|
||||
}
|
||||
title={
|
||||
eventType === 'server_message'
|
||||
|
||||
Reference in New Issue
Block a user