Sytle: UI improvement & Update Readme

This commit is contained in:
wonfen
2024-03-10 07:00:24 +08:00
parent aa77433523
commit c0df368dc6
11 changed files with 38 additions and 50 deletions

View File

@@ -58,7 +58,9 @@ export const ConnectionItem = (props: Props) => {
{!!metadata.process && <Tag>{metadata.process}</Tag>}
{chains?.length > 0 && <Tag>{chains[value.chains.length - 1]}</Tag>}
{chains?.length > 0 && (
<Tag>{[...chains].reverse().join(" / ")}</Tag>
)}
<Tag>{dayjs(start).fromNow()}</Tag>