updating handle format of contact

This commit is contained in:
Roland Osborne 2024-02-25 09:46:03 -08:00
parent 330b98f835
commit 75db9a732a
3 changed files with 4 additions and 10 deletions

View File

@ -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',

View File

@ -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 };
}); });

8
todo
View File

@ -3,13 +3,7 @@ contact:
- translation - translation
- detail layout - detail layout
- action buttons - action buttons
- show sync error message
cards:
- dark style
- translation
- alert name overlay
- @ symbol
- remove back
listing: listing:
- dark style - dark style