wip: integrate alby

This commit is contained in:
Ren Amamiya
2023-09-10 07:19:36 +07:00
parent 1553f5ced2
commit a33c9d3517
8 changed files with 253 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ import { ChatsList } from '@app/chats/components/list';
import { useStorage } from '@libs/storage/provider';
import { ActiveAccount } from '@shared/accounts/active';
import { AlbyConnectButton } from '@shared/alby';
import { ComposerModal } from '@shared/composer';
import { Frame } from '@shared/frame';
import { BellIcon, NavArrowDownIcon, SpaceIcon } from '@shared/icons';
@@ -97,7 +98,10 @@ export function Navigation() {
</div>
</Collapsible.Root>
</div>
<div className="shrink-0">
<div className="relative shrink-0">
<div className="border-l-2 border-transparent pb-2 pl-4 pr-2">
<AlbyConnectButton />
</div>
<ActiveAccount />
</div>
</Frame>