-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
205824a
commit 140bba6
Showing
4 changed files
with
92 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import {clientAtom} from '@/store/core' | ||
import {CircularProgress, Container, Stack} from '@mui/material' | ||
import {useAtom} from 'jotai' | ||
import type {NextPage} from 'next' | ||
import dynamic from 'next/dynamic' | ||
|
||
const PolkadotWalletDialog = dynamic( | ||
async () => await import('@/components/PolkadotWalletDialog'), | ||
{ssr: false}, | ||
) | ||
|
||
const Home: NextPage = () => { | ||
const [client] = useAtom(clientAtom) | ||
return ( | ||
<Container sx={{pt: {sm: 9, md: 12}}}> | ||
{client == null ? ( | ||
<Stack alignItems="center"> | ||
<CircularProgress /> | ||
</Stack> | ||
) : null} | ||
|
||
<PolkadotWalletDialog /> | ||
</Container> | ||
) | ||
} | ||
|
||
export default Home |
Oops, something went wrong.
140bba6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
index – ./apps/index
phala-index.vercel.app
index-git-main-phala.vercel.app
index-phala.vercel.app
140bba6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
subbridge – ./apps/subbridge
subbridge-git-main-phala.vercel.app
subbridge-phala.vercel.app
subbridge.vercel.app
subbridge.io
www.subbridge.io
140bba6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
analytics – ./apps/analytics
analytics-git-main-phala.vercel.app
analytics.phala.network
analytics-phala.vercel.app
analytics-plum.vercel.app