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/packages/ui/src/components/msg/utils.tsx
packages/ui/src/components/msg/utils.tsx
import * as COMPONENTS from '@/components/msg'; import Tag from '@/components/tag'; import * as MODELS from '@/models'; import type { Log } from '@/models/msg/types'; import isKeyOf from '@/utils/isKeyOf'; import type { TFunction } from '@/hooks/useAppTranslation'; import * as R from 'ramda'; import { ComponentProps, F...
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/packages/ui/src/components/msg/index.ts
packages/ui/src/components/msg/index.ts
// ========================= // msg components // ========================= export { default as Grant } from '@/components/msg/authz/grant'; export { default as Revoke } from '@/components/msg/authz/revoke'; export { default as Exec } from '@/components/msg/authz/exec'; export { default as Multisend } from '@/component...
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/packages/ui/src/components/msg/feegrant/grant_allowance/index.test.tsx
packages/ui/src/components/msg/feegrant/grant_allowance/index.test.tsx
import renderer from 'react-test-renderer'; import GrantAllowance from '@/components/msg/feegrant/grant_allowance'; import { MsgGrantAllowance } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; import wait from '@/tests/utils/wait'; // ================================== // mocks // ===================...
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/packages/ui/src/components/msg/feegrant/grant_allowance/index.tsx
packages/ui/src/components/msg/feegrant/grant_allowance/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgGrantAllowance } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const GrantAllowance: FC<{ message: MsgGrantAllowa...
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/packages/ui/src/components/msg/feegrant/revoke_allowance/index.test.tsx
packages/ui/src/components/msg/feegrant/revoke_allowance/index.test.tsx
import renderer from 'react-test-renderer'; import RevokeAllowance from '@/components/msg/feegrant/revoke_allowance'; import { MsgRevokeAllowance } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/compone...
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/packages/ui/src/components/msg/feegrant/revoke_allowance/index.tsx
packages/ui/src/components/msg/feegrant/revoke_allowance/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgRevokeAllowance } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const RevokeAllowance: FC<{ message: MsgRevokeAll...
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/packages/ui/src/components/msg/bank/multisend/index.test.tsx
packages/ui/src/components/msg/bank/multisend/index.test.tsx
import renderer from 'react-test-renderer'; import Multisend from '@/components/msg/bank/multisend'; import { MsgMultiSend } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; jest.mock('@/components/name', () => (props: JSX.IntrinsicElements['div']) => ( <div id="Name" {...props} /> )); // =========...
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/packages/ui/src/components/msg/bank/multisend/index.tsx
packages/ui/src/components/msg/bank/multisend/index.tsx
import useStyles from '@/components/msg/bank/multisend/styles'; import Name from '@/components/name'; import { MsgMultiSend } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; import { formatNumber, formatToken } from '@/utils/format_token'; import Typography from '@mui/material/Typography'; ...
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/packages/ui/src/components/msg/bank/multisend/styles.ts
packages/ui/src/components/msg/bank/multisend/styles.ts
import { makeStyles } from 'tss-react/mui'; const useStyles = makeStyles()(() => ({ multisend: { marginTop: '0', }, })); 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/packages/ui/src/components/msg/bank/send/index.test.tsx
packages/ui/src/components/msg/bank/send/index.test.tsx
import renderer from 'react-test-renderer'; import Send from '@/components/msg/bank/send'; import { MsgSend } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', () => (props: JSX.Intrinsic...
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/packages/ui/src/components/msg/bank/send/index.tsx
packages/ui/src/components/msg/bank/send/index.tsx
import Name from '@/components/name'; import { MsgSend } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; import { formatNumber, formatToken } from '@/utils/format_token'; import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import useAppTranslatio...
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/packages/ui/src/components/msg/ibc_transfer/transfer/index.test.tsx
packages/ui/src/components/msg/ibc_transfer/transfer/index.test.tsx
import renderer from 'react-test-renderer'; import Transfer from '@/components/msg/ibc_transfer/transfer'; import { MsgTransfer } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', () => ...
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/packages/ui/src/components/msg/ibc_transfer/transfer/index.tsx
packages/ui/src/components/msg/ibc_transfer/transfer/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgTransfer } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; import { formatNumber, formatToken } from '@/utils/format...
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/packages/ui/src/components/msg/authz/exec/index.test.tsx
packages/ui/src/components/msg/authz/exec/index.test.tsx
import renderer from 'react-test-renderer'; import Exec from '@/components/msg/authz/exec'; import { MsgExec } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', () => (props: JSX.Intrinsi...
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/packages/ui/src/components/msg/authz/exec/index.tsx
packages/ui/src/components/msg/authz/exec/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgExec } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const Exec: FC<{ message: MsgExec }> = (props) => { const ...
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/packages/ui/src/components/msg/authz/revoke/index.test.tsx
packages/ui/src/components/msg/authz/revoke/index.test.tsx
import renderer from 'react-test-renderer'; import Revoke from '@/components/msg/authz/revoke'; import { MsgRevoke } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', () => (props: JSX.In...
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/packages/ui/src/components/msg/authz/revoke/index.tsx
packages/ui/src/components/msg/authz/revoke/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgRevoke } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const Revoke: FC<{ message: MsgRevoke }> = (props) => { ...
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/packages/ui/src/components/msg/authz/grant/index.test.tsx
packages/ui/src/components/msg/authz/grant/index.test.tsx
import renderer from 'react-test-renderer'; import Grant from '@/components/msg/authz/grant'; import { MsgGrant } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', () => (props: JSX.Intri...
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/packages/ui/src/components/msg/authz/grant/index.tsx
packages/ui/src/components/msg/authz/grant/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgGrant } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const Grant: FC<{ message: MsgGrant }> = (props) => { con...
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/packages/ui/src/components/msg/staking/undelegate/index.test.tsx
packages/ui/src/components/msg/staking/undelegate/index.test.tsx
import renderer from 'react-test-renderer'; import Undelegate from '@/components/msg/staking/undelegate'; import { MsgUndelegate } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', () => ...
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/packages/ui/src/components/msg/staking/undelegate/index.tsx
packages/ui/src/components/msg/staking/undelegate/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgUndelegate } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; import { formatNumber, formatToken } from '@/utils/form...
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/packages/ui/src/components/msg/staking/redelegate/index.test.tsx
packages/ui/src/components/msg/staking/redelegate/index.test.tsx
import renderer from 'react-test-renderer'; import Redelegate from '@/components/msg/staking/redelegate'; import { MsgRedelegate } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', () => ...
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/packages/ui/src/components/msg/staking/redelegate/index.tsx
packages/ui/src/components/msg/staking/redelegate/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgRedelegate } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; import { formatNumber, formatToken } from '@/utils/form...
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/packages/ui/src/components/msg/staking/delegate/index.test.tsx
packages/ui/src/components/msg/staking/delegate/index.test.tsx
import renderer from 'react-test-renderer'; import Delegate from '@/components/msg/staking/delegate'; import { MsgDelegate } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', () => (props...
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/packages/ui/src/components/msg/staking/delegate/index.tsx
packages/ui/src/components/msg/staking/delegate/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgDelegate } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; import { formatNumber, formatToken } from '@/utils/f...
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/packages/ui/src/components/msg/staking/edit_validator/index.test.tsx
packages/ui/src/components/msg/staking/edit_validator/index.test.tsx
import renderer from 'react-test-renderer'; import EditValidator from '@/components/msg/staking/edit_validator'; import { MsgEditValidator } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/nam...
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/packages/ui/src/components/msg/staking/edit_validator/index.tsx
packages/ui/src/components/msg/staking/edit_validator/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgEditValidator } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; import { VALIDATOR_DETAILS } from '@/utils/go_to_pag...
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/packages/ui/src/components/msg/staking/create_validator/index.test.tsx
packages/ui/src/components/msg/staking/create_validator/index.test.tsx
import renderer from 'react-test-renderer'; import CreateValidator from '@/components/msg/staking/create_validator'; import { MsgCreateValidator } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/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/packages/ui/src/components/msg/staking/create_validator/index.tsx
packages/ui/src/components/msg/staking/create_validator/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgCreateValidator } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const CreateValidator: FC<{ message: MsgCreateVal...
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/packages/ui/src/components/msg/unknown/index.test.tsx
packages/ui/src/components/msg/unknown/index.test.tsx
import renderer from 'react-test-renderer'; import Unknown from '@/components/msg/unknown'; import { MsgUnknown } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', () => (props: JSX.Intri...
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/packages/ui/src/components/msg/unknown/index.tsx
packages/ui/src/components/msg/unknown/index.tsx
import { FC } from 'react'; import useStyles from '@/components/msg/unknown/styles'; import { type MsgUnknown } from '@/models'; const Unknown: FC<{ message: MsgUnknown }> = (props) => { const { message } = props; const { classes } = useStyles(); return ( <pre className={classes.root}> <code>{JSON.str...
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/packages/ui/src/components/msg/unknown/styles.ts
packages/ui/src/components/msg/unknown/styles.ts
import { Theme } from '@mui/material'; import { makeStyles } from 'tss-react/mui'; const useStyles = makeStyles()((theme: Theme) => ({ root: { overflow: 'auto', padding: '1rem', margin: '0', background: theme.palette.background.default, flex: 1, '& code': { whiteSpace: 'pre-wrap', }...
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/packages/ui/src/components/msg/vesting/create_vesting_account/index.test.tsx
packages/ui/src/components/msg/vesting/create_vesting_account/index.test.tsx
import renderer from 'react-test-renderer'; import CreateVestingAccount from '@/components/msg/vesting/create_vesting_account'; import { MsgCreateVestingAccount } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest....
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/packages/ui/src/components/msg/vesting/create_vesting_account/index.tsx
packages/ui/src/components/msg/vesting/create_vesting_account/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgCreateVestingAccount } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const CreateVestingAccount: FC<{ message: Ms...
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/packages/ui/src/components/msg/vesting/create_periodic_vesting_account/index.test.tsx
packages/ui/src/components/msg/vesting/create_periodic_vesting_account/index.test.tsx
import renderer from 'react-test-renderer'; import CreatePeriodicVestingAccount from '@/components/msg/vesting/create_periodic_vesting_account'; import { MsgCreatePeriodicVestingAccount } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ===============...
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/packages/ui/src/components/msg/vesting/create_periodic_vesting_account/index.tsx
packages/ui/src/components/msg/vesting/create_periodic_vesting_account/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgCreatePeriodicVestingAccount } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const CreatePeriodicVestingAccount: ...
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/packages/ui/src/components/msg/distribution/fund/index.test.tsx
packages/ui/src/components/msg/distribution/fund/index.test.tsx
import renderer from 'react-test-renderer'; import Fund from '@/components/msg/distribution/fund'; import { MsgFundCommunityPool } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', () => ...
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/packages/ui/src/components/msg/distribution/fund/index.tsx
packages/ui/src/components/msg/distribution/fund/index.tsx
import Name from '@/components/name'; import { MsgFundCommunityPool } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; import { formatNumber, formatToken } from '@/utils/format_token'; import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import use...
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/packages/ui/src/components/msg/distribution/set_withdrawal_address/index.test.tsx
packages/ui/src/components/msg/distribution/set_withdrawal_address/index.test.tsx
import renderer from 'react-test-renderer'; import SetWithdrawalAddress from '@/components/msg/distribution/set_withdrawal_address'; import { MsgSetWithdrawAddress } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== je...
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/packages/ui/src/components/msg/distribution/set_withdrawal_address/index.tsx
packages/ui/src/components/msg/distribution/set_withdrawal_address/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgSetWithdrawAddress } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const SetWithdrawalAddress: FC<{ message: MsgS...
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/packages/ui/src/components/msg/distribution/withdraw_reward/index.test.tsx
packages/ui/src/components/msg/distribution/withdraw_reward/index.test.tsx
import renderer from 'react-test-renderer'; import WithdrawReward from '@/components/msg/distribution/withdraw_reward'; import { MsgWithdrawDelegatorReward } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock(...
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/packages/ui/src/components/msg/distribution/withdraw_reward/index.tsx
packages/ui/src/components/msg/distribution/withdraw_reward/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgWithdrawDelegatorReward } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; import { formatNumber } from '@/utils/form...
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/packages/ui/src/components/msg/distribution/withdraw_commission/index.test.tsx
packages/ui/src/components/msg/distribution/withdraw_commission/index.test.tsx
import renderer from 'react-test-renderer'; import WithdrawCommission from '@/components/msg/distribution/withdraw_commission'; import { MsgWithdrawValidatorCommission } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ============================= jes...
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/packages/ui/src/components/msg/distribution/withdraw_commission/index.tsx
packages/ui/src/components/msg/distribution/withdraw_commission/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgWithdrawValidatorCommission } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; import { formatNumber } from '@/utils/...
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/packages/ui/src/components/msg/profiles/dtag_accept_transfer/index.test.tsx
packages/ui/src/components/msg/profiles/dtag_accept_transfer/index.test.tsx
import renderer from 'react-test-renderer'; import DtagAcceptTransfer from '@/components/msg/profiles/dtag_accept_transfer'; import { MsgDtagAcceptTransfer } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock...
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/packages/ui/src/components/msg/profiles/dtag_accept_transfer/index.tsx
packages/ui/src/components/msg/profiles/dtag_accept_transfer/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgDtagAcceptTransfer } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const DtagAcceptTransfer: FC<{ message: MsgDta...
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/packages/ui/src/components/msg/profiles/block_user/index.tsx
packages/ui/src/components/msg/profiles/block_user/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgBlockUser } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const BlockUser: FC<{ message: MsgBlockUser }> = (props...
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/packages/ui/src/components/msg/profiles/save_profile/index.test.tsx
packages/ui/src/components/msg/profiles/save_profile/index.test.tsx
import renderer from 'react-test-renderer'; import SaveProfile from '@/components/msg/profiles/save_profile'; import { MsgSaveProfile } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', (...
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/packages/ui/src/components/msg/profiles/save_profile/index.tsx
packages/ui/src/components/msg/profiles/save_profile/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgSaveProfile } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const SaveProfile: FC<{ message: MsgSaveProfile ...
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/packages/ui/src/components/msg/profiles/dtag_transfer_request/index.test.tsx
packages/ui/src/components/msg/profiles/dtag_transfer_request/index.test.tsx
import renderer from 'react-test-renderer'; import DtagTransferRequest from '@/components/msg/profiles/dtag_transfer_request'; import { MsgDtagTransferRequest } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.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/packages/ui/src/components/msg/profiles/dtag_transfer_request/index.tsx
packages/ui/src/components/msg/profiles/dtag_transfer_request/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgDtagTransferRequest } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const DtagTransferRequest: FC<{ message: MsgD...
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/packages/ui/src/components/msg/profiles/dtag_cancel_transfer/index.test.tsx
packages/ui/src/components/msg/profiles/dtag_cancel_transfer/index.test.tsx
import renderer from 'react-test-renderer'; import DtagCancelTransfer from '@/components/msg/profiles/dtag_cancel_transfer'; import { MsgDtagCancelTransfer } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock(...
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/packages/ui/src/components/msg/profiles/dtag_cancel_transfer/index.tsx
packages/ui/src/components/msg/profiles/dtag_cancel_transfer/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgDtagCancelTransfer } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const DtagCancelTransfer: FC<{ message: MsgDta...
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/packages/ui/src/components/msg/profiles/delete_profile/index.test.tsx
packages/ui/src/components/msg/profiles/delete_profile/index.test.tsx
import renderer from 'react-test-renderer'; import DeleteProfile from '@/components/msg/profiles/delete_profile'; import { MsgDeleteProfile } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/n...
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/packages/ui/src/components/msg/profiles/delete_profile/index.tsx
packages/ui/src/components/msg/profiles/delete_profile/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgDeleteProfile } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const DeleteProfile: FC<{ message: MsgDeletePr...
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/packages/ui/src/components/msg/profiles/create_relationship/index.test.tsx
packages/ui/src/components/msg/profiles/create_relationship/index.test.tsx
import renderer from 'react-test-renderer'; import CreateRelationship from '@/components/msg/profiles/create_relationship'; import { MsgCreateRelationship } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('...
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/packages/ui/src/components/msg/profiles/create_relationship/index.tsx
packages/ui/src/components/msg/profiles/create_relationship/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgCreateRelationship } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const CreateRelationship: FC<{ message: MsgCre...
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/packages/ui/src/components/msg/profiles/dtag_refuse_transfer/index.test.tsx
packages/ui/src/components/msg/profiles/dtag_refuse_transfer/index.test.tsx
import renderer from 'react-test-renderer'; import DtagRefuseTransfer from '@/components/msg/profiles/dtag_refuse_transfer'; import { MsgDtagRefuseTransfer } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock(...
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/packages/ui/src/components/msg/profiles/dtag_refuse_transfer/index.tsx
packages/ui/src/components/msg/profiles/dtag_refuse_transfer/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgDtagRefuseTransfer } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const DtagRefuseTransfer: FC<{ message: MsgDta...
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/packages/ui/src/components/msg/profiles/unblock_user/index.test.tsx
packages/ui/src/components/msg/profiles/unblock_user/index.test.tsx
import renderer from 'react-test-renderer'; import UnBlockUser from '@/components/msg/profiles/unblock_user'; import { MsgUnblockUser } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', (...
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/packages/ui/src/components/msg/profiles/unblock_user/index.tsx
packages/ui/src/components/msg/profiles/unblock_user/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgUnblockUser } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const UnBlockUser: FC<{ message: MsgUnblockUser }> = ...
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/packages/ui/src/components/msg/crisis/verify_invariant/index.test.tsx
packages/ui/src/components/msg/crisis/verify_invariant/index.test.tsx
import renderer from 'react-test-renderer'; import VerifyInvariant from '@/components/msg/crisis/verify_invariant'; import { MsgVerifyInvariant } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/component...
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/packages/ui/src/components/msg/crisis/verify_invariant/index.tsx
packages/ui/src/components/msg/crisis/verify_invariant/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { MsgVerifyInvariant } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const VerifyInvariant: FC<{ message: MsgVerifyInv...
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/packages/ui/src/components/msg/governance/vote/index.test.tsx
packages/ui/src/components/msg/governance/vote/index.test.tsx
import renderer from 'react-test-renderer'; import Vote from '@/components/msg/governance/vote'; import { MsgVote } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', () => (props: JSX.Int...
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/packages/ui/src/components/msg/governance/vote/index.tsx
packages/ui/src/components/msg/governance/vote/index.tsx
import Name from '@/components/name'; import { MsgVote } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; import { PROPOSAL_DETAILS } from '@/utils/go_to_page'; import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import useAppTranslation from '@/h...
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/packages/ui/src/components/msg/governance/deposit_proposal/index.test.tsx
packages/ui/src/components/msg/governance/deposit_proposal/index.test.tsx
import renderer from 'react-test-renderer'; import DepositProposal from '@/components/msg/governance/deposit_proposal'; import { MsgDeposit } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/na...
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/packages/ui/src/components/msg/governance/deposit_proposal/index.tsx
packages/ui/src/components/msg/governance/deposit_proposal/index.tsx
import Name from '@/components/name'; import { MsgDeposit } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; import { formatNumber, formatToken } from '@/utils/format_token'; import { PROPOSAL_DETAILS } from '@/utils/go_to_page'; import Typography from '@mui/material/Typography'; import AppT...
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/packages/ui/src/components/msg/governance/submit_proposal/index.test.tsx
packages/ui/src/components/msg/governance/submit_proposal/index.test.tsx
import renderer from 'react-test-renderer'; import SubmitProposal from '@/components/msg/governance/submit_proposal'; import { MsgCommunityPoolSpendProposal, MsgParameterChangeProposal, MsgSoftwareUpgradeProposal, MsgSubmitProposal, MsgTextProposal, } from '@/models'; import MockTheme from '@/tests/mocks/Mock...
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/packages/ui/src/components/msg/governance/submit_proposal/index.tsx
packages/ui/src/components/msg/governance/submit_proposal/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgSubmitProposal } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const SubmitProposal: FC<{ message: MsgSubmit...
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/packages/ui/src/components/msg/ibc/channel_acknowledgement/index.test.tsx
packages/ui/src/components/msg/ibc/channel_acknowledgement/index.test.tsx
import renderer from 'react-test-renderer'; import Acknowledgement from '@/components/msg/ibc/channel_acknowledgement'; import { MsgAcknowledgement } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/compo...
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/packages/ui/src/components/msg/ibc/channel_acknowledgement/index.tsx
packages/ui/src/components/msg/ibc/channel_acknowledgement/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgAcknowledgement } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const Acknowledgement: FC<{ message: MsgAckn...
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/packages/ui/src/components/msg/ibc/connection_open_try/index.test.tsx
packages/ui/src/components/msg/ibc/connection_open_try/index.test.tsx
import renderer from 'react-test-renderer'; import ConnectionOpenTry from '@/components/msg/ibc/connection_open_try'; import { MsgConnectionOpenTry } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/comp...
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/packages/ui/src/components/msg/ibc/connection_open_try/index.tsx
packages/ui/src/components/msg/ibc/connection_open_try/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgConnectionOpenTry } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const ConnectionOpenTry: FC<{ message: Msg...
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/packages/ui/src/components/msg/ibc/channel_open_confirm/index.test.tsx
packages/ui/src/components/msg/ibc/channel_open_confirm/index.test.tsx
import renderer from 'react-test-renderer'; import ChannelOpenConfirm from '@/components/msg/ibc/channel_open_confirm'; import { MsgChannelOpenConfirm } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/co...
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/packages/ui/src/components/msg/ibc/channel_open_confirm/index.tsx
packages/ui/src/components/msg/ibc/channel_open_confirm/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgChannelOpenConfirm } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const ChannelOpenConfirm: FC<{ message: 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/packages/ui/src/components/msg/ibc/client_submit_misbehaviour/index.test.tsx
packages/ui/src/components/msg/ibc/client_submit_misbehaviour/index.test.tsx
import renderer from 'react-test-renderer'; import SubmitMisbehaviour from '@/components/msg/ibc/client_submit_misbehaviour'; import { MsgSubmitMisbehaviour } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.moc...
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/packages/ui/src/components/msg/ibc/client_submit_misbehaviour/index.tsx
packages/ui/src/components/msg/ibc/client_submit_misbehaviour/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgSubmitMisbehaviour } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const SubmitMisbehaviour: FC<{ message: 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/packages/ui/src/components/msg/ibc/connection_open_init/index.test.tsx
packages/ui/src/components/msg/ibc/connection_open_init/index.test.tsx
import renderer from 'react-test-renderer'; import ConnectionOpenInit from '@/components/msg/ibc/connection_open_init'; import { MsgConnectionOpenInit } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/c...
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/packages/ui/src/components/msg/ibc/connection_open_init/index.tsx
packages/ui/src/components/msg/ibc/connection_open_init/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgConnectionOpenInit } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const ConnectionOpenInit: FC<{ message: 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/packages/ui/src/components/msg/ibc/channel_open_try/index.test.tsx
packages/ui/src/components/msg/ibc/channel_open_try/index.test.tsx
import renderer from 'react-test-renderer'; import ChannelOpenTry from '@/components/msg/ibc/channel_open_try'; import { MsgChannelOpenTry } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/na...
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/packages/ui/src/components/msg/ibc/channel_open_try/index.tsx
packages/ui/src/components/msg/ibc/channel_open_try/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgChannelOpenTry } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const ChannelOpenTry: FC<{ message: MsgChanne...
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/packages/ui/src/components/msg/ibc/connection_end/index.test.tsx
packages/ui/src/components/msg/ibc/connection_end/index.test.tsx
import renderer from 'react-test-renderer'; import ConnectionEnd from '@/components/msg/ibc/connection_end'; import { MsgConnectionEnd } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name',...
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/packages/ui/src/components/msg/ibc/connection_end/index.tsx
packages/ui/src/components/msg/ibc/connection_end/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgConnectionEnd } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const ConnectionEnd: FC<{ message: MsgConnecti...
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/packages/ui/src/components/msg/ibc/channel_open_init/index.test.tsx
packages/ui/src/components/msg/ibc/channel_open_init/index.test.tsx
import renderer from 'react-test-renderer'; import ChannelOpenInit from '@/components/msg/ibc/channel_open_init'; import { MsgChannelOpenInit } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components...
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/packages/ui/src/components/msg/ibc/channel_open_init/index.tsx
packages/ui/src/components/msg/ibc/channel_open_init/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgChannelOpenInit } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const ChannelOpenInit: FC<{ message: MsgChan...
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/packages/ui/src/components/msg/ibc/channel_counterparty/index.test.tsx
packages/ui/src/components/msg/ibc/channel_counterparty/index.test.tsx
import renderer from 'react-test-renderer'; import CounterpartyChannel from '@/components/msg/ibc/channel_counterparty'; import { MsgCounterpartyChannel } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/...
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/packages/ui/src/components/msg/ibc/channel_counterparty/index.tsx
packages/ui/src/components/msg/ibc/channel_counterparty/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgCounterpartyChannel } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const CounterpartyChannel: FC<{ message:...
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/packages/ui/src/components/msg/ibc/connection_open_ack/index.test.tsx
packages/ui/src/components/msg/ibc/connection_open_ack/index.test.tsx
import renderer from 'react-test-renderer'; import ConnectionOpenAck from '@/components/msg/ibc/connection_open_ack'; import { MsgConnectionOpenAck } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/comp...
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/packages/ui/src/components/msg/ibc/connection_open_ack/index.tsx
packages/ui/src/components/msg/ibc/connection_open_ack/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgConnectionOpenAck } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const ConnectionOpenAck: FC<{ message: Msg...
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/packages/ui/src/components/msg/ibc/channel_timeout_on_close/index.test.tsx
packages/ui/src/components/msg/ibc/channel_timeout_on_close/index.test.tsx
import renderer from 'react-test-renderer'; import TimeoutOnClose from '@/components/msg/ibc/channel_timeout_on_close'; import { MsgTimeoutOnClose } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/compo...
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/packages/ui/src/components/msg/ibc/channel_timeout_on_close/index.tsx
packages/ui/src/components/msg/ibc/channel_timeout_on_close/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgTimeoutOnClose } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const TimeoutOnClose: FC<{ message: MsgTimeou...
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/packages/ui/src/components/msg/ibc/connection_version/index.test.tsx
packages/ui/src/components/msg/ibc/connection_version/index.test.tsx
import renderer from 'react-test-renderer'; import Version from '@/components/msg/ibc/connection_version'; import { MsgVersion } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', () => (...
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/packages/ui/src/components/msg/ibc/connection_version/index.tsx
packages/ui/src/components/msg/ibc/connection_version/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgVersion } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const Version: FC<{ message: MsgVersion }> = (props)...
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/packages/ui/src/components/msg/ibc/client_create_client/index.test.tsx
packages/ui/src/components/msg/ibc/client_create_client/index.test.tsx
import renderer from 'react-test-renderer'; import CreateClient from '@/components/msg/ibc/client_create_client'; import { MsgCreateClient } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/na...
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/packages/ui/src/components/msg/ibc/client_create_client/index.tsx
packages/ui/src/components/msg/ibc/client_create_client/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgCreateClient } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const CreateClient: FC<{ message: MsgCreateClie...
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/packages/ui/src/components/msg/ibc/channel_close_init/index.test.tsx
packages/ui/src/components/msg/ibc/channel_close_init/index.test.tsx
import renderer from 'react-test-renderer'; import Channel from '@/components/msg/ibc/channel_close_init'; import { MsgChannelCloseInit } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name',...
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/packages/ui/src/components/msg/ibc/channel_close_init/index.tsx
packages/ui/src/components/msg/ibc/channel_close_init/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgChannelCloseInit } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const ChannelCloseInit: FC<{ message: MsgCh...
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/packages/ui/src/components/msg/ibc/channel_receive_packet/index.test.tsx
packages/ui/src/components/msg/ibc/channel_receive_packet/index.test.tsx
import renderer from 'react-test-renderer'; import ReceivePacket from '@/components/msg/ibc/channel_receive_packet'; import { MsgReceivePacket } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/component...
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/packages/ui/src/components/msg/ibc/channel_receive_packet/index.tsx
packages/ui/src/components/msg/ibc/channel_receive_packet/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import { type MsgReceivePacket } from '@/models'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const ReceivePacket: FC<{ message: MsgReceiveP...
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/packages/ui/src/components/msg/ibc/channel/index.test.tsx
packages/ui/src/components/msg/ibc/channel/index.test.tsx
import renderer from 'react-test-renderer'; import Channel from '@/components/msg/ibc/channel'; import { MsgChannel } from '@/models'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/components/name', () => (props: JSX.I...
typescript
Apache-2.0
de058820eacedc2e9cbe82ad7fec8239faedeeff
2026-01-05T04:51:16.060495Z
false