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