Skip to content

Commit

Permalink
Component
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 5, 2024
1 parent 5dc7fc9 commit 55052cc
Show file tree
Hide file tree
Showing 26 changed files with 47 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/asset-list-chakra/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
signerOptions={signerOptions}
>
<QueryClientProvider client={queryClient}>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</QueryClientProvider>
</ChainProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/asset-list/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
>
<QueryClientProvider client={queryClient}>
<main id="main" className={themeClass}>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</main>
</QueryClientProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/authz/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
minHeight="100dvh"
backgroundColor={useColorModeValue('$white', '$background')}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
<Toaster position="top-right" closeButton={true} />
</Box>
Expand Down
2 changes: 2 additions & 0 deletions examples/contracts/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
}}
signerOptions={signerOptions}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</ChainProvider>
</ChakraProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/cosmwasm/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
},
}}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</ChainProvider>
</ChakraProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/dashboard/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ function MyApp({ Component, pageProps }: AppProps) {
},
}}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</ChainProvider>
</ChakraProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/grpc-web-grpc-gateway/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
}}
signerOptions={signerOptions}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</ChainProvider>
</ChakraProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/ibc-transfer/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
>
<QueryClientProvider client={queryClient}>
<main id="main" className={themeClass}>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</main>
</QueryClientProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/juno/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
}}
signerOptions={signerOptions}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</ChainProvider>
</ChakraProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/nft-chakra/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
signerOptions={signerOptions}
>
<QueryClientProvider client={queryClient}>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</QueryClientProvider>
</ChainProvider>
Expand Down
1 change: 1 addition & 0 deletions examples/nft/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
>
<QueryClientProvider client={queryClient}>
<Box className={themeClass} minHeight="100dvh" backgroundColor={useColorModeValue('$white', '$background')}>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</Box>
Expand Down
2 changes: 2 additions & 0 deletions examples/osmosis-cosmwasm/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
},
}}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</ChainProvider>
</ChakraProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/osmosis/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
}}
signerOptions={signerOptions}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</ChainProvider>
</ChakraProvider>
Expand Down
1 change: 1 addition & 0 deletions examples/provide-liquidity/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
}}
>
<QueryClientProvider client={queryClient}>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</QueryClientProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/rollkit/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
minHeight="100dvh"
backgroundColor={useColorModeValue("$white", "$background")}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</Box>
</ChainProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/stake-tokens-chakra/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
signerOptions={signerOptions}
>
<QueryClientProvider client={queryClient}>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</QueryClientProvider>
</ChainProvider>
Expand Down
1 change: 1 addition & 0 deletions examples/stake-tokens/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
minHeight="100dvh"
backgroundColor={useColorModeValue('$white', '$background')}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
<Toaster position="top-right" closeButton={true} />
Expand Down
2 changes: 2 additions & 0 deletions examples/stargaze/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
}}
signerOptions={signerOptions}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</ChainProvider>
</ChakraProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/swap-tokens-chakra/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
signerOptions={signerOptions}
>
<QueryClientProvider client={queryClient}>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</QueryClientProvider>
</ChainProvider>
Expand Down
1 change: 1 addition & 0 deletions examples/swap-tokens/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
>
<QueryClientProvider client={queryClient}>
<Box className={themeClass} minHeight="100dvh" backgroundColor={useColorModeValue('$white', '$background')}>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</Box>
Expand Down
2 changes: 2 additions & 0 deletions examples/tailwindcss/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
>
<ThemeProvider>
<div className="min-h-screen text-black bg-white dark:bg-gray-bg dark:text-white">
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</div>
</ThemeProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/telescope-with-contracts/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
signerOptions={signerOptions}
>
<ApolloProvider client={client}>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</ApolloProvider>
</ChainProvider>
Expand Down
2 changes: 2 additions & 0 deletions examples/telescope/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
}}
signerOptions={signerOptions}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</ChainProvider>
{/* <ReactQueryDevtools initialIsOpen={false}/> */}
Expand Down
2 changes: 2 additions & 0 deletions examples/vote-proposal-chakra/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
signerOptions={signerOptions}
>
<QueryClientProvider client={queryClient}>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</QueryClientProvider>
</ChainProvider>
Expand Down
1 change: 1 addition & 0 deletions examples/vote-proposal/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
minHeight="100dvh"
backgroundColor={useColorModeValue('$white', '$background')}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</Box>
Expand Down
2 changes: 2 additions & 0 deletions templates/connect-chain/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
minHeight="100dvh"
backgroundColor={useColorModeValue("$white", "$background")}
>
{/* TODO fix type error */}
{/* @ts-ignore */}
<Component {...pageProps} />
</Box>
</ChainProvider>
Expand Down

0 comments on commit 55052cc

Please sign in to comment.