mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
updated contact status indicator
This commit is contained in:
parent
87da47a00d
commit
a765bf5c98
@ -23,8 +23,8 @@ export const Colors = {
|
||||
|
||||
connected: '#4488FF',
|
||||
connecting: '#dd88ff',
|
||||
requested: '#4488ff',
|
||||
pending: '#22aaaa',
|
||||
requested: '#448844',
|
||||
pending: '#ffaa22',
|
||||
confirmed: '#aaaaaa',
|
||||
error: '#ff4444',
|
||||
|
||||
|
@ -16,7 +16,7 @@ export function Contact({ contact, closeContact }) {
|
||||
return 'saved';
|
||||
}
|
||||
if (status === 'pending') {
|
||||
return 'request reveived';
|
||||
return 'unknown contact request';
|
||||
}
|
||||
if (status === 'connecting') {
|
||||
return 'request sent';
|
||||
|
Loading…
Reference in New Issue
Block a user