Skip to content

Commit

Permalink
chore: update PubKey UI
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Jan 13, 2024
1 parent 71d7ede commit 9715fac
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 213 deletions.
4 changes: 4 additions & 0 deletions libs/web/shell/feature/src/lib/shell-layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Group } from '@mantine/core'
import { useDisclosure } from '@mantine/hooks'
import {
SolanaUiAccountBalanceButton,
SolanaUiAccountChecker,
Expand All @@ -11,10 +12,13 @@ import { UiHeader, UiLayout, UiLoader } from '@pubkey-ui/core'
import { ReactNode, Suspense } from 'react'

export function ShellLayout({ children }: { children: ReactNode }) {
const [opened, { toggle }] = useDisclosure(false)
return (
<UiLayout
header={
<UiHeader
opened={opened}
toggle={toggle}
links={[
{ link: '/dashboard', label: 'Dashboard' },
{ link: '/solana', label: 'Solana' },
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"@nestjs/serve-static": "^4.0.0",
"@nx/devkit": "17.2.8",
"@prisma/client": "5.8.0",
"@pubkey-ui/core": "^1.3.1",
"@pubkey-ui/generators": "^1.3.1",
"@pubkey-ui/core": "^1.4.0",
"@pubkey-ui/generators": "^1.4.0",
"@pubkeyapp/solana-verify-wallet": "^1.3.3",
"@pubkeyapp/wallet-adapter-mantine-ui": "^2.3.0",
"@solana/spl-token": "^0.3.11",
Expand Down
Loading

0 comments on commit 9715fac

Please sign in to comment.