repo stringlengths 7 64 | file_url stringlengths 81 338 | file_path stringlengths 5 257 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 15:25:31 2026-01-05 01:50:38 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/index.ts | apps/web-akash/src/screens/providers/components/index.ts | import Compute from '@/screens/providers/components/compute';
import DataBlocks from '@/screens/providers/components/data_blocks';
import Memory from '@/screens/providers/components/memory';
import ProvidersList from '@/screens/providers/components/providers_list';
import Storage from '@/screens/providers/components/st... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/storage/index.tsx | apps/web-akash/src/screens/providers/components/storage/index.tsx | import Box from '@/components/box';
import CustomToolTip from '@/components/custom_tool_tip';
import useStyles from '@/screens/providers/components/storage/styles';
import Typography from '@mui/material/Typography';
import useAppTranslation from '@/hooks/useAppTranslation';
import dynamic from 'next/dynamic';
import nu... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/storage/styles.ts | apps/web-akash/src/screens/providers/components/storage/styles.ts | import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
height: '100%',
display: 'flex',
justifyContent: 'center',
flexDirection: 'column',
},
label: {
marginBottom: theme.spacing(2),
},
data: {
display: 'flex',
'& .data__item': {
wid... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/compute/index.tsx | apps/web-akash/src/screens/providers/components/compute/index.tsx | import Box from '@/components/box';
import CustomToolTip from '@/components/custom_tool_tip';
import useAppTranslation from '@/hooks/useAppTranslation';
import useStyles from '@/screens/providers/components/compute/styles';
import Typography from '@mui/material/Typography';
import dynamic from 'next/dynamic';
import nu... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/compute/styles.ts | apps/web-akash/src/screens/providers/components/compute/styles.ts | import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
height: '100%',
display: 'flex',
justifyContent: 'center',
flexDirection: 'column',
},
label: {
marginBottom: theme.spacing(2),
},
data: {
display: 'flex',
'& .data__item': {
wid... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/memory/index.tsx | apps/web-akash/src/screens/providers/components/memory/index.tsx | import Box from '@/components/box';
import CustomToolTip from '@/components/custom_tool_tip';
import useStyles from '@/screens/providers/components/memory/styles';
import Typography from '@mui/material/Typography';
import useAppTranslation from '@/hooks/useAppTranslation';
import dynamic from 'next/dynamic';
import num... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/memory/styles.ts | apps/web-akash/src/screens/providers/components/memory/styles.ts | import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
height: '100%',
display: 'flex',
justifyContent: 'center',
flexDirection: 'column',
},
label: {
marginBottom: theme.spacing(2),
},
data: {
display: 'flex',
'& .data__item': {
wid... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/providers_list/index.tsx | apps/web-akash/src/screens/providers/components/providers_list/index.tsx | import Box from '@/components/box';
import Pagination from '@/components/pagination';
import Search from '@/components/search';
import { usePagination } from '@/hooks/use_pagination';
import Desktop from '@/screens/providers/components/providers_list/components/desktop';
import Mobile from '@/screens/providers/componen... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/providers_list/styles.ts | apps/web-akash/src/screens/providers/components/providers_list/styles.ts | import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
height: '100%',
'& .MuiTypography-h2': {
marginBottom: theme.spacing(2),
},
},
list: {
// [theme.breakpoints.up('lg')]: {
// minHeight: '75vh',
// // minHeight: '700px',
// hei... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/providers_list/types.ts | apps/web-akash/src/screens/providers/components/providers_list/types.ts | export interface TitleListType {
ownerAddress: string;
hostUri: string;
region: string;
organization: string;
email: string;
website: string;
}
export interface TitleListState {
hasNextPage: boolean;
isNextPageLoading: boolean;
offsetCount: number;
data: TitleListType[];
}
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/providers_list/components/index.ts | apps/web-akash/src/screens/providers/components/providers_list/components/index.ts | import Desktop from '@/screens/providers/components/providers_list/components/desktop';
import Mobile from '@/screens/providers/components/providers_list/components/mobile';
export { Desktop, Mobile };
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/providers_list/components/mobile/index.tsx | apps/web-akash/src/screens/providers/components/providers_list/components/mobile/index.tsx | import Divider from '@mui/material/Divider';
import Typography from '@mui/material/Typography';
import useAppTranslation from '@/hooks/useAppTranslation';
import Link from 'next/link';
import { FC, LegacyRef } from 'react';
import { ListChildComponentProps, VariableSizeList as List } from 'react-window';
import CopyIco... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/providers_list/components/mobile/styles.ts | apps/web-akash/src/screens/providers/components/providers_list/components/mobile/styles.ts | import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
height: '100%',
},
list: {
minHeight: '500px',
height: '50vh',
},
actionIcons: {
width: '1rem',
marginLeft: theme.spacing(1),
},
emailIcon: {
width: '1.5rem',
},
even: {
backgr... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/providers_list/components/mobile/component/index.ts | apps/web-akash/src/screens/providers/components/providers_list/components/mobile/component/index.ts | import SingleProvider from '@/screens/providers/components/providers_list/components/mobile/component/single_provider';
export { SingleProvider };
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/providers_list/components/mobile/component/single_provider/index.tsx | apps/web-akash/src/screens/providers/components/providers_list/components/mobile/component/single_provider/index.tsx | import Typography from '@mui/material/Typography';
import useAppTranslation from '@/hooks/useAppTranslation';
import { FC, ReactNode } from 'react';
import useStyles from '@/screens/providers/components/providers_list/components/mobile/component/single_provider/styles';
type SingleProviderProps = {
className?: strin... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/providers_list/components/mobile/component/single_provider/styles.ts | apps/web-akash/src/screens/providers/components/providers_list/components/mobile/component/single_provider/styles.ts | import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
margin: theme.spacing(2, 0),
},
item: {
margin: theme.spacing(0, 2),
display: 'flex',
justifyContent: 'space-between',
marginBottom: theme.spacing(2),
'& .label': {
marginBottom: theme.s... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/providers_list/components/desktop/index.tsx | apps/web-akash/src/screens/providers/components/providers_list/components/desktop/index.tsx | import Typography from '@mui/material/Typography';
import useAppTranslation from '@/hooks/useAppTranslation';
import Link from 'next/link';
import { FC, LegacyRef } from 'react';
import AutoSizer from 'react-virtualized-auto-sizer';
import { VariableSizeGrid as Grid } from 'react-window';
import CopyIcon from 'shared-u... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/providers_list/components/desktop/utils.tsx | apps/web-akash/src/screens/providers/components/providers_list/components/desktop/utils.tsx | export const columns: {
key: string;
align?: 'left' | 'center' | 'right' | 'justify' | 'inherit';
width: number;
}[] = [
{
key: 'ownerAddress',
width: 20,
},
{
key: 'hostUri',
width: 25,
},
{
key: 'region',
align: 'right',
width: 15,
},
{
key: 'organization',
alig... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/providers_list/components/desktop/styles.ts | apps/web-akash/src/screens/providers/components/providers_list/components/desktop/styles.ts | import { CSSObject } from '@emotion/react';
import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
minHeight: '50vh',
height: '800px',
},
cell: {
...(theme.mixins.tableCell as CSSObject),
},
body: {
color: theme.palette.custom.fonts.fontTwo,
},
ac... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/data_blocks/index.tsx | apps/web-akash/src/screens/providers/components/data_blocks/index.tsx | import useAppTranslation from '@/hooks/useAppTranslation';
import numeral from 'numeral';
import { FC } from 'react';
import useStyles from '@/screens/providers/components/data_blocks/styles';
import SingleBlock from '@/screens/providers/components/data_blocks/components/single_block';
type DataBlocksProps = {
class... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/data_blocks/styles.ts | apps/web-akash/src/screens/providers/components/data_blocks/styles.ts | import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
display: 'grid',
height: '100%',
gap: theme.spacing(1),
// gridTemplateRows: 'auto',
[theme.breakpoints.up('sm')]: {
gridTemplateColumns: 'repeat(2, 1fr)',
},
[theme.breakpoints.up('md')... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/data_blocks/components/index.ts | apps/web-akash/src/screens/providers/components/data_blocks/components/index.ts | import SingleBlock from '@/screens/providers/components/data_blocks/components/single_block';
export { SingleBlock };
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/data_blocks/components/single_block/index.test.tsx | apps/web-akash/src/screens/providers/components/data_blocks/components/single_block/index.test.tsx | import renderer from 'react-test-renderer';
import SingleBlock from '@/screens/providers/components/data_blocks/components/single_block';
import MockTheme from '@/tests/mocks/MockTheme';
// ==================================
// unit tests
// ==================================
describe('screen: Home/SingleBlock', () => ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/data_blocks/components/single_block/index.tsx | apps/web-akash/src/screens/providers/components/data_blocks/components/single_block/index.tsx | import Typography from '@mui/material/Typography';
import { FC } from 'react';
import useStyles from '@/screens/providers/components/data_blocks/components/single_block/styles';
type SingleBlockProps = {
className?: string;
label: string;
value: string;
description?: string;
};
const SingleBlock: FC<SingleBlo... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-akash/src/screens/providers/components/data_blocks/components/single_block/styles.ts | apps/web-akash/src/screens/providers/components/data_blocks/components/single_block/styles.ts | import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
padding: theme.spacing(2),
background: theme.palette.primary.main,
borderRadius: theme.shape.borderRadius,
height: '165px',
display: 'flex',
flexDirection: 'column',
alignItems: 'flex-start',
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/jest.setup.ts | apps/web-wormhole/jest.setup.ts | import mockApollo from '@/tests/mocks/mockApollo';
import mockChainConfig from '@/tests/mocks/mockChainConfig';
import mockDayJs from '@/tests/mocks/mockDayJs';
import mockDynamicComponent from '@/tests/mocks/mockDynamicComponent';
import mockI18Next from '@/tests/mocks/mockI18Next';
import mockProfiles from '@/tests/m... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/jest.config.ts | apps/web-wormhole/jest.config.ts | import configFromPreset from 'jest-presets/jest/node/jest-preset';
import nextJest from 'next/jest';
import { pathsToModuleNameMapper } from 'ts-jest';
import tsconfig from './tsconfig.json';
/* Creating a jest configuration for nextjs. */
const createJestConfig = nextJest({
dir: './',
})(configFromPreset);
const e... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/next-env.d.ts | apps/web-wormhole/next-env.d.ts | /// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/graphql/types/general_types.ts | apps/web-wormhole/src/graphql/types/general_types.ts | import { gql } from '@apollo/client';
import * as Apollo from '@apollo/client';
export type Maybe<T> = T | null;
export type InputMaybe<T> = Maybe<T>;
export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | true |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/graphql/general/account_details_documents.ts | apps/web-wormhole/src/graphql/general/account_details_documents.ts | export const AccountCommissionDocument = /* GraphQL */ `
query AccountCommission($validatorAddress: String!) {
commission: action_validator_commission_amount(address: $validatorAddress) {
coins
}
}
`;
export const AccountWithdrawalAddressDocument = /* GraphQL */ `
query AccountWithdrawalAddress($ad... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/graphql/general/validator_details_documents.ts | apps/web-wormhole/src/graphql/general/validator_details_documents.ts | export const ValidatorDelegationsDocument = /* GraphQL */ `
query ValidatorDelegations(
$validatorAddress: String!
$offset: Int = 0
$limit: Int = 10
$pagination: Boolean! = true
) {
delegations: action_validator_delegations(
address: $validatorAddress
limit: $limit
offset: $off... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/_error.tsx | apps/web-wormhole/src/pages/_error.tsx | import type { NextPage } from 'next';
import ErrorPage, { getInitialProps } from 'ui/pages/_error';
const MyError: NextPage = () => <ErrorPage />;
MyError.getInitialProps = getInitialProps;
export default MyError;
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/_app.tsx | apps/web-wormhole/src/pages/_app.tsx | import MyApp from '@/screens/app';
import { appWithTranslation } from 'next-i18next';
import 'react-toastify/dist/ReactToastify.css';
import 'shared-utils/assets/styles/global.css';
import nextI18NextConfig from '../../next-i18next.config';
export default appWithTranslation(MyApp, nextI18NextConfig);
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/404.tsx | apps/web-wormhole/src/pages/404.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import NotFound from '@/screens/404';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../next-i18next.config';
const Custom404: NextPage = () => <NotFound />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig);
expo... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/index.tsx | apps/web-wormhole/src/pages/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Home from '@/screens/home';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../next-i18next.config';
const HomePage: NextPage = () => <Home />;
export const getStaticProps = withGetStaticProps(
nextI18NextConfig,
'home',
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/[dtag].tsx | apps/web-wormhole/src/pages/[dtag].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import ProfileDetails from '@/screens/profile_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../next-i18next.config';
const ProfileDetailsPage: NextPage = () => <ProfileDetails />;
export const getStaticPaths = () => ({ pa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/_document.tsx | apps/web-wormhole/src/pages/_document.tsx | import Document from 'next/document';
import DocumentComponent, { getInitialProps, DocumentComponentProps } from 'ui/pages/_document';
class MyDocument extends Document<DocumentComponentProps> {
render() {
return <DocumentComponent emotionStyleTags={this.props.emotionStyleTags} />;
}
}
MyDocument.getInitialPr... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/params/index.tsx | apps/web-wormhole/src/pages/params/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Params from '@/screens/params';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ParamsPage: NextPage = () => <Params />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig, 'pa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/server-sitemap.xml/index.tsx | apps/web-wormhole/src/pages/server-sitemap.xml/index.tsx | import ServerSitemap, { getServerSideProps } from 'ui/pages/server-sitemap.xml';
// This function is called by Next.js before rendering the page. It returns
// a list of URLs that should be included in the sitemap.
export { getServerSideProps };
// Next.js calls this function to render the page.
export default Server... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/validators/[address].tsx | apps/web-wormhole/src/pages/validators/[address].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import ValidatorDetails from '@/screens/validator_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ValidatorDetailsPage: NextPage = () => <ValidatorDetails />;
export const getStaticPaths = ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/validators/index.tsx | apps/web-wormhole/src/pages/validators/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Validators from '@/screens/validators';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ValidatorsPage: NextPage = () => <Validators />;
export const getStaticProps = withGetStaticProps(
nex... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/proposals/index.tsx | apps/web-wormhole/src/pages/proposals/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Tokens from '@/screens/proposals';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const TokensPage: NextPage = () => <Tokens />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig, ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/proposals/[id].tsx | apps/web-wormhole/src/pages/proposals/[id].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import ProposalDetails from '@/screens/proposal_details';
import nextI18NextConfig from '../../../next-i18next.config';
const TokenDetailsPage: NextPage = () => <ProposalDetails />;
export const getStaticPaths = () => (... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/blocks/index.tsx | apps/web-wormhole/src/pages/blocks/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Blocks from '@/screens/blocks';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const BlocksPage: NextPage = () => <Blocks />;
export const getStaticProps = withGetStaticProps(
nextI18NextConfig,
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/blocks/[height].tsx | apps/web-wormhole/src/pages/blocks/[height].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import BlockDetails from '@/screens/block_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const BlockDetailsPage: NextPage = () => <BlockDetails />;
export const getStaticPaths = () => ({ paths: ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/accounts/[address].tsx | apps/web-wormhole/src/pages/accounts/[address].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import AccountDetails from '@/screens/account_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const AccountDetailsPage: NextPage = () => <AccountDetails />;
export const getStaticPaths = () => ({... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/transactions/index.tsx | apps/web-wormhole/src/pages/transactions/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Transactions from '@/screens/transactions';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const TransactionsPage: NextPage = () => <Transactions />;
export const getStaticProps = withGetStaticProp... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-wormhole/src/pages/transactions/[tx].tsx | apps/web-wormhole/src/pages/transactions/[tx].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import TransactionDetails from '@/screens/transaction_details';
import nextI18NextConfig from '../../../next-i18next.config';
const TransactionDetailsPage: NextPage = () => <TransactionDetails />;
export const getStatic... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/jest.setup.ts | apps/web-celestia/jest.setup.ts | import mockApollo from '@/tests/mocks/mockApollo';
import mockChainConfig from '@/tests/mocks/mockChainConfig';
import mockDayJs from '@/tests/mocks/mockDayJs';
import mockDynamicComponent from '@/tests/mocks/mockDynamicComponent';
import mockI18Next from '@/tests/mocks/mockI18Next';
import mockProfiles from '@/tests/m... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/jest.config.ts | apps/web-celestia/jest.config.ts | import configFromPreset from 'jest-presets/jest/node/jest-preset';
import nextJest from 'next/jest';
import { pathsToModuleNameMapper } from 'ts-jest';
import tsconfig from './tsconfig.json';
/* Creating a jest configuration for nextjs. */
const createJestConfig = nextJest({
dir: './',
})(configFromPreset);
const e... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/next-env.d.ts | apps/web-celestia/next-env.d.ts | /// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/graphql/types/general_types.ts | apps/web-celestia/src/graphql/types/general_types.ts | import { gql } from '@apollo/client';
import * as Apollo from '@apollo/client';
export type Maybe<T> = T | null;
export type InputMaybe<T> = Maybe<T>;
export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | true |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/graphql/general/account_details_documents.ts | apps/web-celestia/src/graphql/general/account_details_documents.ts | export const AccountCommissionDocument = /* GraphQL */ `
query AccountCommission($validatorAddress: String!) {
commission: action_validator_commission_amount(address: $validatorAddress) {
coins
}
}
`;
export const AccountWithdrawalAddressDocument = /* GraphQL */ `
query AccountWithdrawalAddress($ad... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/graphql/general/validator_details_documents.ts | apps/web-celestia/src/graphql/general/validator_details_documents.ts | export const ValidatorDelegationsDocument = /* GraphQL */ `
query ValidatorDelegations(
$validatorAddress: String!
$offset: Int = 0
$limit: Int = 10
$pagination: Boolean! = true
) {
delegations: action_validator_delegations(
address: $validatorAddress
limit: $limit
offset: $off... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/_error.tsx | apps/web-celestia/src/pages/_error.tsx | import type { NextPage } from 'next';
import ErrorPage, { getInitialProps } from 'ui/pages/_error';
const MyError: NextPage = () => <ErrorPage />;
MyError.getInitialProps = getInitialProps;
export default MyError;
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/_app.tsx | apps/web-celestia/src/pages/_app.tsx | import MyApp from '@/screens/app';
import { appWithTranslation } from 'next-i18next';
import 'react-toastify/dist/ReactToastify.css';
import 'shared-utils/assets/styles/global.css';
import nextI18NextConfig from '../../next-i18next.config';
export default appWithTranslation(MyApp, nextI18NextConfig);
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/404.tsx | apps/web-celestia/src/pages/404.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import NotFound from '@/screens/404';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../next-i18next.config';
const Custom404: NextPage = () => <NotFound />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig);
expo... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/index.tsx | apps/web-celestia/src/pages/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Home from '@/screens/home';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../next-i18next.config';
const HomePage: NextPage = () => <Home />;
export const getStaticProps = withGetStaticProps(
nextI18NextConfig,
'home',
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/[dtag].tsx | apps/web-celestia/src/pages/[dtag].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import ProfileDetails from '@/screens/profile_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../next-i18next.config';
const ProfileDetailsPage: NextPage = () => <ProfileDetails />;
export const getStaticPaths = () => ({ pa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/_document.tsx | apps/web-celestia/src/pages/_document.tsx | import Document from 'next/document';
import DocumentComponent, { getInitialProps, DocumentComponentProps } from 'ui/pages/_document';
class MyDocument extends Document<DocumentComponentProps> {
render() {
return <DocumentComponent emotionStyleTags={this.props.emotionStyleTags} />;
}
}
MyDocument.getInitialPr... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/params/index.tsx | apps/web-celestia/src/pages/params/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Params from '@/screens/params';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ParamsPage: NextPage = () => <Params />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig, 'pa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/server-sitemap.xml/index.tsx | apps/web-celestia/src/pages/server-sitemap.xml/index.tsx | import ServerSitemap, { getServerSideProps } from 'ui/pages/server-sitemap.xml';
// This function is called by Next.js before rendering the page. It returns
// a list of URLs that should be included in the sitemap.
export { getServerSideProps };
// Next.js calls this function to render the page.
export default Server... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/validators/[address].tsx | apps/web-celestia/src/pages/validators/[address].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import ValidatorDetails from '@/screens/validator_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ValidatorDetailsPage: NextPage = () => <ValidatorDetails />;
export const getStaticPaths = ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/validators/index.tsx | apps/web-celestia/src/pages/validators/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Validators from '@/screens/validators';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ValidatorsPage: NextPage = () => <Validators />;
export const getStaticProps = withGetStaticProps(
nex... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/proposals/index.tsx | apps/web-celestia/src/pages/proposals/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Tokens from '@/screens/proposals';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const TokensPage: NextPage = () => <Tokens />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig, ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/proposals/[id].tsx | apps/web-celestia/src/pages/proposals/[id].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import ProposalDetails from '@/screens/proposal_details';
import nextI18NextConfig from '../../../next-i18next.config';
const TokenDetailsPage: NextPage = () => <ProposalDetails />;
export const getStaticPaths = () => (... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/blocks/index.tsx | apps/web-celestia/src/pages/blocks/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Blocks from '@/screens/blocks';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const BlocksPage: NextPage = () => <Blocks />;
export const getStaticProps = withGetStaticProps(
nextI18NextConfig,
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/blocks/[height].tsx | apps/web-celestia/src/pages/blocks/[height].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import BlockDetails from '@/screens/block_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const BlockDetailsPage: NextPage = () => <BlockDetails />;
export const getStaticPaths = () => ({ paths: ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/accounts/[address].tsx | apps/web-celestia/src/pages/accounts/[address].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import AccountDetails from '@/screens/account_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const AccountDetailsPage: NextPage = () => <AccountDetails />;
export const getStaticPaths = () => ({... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/transactions/index.tsx | apps/web-celestia/src/pages/transactions/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Transactions from '@/screens/transactions';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const TransactionsPage: NextPage = () => <Transactions />;
export const getStaticProps = withGetStaticProp... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-celestia/src/pages/transactions/[tx].tsx | apps/web-celestia/src/pages/transactions/[tx].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import TransactionDetails from '@/screens/transaction_details';
import nextI18NextConfig from '../../../next-i18next.config';
const TransactionDetailsPage: NextPage = () => <TransactionDetails />;
export const getStatic... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/jest.setup.ts | apps/web-cheqd/jest.setup.ts | import mockApollo from '@/tests/mocks/mockApollo';
import mockChainConfig from '@/tests/mocks/mockChainConfig';
import mockDayJs from '@/tests/mocks/mockDayJs';
import mockDynamicComponent from '@/tests/mocks/mockDynamicComponent';
import mockI18Next from '@/tests/mocks/mockI18Next';
import mockProfiles from '@/tests/m... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/jest.config.ts | apps/web-cheqd/jest.config.ts | import configFromPreset from 'jest-presets/jest/node/jest-preset';
import nextJest from 'next/jest';
import { pathsToModuleNameMapper } from 'ts-jest';
import tsconfig from './tsconfig.json';
/* Creating a jest configuration for nextjs. */
const createJestConfig = nextJest({
dir: './',
})(configFromPreset);
const e... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/next-env.d.ts | apps/web-cheqd/next-env.d.ts | /// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/graphql/types/general_types.ts | apps/web-cheqd/src/graphql/types/general_types.ts | import { gql } from '@apollo/client';
import * as Apollo from '@apollo/client';
export type Maybe<T> = T | null;
export type InputMaybe<T> = Maybe<T>;
export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | true |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/graphql/general/account_details_documents.ts | apps/web-cheqd/src/graphql/general/account_details_documents.ts | export const AccountCommissionDocument = /* GraphQL */ `
query AccountCommission($validatorAddress: String!) {
commission: action_validator_commission_amount(address: $validatorAddress) {
coins
}
}
`;
export const AccountWithdrawalAddressDocument = /* GraphQL */ `
query AccountWithdrawalAddress($ad... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/graphql/general/validator_details_documents.ts | apps/web-cheqd/src/graphql/general/validator_details_documents.ts | export const ValidatorDelegationsDocument = /* GraphQL */ `
query ValidatorDelegations(
$validatorAddress: String!
$offset: Int = 0
$limit: Int = 10
$pagination: Boolean! = true
) {
delegations: action_validator_delegations(
address: $validatorAddress
limit: $limit
offset: $off... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/hooks/useGrid.ts | apps/web-cheqd/src/hooks/useGrid.ts | /* eslint-disable object-curly-newline */
import { useRef } from 'react';
import * as R from 'ramda';
import { VariableSizeGrid } from 'react-window';
const useGrid = <T = VariableSizeGrid>(
columns: {
key: string;
align?: 'left' | 'center' | 'right' | 'justify' | 'inherit';
width: number;
}[]
) => {
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/_error.tsx | apps/web-cheqd/src/pages/_error.tsx | import type { NextPage } from 'next';
import ErrorPage, { getInitialProps } from 'ui/pages/_error';
const MyError: NextPage = () => <ErrorPage />;
MyError.getInitialProps = getInitialProps;
export default MyError;
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/_app.tsx | apps/web-cheqd/src/pages/_app.tsx | import MyApp from '@/screens/app';
import { appWithTranslation } from 'next-i18next';
import 'react-toastify/dist/ReactToastify.css';
import 'shared-utils/assets/styles/global.css';
import nextI18NextConfig from '../../next-i18next.config';
export default appWithTranslation(MyApp, nextI18NextConfig);
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/404.tsx | apps/web-cheqd/src/pages/404.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import NotFound from '@/screens/404';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../next-i18next.config';
const Custom404: NextPage = () => <NotFound />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig);
expo... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/index.tsx | apps/web-cheqd/src/pages/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Home from '@/screens/home';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../next-i18next.config';
const HomePage: NextPage = () => <Home />;
export const getStaticProps = withGetStaticProps(
nextI18NextConfig,
'home',
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/[dtag].tsx | apps/web-cheqd/src/pages/[dtag].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import ProfileDetails from '@/screens/profile_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../next-i18next.config';
const ProfileDetailsPage: NextPage = () => <ProfileDetails />;
export const getStaticPaths = () => ({ pa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/_document.tsx | apps/web-cheqd/src/pages/_document.tsx | import Document from 'next/document';
import DocumentComponent, { getInitialProps, DocumentComponentProps } from 'ui/pages/_document';
class MyDocument extends Document<DocumentComponentProps> {
render() {
return <DocumentComponent emotionStyleTags={this.props.emotionStyleTags} />;
}
}
MyDocument.getInitialPr... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/params/index.tsx | apps/web-cheqd/src/pages/params/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Params from '@/screens/params';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ParamsPage: NextPage = () => <Params />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig, 'pa... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/server-sitemap.xml/index.tsx | apps/web-cheqd/src/pages/server-sitemap.xml/index.tsx | import ServerSitemap, { getServerSideProps } from 'ui/pages/server-sitemap.xml';
// This function is called by Next.js before rendering the page. It returns
// a list of URLs that should be included in the sitemap.
export { getServerSideProps };
// Next.js calls this function to render the page.
export default Server... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/validators/[address].tsx | apps/web-cheqd/src/pages/validators/[address].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import ValidatorDetails from '@/screens/validator_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ValidatorDetailsPage: NextPage = () => <ValidatorDetails />;
export const getStaticPaths = ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/validators/index.tsx | apps/web-cheqd/src/pages/validators/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Validators from '@/screens/validators';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const ValidatorsPage: NextPage = () => <Validators />;
export const getStaticProps = withGetStaticProps(
nex... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/proposals/index.tsx | apps/web-cheqd/src/pages/proposals/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Tokens from '@/screens/proposals';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const TokensPage: NextPage = () => <Tokens />;
export const getStaticProps = withGetStaticProps(nextI18NextConfig, ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/proposals/[id].tsx | apps/web-cheqd/src/pages/proposals/[id].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import ProposalDetails from '@/screens/proposal_details';
import nextI18NextConfig from '../../../next-i18next.config';
const TokenDetailsPage: NextPage = () => <ProposalDetails />;
export const getStaticPaths = () => (... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/blocks/index.tsx | apps/web-cheqd/src/pages/blocks/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Blocks from '@/screens/blocks';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const BlocksPage: NextPage = () => <Blocks />;
export const getStaticProps = withGetStaticProps(
nextI18NextConfig,
... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/blocks/[height].tsx | apps/web-cheqd/src/pages/blocks/[height].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import BlockDetails from '@/screens/block_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const BlockDetailsPage: NextPage = () => <BlockDetails />;
export const getStaticPaths = () => ({ paths: ... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/accounts/[address].tsx | apps/web-cheqd/src/pages/accounts/[address].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import AccountDetails from '@/screens/account_details';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const AccountDetailsPage: NextPage = () => <AccountDetails />;
export const getStaticPaths = () => ({... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/accounts/index.tsx | apps/web-cheqd/src/pages/accounts/index.tsx | import Accounts from '@/screens/accounts';
import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const AccountsPage: NextPage = () => <Accounts />;
export const getStaticProps = withGetStaticProps(nextI18NextCon... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/transactions/index.tsx | apps/web-cheqd/src/pages/transactions/index.tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import Transactions from '@/screens/transactions';
import type { NextPage } from 'next';
import nextI18NextConfig from '../../../next-i18next.config';
const TransactionsPage: NextPage = () => <Transactions />;
export const getStaticProps = withGetStaticProp... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/pages/transactions/[tx].tsx | apps/web-cheqd/src/pages/transactions/[tx].tsx | import withGetStaticProps from '@/pages/withGetStaticProps';
import type { NextPage } from 'next';
import TransactionDetails from '@/screens/transaction_details';
import nextI18NextConfig from '../../../next-i18next.config';
const TransactionDetailsPage: NextPage = () => <TransactionDetails />;
export const getStatic... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/components/resource/index.tsx | apps/web-cheqd/src/components/resource/index.tsx | import React from 'react';
import Link from 'next/link';
import Typography from '@mui/material/Typography';
import { RESOURCE_URL } from '@/utils/go_to_page';
import useStyles from './styles';
const Resource: React.FC<{
className?: string;
collection: string;
id: string;
href?: (collection: string, id: string)... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/components/resource/styles.ts | apps/web-cheqd/src/components/resource/styles.ts | import { makeStyles } from 'tss-react/mui';
const useStyles = makeStyles()((theme) => ({
root: {
color: theme.palette.custom.fonts.highlight,
wordBreak: 'break-all',
'&:hover': {
cursor: 'pointer',
},
},
}));
export default useStyles;
| typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/components/nav/components/menu_items/utils.tsx | apps/web-cheqd/src/components/nav/components/menu_items/utils.tsx | import BlockIcon from 'shared-utils/assets/icon-block.svg';
import HomeIcon from 'shared-utils/assets/icon-home.svg';
import ParamIcon from 'shared-utils/assets/icon-param.svg';
import ProposalsIcon from 'shared-utils/assets/icon-proposals.svg';
import TransactionIcon from 'shared-utils/assets/icon-transaction.svg';
im... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
forbole/big-dipper-2.0-cosmos | https://github.com/forbole/big-dipper-2.0-cosmos/blob/de058820eacedc2e9cbe82ad7fec8239faedeeff/apps/web-cheqd/src/components/transaction_messages_filter/index.tsx | apps/web-cheqd/src/components/transaction_messages_filter/index.tsx | import InputBase from '@mui/material/InputBase';
import MenuItem from '@mui/material/MenuItem';
import Select from '@mui/material/Select';
import Typography from '@mui/material/Typography';
import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
import useAppTranslation from '@/hooks/useAppTranslation';
import { F... | typescript | Apache-2.0 | de058820eacedc2e9cbe82ad7fec8239faedeeff | 2026-01-05T04:51:16.060495Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.