mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
updating handle format of contact
This commit is contained in:
parent
330b98f835
commit
75db9a732a
@ -47,7 +47,7 @@ export const LightTheme = {
|
|||||||
modalArea: '#eeeeee',
|
modalArea: '#eeeeee',
|
||||||
itemArea: '#f4f4f4',
|
itemArea: '#f4f4f4',
|
||||||
inputArea: '#ffffff',
|
inputArea: '#ffffff',
|
||||||
hoverArea: '#efefef',
|
hoverArea: '#cccccc',
|
||||||
noticeArea: '#8fbea7',
|
noticeArea: '#8fbea7',
|
||||||
selectedArea: '#e8e8e8',
|
selectedArea: '#e8e8e8',
|
||||||
enabledArea: '#448866',
|
enabledArea: '#448866',
|
||||||
@ -76,7 +76,7 @@ export const DarkTheme = {
|
|||||||
modalArea: '#444444',
|
modalArea: '#444444',
|
||||||
itemArea: '#222222',
|
itemArea: '#222222',
|
||||||
inputArea: '#000000',
|
inputArea: '#000000',
|
||||||
hoverArea: '#2f2f2f',
|
hoverArea: '#555555',
|
||||||
noticeArea: '#8fbea7',
|
noticeArea: '#8fbea7',
|
||||||
selectedArea: '#333333',
|
selectedArea: '#333333',
|
||||||
enabledArea: '#448866',
|
enabledArea: '#448866',
|
||||||
|
@ -64,7 +64,7 @@ export function useCards() {
|
|||||||
const node = profile?.node;
|
const node = profile?.node;
|
||||||
const seal = profile?.seal;
|
const seal = profile?.seal;
|
||||||
const token = detail?.token;
|
const token = detail?.token;
|
||||||
const handle = profile?.node ? `${profile.handle}@${profile.node}` : profile.handle;
|
const handle = profile?.node ? `${profile.handle}/${profile.node}` : profile.handle;
|
||||||
const logo = profile?.imageSet ? card.actions.getCardImageUrl(item.id) : null;
|
const logo = profile?.imageSet ? card.actions.getCardImageUrl(item.id) : null;
|
||||||
return { cardId, guid, updated, offsync, status, name, node, token, handle, logo, seal };
|
return { cardId, guid, updated, offsync, status, name, node, token, handle, logo, seal };
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user