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-desmos/src/components/msg/posts/remove_post_attachment/index.tsx
apps/web-desmos/src/components/msg/posts/remove_post_attachment/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgRemovePostAttachment from '@/models/msg/posts/msg_remove_post_attachment'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const Remov...
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-desmos/src/components/msg/posts/accept_post_owner_transfer_request/index.test.tsx
apps/web-desmos/src/components/msg/posts/accept_post_owner_transfer_request/index.test.tsx
import renderer from 'react-test-renderer'; import AcceptPostOwnerTransferRequest from '@/components/msg/posts/accept_post_owner_transfer_request'; import MsgAcceptPostOwnerTransferRequest from '@/models/msg/posts/msg_accept_post_owner_transfer_request'; import MockTheme from '@/tests/mocks/MockTheme'; // ============...
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-desmos/src/components/msg/posts/accept_post_owner_transfer_request/index.tsx
apps/web-desmos/src/components/msg/posts/accept_post_owner_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 MsgAcceptPostOwnerTransferRequest from '@/models/msg/posts/msg_accept_post_owner_transfer_request'; import { useProfileRecoil } from '@/recoil/profile...
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-desmos/src/components/msg/posts/answer_poll/index.test.tsx
apps/web-desmos/src/components/msg/posts/answer_poll/index.test.tsx
import renderer from 'react-test-renderer'; import AnswerPoll from '@/components/msg/posts/answer_poll'; import MsgAnswerPoll from '@/models/msg/posts/msg_answer_poll'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/com...
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-desmos/src/components/msg/posts/answer_poll/index.tsx
apps/web-desmos/src/components/msg/posts/answer_poll/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgAnswerPoll from '@/models/msg/posts/msg_answer_poll'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const AnswerPoll: 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/apps/web-desmos/src/components/msg/posts/create_post/index.test.tsx
apps/web-desmos/src/components/msg/posts/create_post/index.test.tsx
import renderer from 'react-test-renderer'; import CreatePost from '@/components/msg/posts/create_post'; import MsgCreatePost from '@/models/msg/posts/msg_create_post'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/com...
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-desmos/src/components/msg/posts/create_post/index.tsx
apps/web-desmos/src/components/msg/posts/create_post/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgCreatePost from '@/models/msg/posts/msg_create_post'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const CreatePost: 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/apps/web-desmos/src/components/msg/posts/refuse_post_owner_transfer_request/index.test.tsx
apps/web-desmos/src/components/msg/posts/refuse_post_owner_transfer_request/index.test.tsx
import renderer from 'react-test-renderer'; import RefusePostOwnerTransferRequest from '@/components/msg/posts/refuse_post_owner_transfer_request'; import MsgRefusePostOwnerTransferRequest from '@/models/msg/posts/msg_refuse_post_owner_transfer_request'; import MockTheme from '@/tests/mocks/MockTheme'; // ============...
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-desmos/src/components/msg/posts/refuse_post_owner_transfer_request/index.tsx
apps/web-desmos/src/components/msg/posts/refuse_post_owner_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 MsgRefusePostOwnerTransferRequest from '@/models/msg/posts/msg_refuse_post_owner_transfer_request'; import { useProfileRecoil } from '@/recoil/profile...
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-desmos/src/components/msg/posts/delete_post/index.test.tsx
apps/web-desmos/src/components/msg/posts/delete_post/index.test.tsx
import renderer from 'react-test-renderer'; import DeletePost from '@/components/msg/posts/delete_post'; import MsgDeletePost from '@/models/msg/posts/msg_delete_post'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/com...
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-desmos/src/components/msg/posts/delete_post/index.tsx
apps/web-desmos/src/components/msg/posts/delete_post/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgDeletePost from '@/models/msg/posts/msg_delete_post'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const DeletePost: 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/apps/web-desmos/src/components/msg/posts/request_post_owner_transfer/index.test.tsx
apps/web-desmos/src/components/msg/posts/request_post_owner_transfer/index.test.tsx
import renderer from 'react-test-renderer'; import RequestPostOwnerTransfer from '@/components/msg/posts/request_post_owner_transfer'; import MsgRequestPostOwnerTransfer from '@/models/msg/posts/msg_request_post_owner_transfer'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // ...
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-desmos/src/components/msg/posts/request_post_owner_transfer/index.tsx
apps/web-desmos/src/components/msg/posts/request_post_owner_transfer/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgRequestPostOwnerTransfer from '@/models/msg/posts/msg_request_post_owner_transfer'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; 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/apps/web-desmos/src/components/msg/reports/create_report/index.test.tsx
apps/web-desmos/src/components/msg/reports/create_report/index.test.tsx
import renderer from 'react-test-renderer'; import CreateReport from '@/components/msg/reports/create_report'; import MsgCreateReport from '@/models/msg/reports/msg_create_report'; 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/apps/web-desmos/src/components/msg/reports/create_report/index.tsx
apps/web-desmos/src/components/msg/reports/create_report/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgCreateReport from '@/models/msg/reports/msg_create_report'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const CreateReport: FC<{ 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-desmos/src/components/msg/reports/add_reason/index.test.tsx
apps/web-desmos/src/components/msg/reports/add_reason/index.test.tsx
import renderer from 'react-test-renderer'; import AddReason from '@/components/msg/reports/add_reason'; import MsgAddReason from '@/models/msg/reports/msg_add_reason'; import MockTheme from '@/tests/mocks/MockTheme'; // ================================== // mocks // ================================== jest.mock('@/com...
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-desmos/src/components/msg/reports/add_reason/index.tsx
apps/web-desmos/src/components/msg/reports/add_reason/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgAddReason from '@/models/msg/reports/msg_add_reason'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const AddReason: 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/apps/web-desmos/src/components/msg/reports/support_standard_reason/index.test.tsx
apps/web-desmos/src/components/msg/reports/support_standard_reason/index.test.tsx
import renderer from 'react-test-renderer'; import SupportStandardReason from '@/components/msg/reports/support_standard_reason'; import MsgSupportStandardReason from '@/models/msg/reports/msg_support_standard_reason'; 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/apps/web-desmos/src/components/msg/reports/support_standard_reason/index.tsx
apps/web-desmos/src/components/msg/reports/support_standard_reason/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgSupportStandardReason from '@/models/msg/reports/msg_support_standard_reason'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const 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-desmos/src/components/msg/reports/delete_report/index.test.tsx
apps/web-desmos/src/components/msg/reports/delete_report/index.test.tsx
import renderer from 'react-test-renderer'; import DeleteReport from '@/components/msg/reports/delete_report'; import MsgDeleteReport from '@/models/msg/reports/msg_delete_report'; 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/apps/web-desmos/src/components/msg/reports/delete_report/index.tsx
apps/web-desmos/src/components/msg/reports/delete_report/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgDeleteReport from '@/models/msg/reports/msg_delete_report'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const DeleteReport: FC<{ 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-desmos/src/components/msg/reports/remove_reason/index.test.tsx
apps/web-desmos/src/components/msg/reports/remove_reason/index.test.tsx
import renderer from 'react-test-renderer'; import RemoveReason from '@/components/msg/reports/remove_reason'; import MsgRemoveReason from '@/models/msg/reports/msg_remove_reason'; 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/apps/web-desmos/src/components/msg/reports/remove_reason/index.tsx
apps/web-desmos/src/components/msg/reports/remove_reason/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgRemoveReason from '@/models/msg/reports/msg_remove_reason'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const RemoveReason: FC<{ 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-desmos/src/components/msg/profiles/link_application/index.test.tsx
apps/web-desmos/src/components/msg/profiles/link_application/index.test.tsx
import renderer from 'react-test-renderer'; import LinkApplication from '@/components/msg/profiles/link_application'; import MsgLinkApplication from '@/models/msg/profiles/msg_link_application'; 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/apps/web-desmos/src/components/msg/profiles/link_application/index.tsx
apps/web-desmos/src/components/msg/profiles/link_application/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgLinkApplication from '@/models/msg/profiles/msg_link_application'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const LinkApplicati...
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-desmos/src/components/msg/profiles/unlink_application/index.test.tsx
apps/web-desmos/src/components/msg/profiles/unlink_application/index.test.tsx
import renderer from 'react-test-renderer'; import UnlinkApplication from '@/components/msg/profiles/unlink_application'; import MsgUnlinkApplication from '@/models/msg/profiles/msg_unlink_application'; 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/apps/web-desmos/src/components/msg/profiles/unlink_application/index.tsx
apps/web-desmos/src/components/msg/profiles/unlink_application/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgUnlinkApplication from '@/models/msg/profiles/msg_unlink_application'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const UnlinkApp...
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-desmos/src/components/msg/profiles/link_chain_account/index.test.tsx
apps/web-desmos/src/components/msg/profiles/link_chain_account/index.test.tsx
import renderer from 'react-test-renderer'; import LinkChainAccount from '@/components/msg/profiles/link_chain_account'; import MsgLinkChainAccount from '@/models/msg/profiles/msg_link_chain_account'; 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/apps/web-desmos/src/components/msg/profiles/link_chain_account/index.tsx
apps/web-desmos/src/components/msg/profiles/link_chain_account/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgLinkChainAccount from '@/models/msg/profiles/msg_link_chain_account'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const LinkChainA...
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-desmos/src/components/msg/profiles/unlink_chain_account/index.test.tsx
apps/web-desmos/src/components/msg/profiles/unlink_chain_account/index.test.tsx
import renderer from 'react-test-renderer'; import UnlinkChainAccount from '@/components/msg/profiles/unlink_chain_account'; import MsgUnlinkChainAccount from '@/models/msg/profiles/msg_unlink_chain_account'; 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/apps/web-desmos/src/components/msg/profiles/unlink_chain_account/index.tsx
apps/web-desmos/src/components/msg/profiles/unlink_chain_account/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgUnlinkChainAccount from '@/models/msg/profiles/msg_unlink_chain_account'; import { useProfileRecoil } from '@/recoil/profiles/hooks'; const Unlink...
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-desmos/src/components/msg/profiles/set_default_external_address/index.test.tsx
apps/web-desmos/src/components/msg/profiles/set_default_external_address/index.test.tsx
import renderer from 'react-test-renderer'; import SetDefaultExternalAddress from '@/components/msg/profiles/set_default_external_address'; import MsgSetDefaultExternalAddress from '@/models/msg/profiles/msg_set_default_external_address'; import MockTheme from '@/tests/mocks/MockTheme'; // ============================...
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-desmos/src/components/msg/profiles/set_default_external_address/index.tsx
apps/web-desmos/src/components/msg/profiles/set_default_external_address/index.tsx
import Typography from '@mui/material/Typography'; import AppTrans from '@/components/AppTrans'; import { FC } from 'react'; import Name from '@/components/name'; import MsgSetDefaultExternalAddress from '@/models/msg/profiles/msg_set_default_external_address'; import { useProfileRecoil } from '@/recoil/profiles/hooks'...
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-desmos/src/models/index.ts
apps/web-desmos/src/models/index.ts
// ================================ // Transaction Message Types // ================================ export { default as MsgDeleteRelationship } from '@/models/msg/profiles/msg_delete_relationship'; export { default as MsgLinkApplication } from '@/models/msg/profiles/msg_link_application'; export { default as MsgLinkCh...
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-desmos/src/models/gov_params/index.ts
apps/web-desmos/src/models/gov_params/index.ts
import * as R from 'ramda'; class GovParams { public depositParams: { minDeposit: Array<{ denom: string; amount: string; }>; maxDepositPeriod: number; }; public tallyParams: { quorum: string; threshold: string; vetoThreshold: string; }; public votingParams: { votingP...
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-desmos/src/models/msg/types.ts
apps/web-desmos/src/models/msg/types.ts
import type { BaseCategories, Log } from 'ui/models/msg/types'; export type CustomCategories = 'posts' | 'reactions' | 'reports' | 'subspaces' | 'tokenfactory'; // custom modules export type Categories = BaseCategories | CustomCategories; export type { Log };
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-desmos/src/models/msg/tokenfactory/msg_update_params.ts
apps/web-desmos/src/models/msg/tokenfactory/msg_update_params.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgUpdateParams { public category: Categories; public type: string; public json: object; public authority: string; public params: string; constructor(payload: object) { this.category = 'posts'; this.type = ...
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-desmos/src/models/msg/tokenfactory/msg_mint.ts
apps/web-desmos/src/models/msg/tokenfactory/msg_mint.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgMint { public category: Categories; public type: string; public json: object; public sender: string; public amount: MsgCoin[]; public subspace_id: string; constructor(payload: object) { this.category = 'p...
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-desmos/src/models/msg/tokenfactory/msg_burn.ts
apps/web-desmos/src/models/msg/tokenfactory/msg_burn.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgBurn { public category: Categories; public type: string; public json: object; public sender: string; public amount: MsgCoin[]; public subspace_id: string; constructor(payload: object) { this.category = 'p...
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-desmos/src/models/msg/tokenfactory/msg_create_denom.ts
apps/web-desmos/src/models/msg/tokenfactory/msg_create_denom.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgCreateDenom { public category: Categories; public type: string; public json: object; public sender: string; public subdenom: string; public subspace_id: string; constructor(payload: object) { this.categor...
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-desmos/src/models/msg/tokenfactory/msg_set_denom_metadata.ts
apps/web-desmos/src/models/msg/tokenfactory/msg_set_denom_metadata.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgSetDenomMetadata { public category: Categories; public type: string; public json: object; public sender: string; public subspace_id: string; constructor(payload: object) { this.category = 'posts'; this.t...
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-desmos/src/models/msg/subspaces/msg_delete_section.ts
apps/web-desmos/src/models/msg/subspaces/msg_delete_section.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgDeleteSection { public category: Categories; public type: string; public json: object; public signer: string; constructor(payload: object) { this.category = 'subspaces'; this.type = R.pathOr('', ['type'], p...
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-desmos/src/models/msg/subspaces/msg_delete_subspace.ts
apps/web-desmos/src/models/msg/subspaces/msg_delete_subspace.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgDeleteSubspace { public category: Categories; public type: string; public json: object; public signer: string; constructor(payload: object) { this.category = 'subspaces'; this.type = R.pathOr('', ['type'], ...
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-desmos/src/models/msg/subspaces/msg_move_section.ts
apps/web-desmos/src/models/msg/subspaces/msg_move_section.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgMoveSection { public category: Categories; public type: string; public json: object; public signer: string; constructor(payload: object) { this.category = 'subspaces'; this.type = R.pathOr('', ['type'], pay...
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-desmos/src/models/msg/subspaces/msg_delete_user_group.ts
apps/web-desmos/src/models/msg/subspaces/msg_delete_user_group.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgDeleteUserGroup { public category: Categories; public type: string; public json: object; public signer: string; constructor(payload: object) { this.category = 'subspaces'; this.type = R.pathOr('', ['type'],...
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-desmos/src/models/msg/subspaces/msg_create_user_group.ts
apps/web-desmos/src/models/msg/subspaces/msg_create_user_group.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgCreateUserGroup { public category: Categories; public type: string; public json: object; public creator: string; public name: string; constructor(payload: object) { this.category = 'subspaces'; this.type...
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-desmos/src/models/msg/subspaces/msg_move_user_group.ts
apps/web-desmos/src/models/msg/subspaces/msg_move_user_group.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgMoveUserGroup { public category: Categories; public type: string; public json: object; public signer: string; constructor(payload: object) { this.category = 'subspaces'; this.type = R.pathOr('', ['type'], p...
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-desmos/src/models/msg/subspaces/msg_create_section.ts
apps/web-desmos/src/models/msg/subspaces/msg_create_section.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgCreateSection { public category: Categories; public type: string; public json: object; public creator: string; public name: string; constructor(payload: object) { this.category = 'subspaces'; this.type =...
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-desmos/src/models/msg/subspaces/msg_edit_user_group.ts
apps/web-desmos/src/models/msg/subspaces/msg_edit_user_group.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgEditUserGroup { public category: Categories; public type: string; public json: object; public signer: string; public description: string; constructor(payload: object) { this.category = 'subspaces'; this....
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-desmos/src/models/msg/subspaces/msg_add_user_to_user_group.ts
apps/web-desmos/src/models/msg/subspaces/msg_add_user_to_user_group.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgAddUserToUserGroup { public category: Categories; public type: string; public json: object; public signer: string; public user: string; constructor(payload: object) { this.category = 'subspaces'; this.ty...
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-desmos/src/models/msg/subspaces/msg_remove_user_from_user_group.ts
apps/web-desmos/src/models/msg/subspaces/msg_remove_user_from_user_group.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgRemoveUserFromUserGroup { public category: Categories; public type: string; public json: object; public signer: string; public user: string; constructor(payload: object) { this.category = 'subspaces'; th...
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-desmos/src/models/msg/subspaces/msg_set_user_permissions.ts
apps/web-desmos/src/models/msg/subspaces/msg_set_user_permissions.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; // eslint-disable-next-line @typescript-eslint/no-explicit-any type PartialRecord<K extends keyof any, T> = { [P in K]?: T; }; class MsgSetUserPermissions { public category: Categories; public type: string; public json: Partia...
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-desmos/src/models/msg/subspaces/msg_edit_section.ts
apps/web-desmos/src/models/msg/subspaces/msg_edit_section.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgEditSection { public category: Categories; public type: string; public json: object; public editor: string; constructor(payload: object) { this.category = 'subspaces'; this.type = R.pathOr('', ['type'], pay...
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-desmos/src/models/msg/subspaces/msg_edit_subspace.ts
apps/web-desmos/src/models/msg/subspaces/msg_edit_subspace.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgEditSubspace { public category: Categories; public type: string; public json: object; public signer: string; public description: string; constructor(payload: object) { this.category = 'subspaces'; this.t...
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-desmos/src/models/msg/subspaces/msg_create_subspace.ts
apps/web-desmos/src/models/msg/subspaces/msg_create_subspace.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgCreateSubspace { public category: Categories; public type: string; public json: object; public creator: string; public description: string; constructor(payload: object) { this.category = 'subspaces'; thi...
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-desmos/src/models/msg/subspaces/msg_set_user_group_permissions.ts
apps/web-desmos/src/models/msg/subspaces/msg_set_user_group_permissions.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgSetUserGroupPermissions { public category: Categories; public type: string; public json: object; public signer: string; constructor(payload: object) { this.category = 'subspaces'; this.type = R.pathOr('', [...
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-desmos/src/models/msg/reactions/msg_remove_registered_reaction.ts
apps/web-desmos/src/models/msg/reactions/msg_remove_registered_reaction.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgRemoveRegisteredReaction { public category: Categories; public type: string; public json: object; public user: string; constructor(payload: object) { this.category = 'reactions'; this.type = R.pathOr('', ['...
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-desmos/src/models/msg/reactions/msg_edit_registered_reaction.ts
apps/web-desmos/src/models/msg/reactions/msg_edit_registered_reaction.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgEditRegisteredReaction { public category: Categories; public type: string; public json: object; public user: string; public displayValue: string; constructor(payload: object) { this.category = 'reactions'; ...
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-desmos/src/models/msg/reactions/msg_add_reaction.ts
apps/web-desmos/src/models/msg/reactions/msg_add_reaction.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgAddReaction { public category: Categories; public type: string; public json: object; public user: string; constructor(payload: object) { this.category = 'reactions'; this.type = R.pathOr('', ['type'], paylo...
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-desmos/src/models/msg/reactions/msg_remove_reaction.ts
apps/web-desmos/src/models/msg/reactions/msg_remove_reaction.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgRemoveReaction { public category: Categories; public type: string; public json: object; public user: string; constructor(payload: object) { this.category = 'reactions'; this.type = R.pathOr('', ['type'], 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-desmos/src/models/msg/reactions/msg_set_reactions_params.ts
apps/web-desmos/src/models/msg/reactions/msg_set_reactions_params.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgSetReactionsParams { public category: Categories; public type: string; public json: object; public user: string; constructor(payload: object) { this.category = 'reactions'; this.type = R.pathOr('', ['type']...
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-desmos/src/models/msg/reactions/msg_add_registered_reaction.ts
apps/web-desmos/src/models/msg/reactions/msg_add_registered_reaction.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgAddRegisteredReaction { public category: Categories; public type: string; public json: object; public user: string; public displayValue: string; constructor(payload: object) { this.category = 'reactions'; ...
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-desmos/src/models/msg/posts/msg_create_post.ts
apps/web-desmos/src/models/msg/posts/msg_create_post.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgCreatePost { public category: Categories; public type: string; public json: object; public author: string; constructor(payload: object) { this.category = 'posts'; this.type = R.pathOr('', ['type'], payload)...
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-desmos/src/models/msg/posts/msg_refuse_post_owner_transfer_request.ts
apps/web-desmos/src/models/msg/posts/msg_refuse_post_owner_transfer_request.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgRefusePostOwnerTransferRequest { public category: Categories; public type: string; public json: object; public receiver: string; public post_id: string; public subspace_id: string; constructor(payload: object...
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-desmos/src/models/msg/posts/msg_request_post_owner_transfer.ts
apps/web-desmos/src/models/msg/posts/msg_request_post_owner_transfer.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgRequestPostOwnerTransfer { public category: Categories; public type: string; public json: object; public sender: string; public receiver: string; public post_id: string; public subspace_id: string; constru...
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-desmos/src/models/msg/posts/msg_move_post.ts
apps/web-desmos/src/models/msg/posts/msg_move_post.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgMovePost { public category: Categories; public type: string; public json: object; public owner: string; public subspace_id: string; public post_id: string; public target_subspace_id: string; constructor(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-desmos/src/models/msg/posts/msg_accept_post_owner_transfer_request.ts
apps/web-desmos/src/models/msg/posts/msg_accept_post_owner_transfer_request.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgAcceptPostOwnerTransferRequest { public category: Categories; public type: string; public json: object; public receiver: string; public post_id: string; public subspace_id: string; constructor(payload: object...
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-desmos/src/models/msg/posts/msg_add_post_attachment.ts
apps/web-desmos/src/models/msg/posts/msg_add_post_attachment.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgAddPostAttachment { public category: Categories; public type: string; public json: object; public editor: string; constructor(payload: object) { this.category = 'posts'; this.type = R.pathOr('', ['type'], p...
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-desmos/src/models/msg/posts/msg_remove_post_attachment.ts
apps/web-desmos/src/models/msg/posts/msg_remove_post_attachment.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgRemovePostAttachment { public category: Categories; public type: string; public json: object; public editor: string; constructor(payload: object) { this.category = 'posts'; this.type = R.pathOr('', ['type']...
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-desmos/src/models/msg/posts/msg_cancel_post_owner_transfer_request.ts
apps/web-desmos/src/models/msg/posts/msg_cancel_post_owner_transfer_request.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgCancelPostOwnerTransferRequest { public category: Categories; public type: string; public json: object; public sender: string; public post_id: string; public subspace_id: string; constructor(payload: object) ...
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-desmos/src/models/msg/posts/msg_edit_post.ts
apps/web-desmos/src/models/msg/posts/msg_edit_post.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgEditPost { public category: Categories; public type: string; public json: object; public editor: string; constructor(payload: object) { this.category = 'posts'; this.type = R.pathOr('', ['type'], payload); ...
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-desmos/src/models/msg/posts/msg_delete_post.ts
apps/web-desmos/src/models/msg/posts/msg_delete_post.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgDeletePost { public category: Categories; public type: string; public json: object; public signer: string; constructor(payload: object) { this.category = 'posts'; this.type = R.pathOr('', ['type'], payload)...
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-desmos/src/models/msg/posts/msg_answer_poll.ts
apps/web-desmos/src/models/msg/posts/msg_answer_poll.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgAnswerPoll { public category: Categories; public type: string; public json: object; public signer: string; constructor(payload: object) { this.category = 'posts'; this.type = R.pathOr('', ['type'], payload)...
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-desmos/src/models/msg/reports/msg_remove_reason.ts
apps/web-desmos/src/models/msg/reports/msg_remove_reason.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgRemoveReason { public category: Categories; public type: string; public json: object; public signer: string; constructor(payload: object) { this.category = 'reports'; this.type = R.pathOr('', ['type'], payl...
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-desmos/src/models/msg/reports/msg_create_report.ts
apps/web-desmos/src/models/msg/reports/msg_create_report.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgCreateReport { public category: Categories; public type: string; public json: object; public reporter: string; constructor(payload: object) { this.category = 'reports'; this.type = R.pathOr('', ['type'], 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-desmos/src/models/msg/reports/msg_support_standard_reason.ts
apps/web-desmos/src/models/msg/reports/msg_support_standard_reason.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgSupportStandardReason { public category: Categories; public type: string; public json: object; public signer: string; constructor(payload: object) { this.category = 'reports'; this.type = R.pathOr('', ['typ...
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-desmos/src/models/msg/reports/msg_delete_report.ts
apps/web-desmos/src/models/msg/reports/msg_delete_report.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgDeleteReport { public category: Categories; public type: string; public json: object; public signer: string; constructor(payload: object) { this.category = 'reports'; this.type = R.pathOr('', ['type'], payl...
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-desmos/src/models/msg/reports/msg_add_reason.ts
apps/web-desmos/src/models/msg/reports/msg_add_reason.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgAddReason { public category: Categories; public type: string; public json: object; public signer: string; public title: string; constructor(payload: object) { this.category = 'reports'; this.type = R.pat...
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-desmos/src/models/msg/profiles/msg_unlink_application.ts
apps/web-desmos/src/models/msg/profiles/msg_unlink_application.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgUnlinkApplication { public category: Categories; public type: string; public json: object; public application: string; public username: string; public signer: string; constructor(payload: object) { this.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/apps/web-desmos/src/models/msg/profiles/msg_delete_relationship.ts
apps/web-desmos/src/models/msg/profiles/msg_delete_relationship.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgDeleteRelationship { public category: Categories; public type: string; public json: object; public sender: string; public receiver: string; public subspace: string; constructor(payload: object) { this.cat...
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-desmos/src/models/msg/profiles/msg_set_default_external_address.ts
apps/web-desmos/src/models/msg/profiles/msg_set_default_external_address.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgSetDefaultExternalAddress { public category: Categories; public type: string; public json: object; public chainName: string; public target: string; public signer: string; constructor(payload: object) { th...
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-desmos/src/models/msg/profiles/msg_unlink_chain_account.ts
apps/web-desmos/src/models/msg/profiles/msg_unlink_chain_account.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgUnlinkChainAccount { public category: Categories; public type: string; public json: object; public owner: string; public chainName: string; public target: string; constructor(payload: object) { this.categ...
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-desmos/src/models/msg/profiles/msg_link_chain_account.ts
apps/web-desmos/src/models/msg/profiles/msg_link_chain_account.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgLinkChainAccount { public category: Categories; public type: string; public json: object; public signer: string; public chainConfig: { name: string; }; constructor(payload: object) { this.category = 'p...
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-desmos/src/models/msg/profiles/msg_link_application.ts
apps/web-desmos/src/models/msg/profiles/msg_link_application.ts
import * as R from 'ramda'; import type { Categories } from '@/models/msg/types'; class MsgLinkApplication { public category: Categories; public type: string; public json: object; public sender: string; public linkData: { application: string; username: string; }; constructor(payload: object)...
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-desmos/src/screens/proposal_details/types.ts
apps/web-desmos/src/screens/proposal_details/types.ts
export interface OverviewType { title: string; id: number; proposer: string; description: string; metadata: string; status: string; submitTime: string; depositEndTime: string; votingStartTime: string | null; votingEndTime: string | null; content: { recipient: string; amount: Array<{ ...
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-desmos/src/screens/proposal_details/hooks.ts
apps/web-desmos/src/screens/proposal_details/hooks.ts
import { useRouter } from 'next/router'; import * as R from 'ramda'; import { useCallback, useState } from 'react'; import type { ProposalState } from '@/screens/proposal_details/types'; import { ProposalDetailsQuery, useProposalDetailsQuery } from '@/graphql/types/general_types'; // ========================= // overv...
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-desmos/src/screens/proposal_details/components/votes_graph/hooks.ts
apps/web-desmos/src/screens/proposal_details/components/votes_graph/hooks.ts
import Big from 'big.js'; import { useRouter } from 'next/router'; import * as R from 'ramda'; import { useCallback, useState } from 'react'; import chainConfig from '@/chainConfig'; import { ProposalDetailsTallyQuery, useProposalDetailsTallyQuery, } from '@/graphql/types/general_types'; import type { VotesGraphSta...
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-desmos/src/screens/proposal_details/components/overview/index.tsx
apps/web-desmos/src/screens/proposal_details/components/overview/index.tsx
import Divider from '@mui/material/Divider'; import Typography from '@mui/material/Typography'; import useAppTranslation from '@/hooks/useAppTranslation'; import numeral from 'numeral'; import * as R from 'ramda'; import { FC, useMemo, useCallback } from 'react'; import { useRecoilValue } from 'recoil'; import Box from...
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-desmos/src/screens/proposal_details/components/overview/styles.ts
apps/web-desmos/src/screens/proposal_details/components/overview/styles.ts
import { makeStyles } from 'tss-react/mui'; const useStyles = makeStyles()((theme) => ({ root: { '& .label': { color: theme.palette.custom.fonts.fontThree, }, '& .content': { marginBottom: theme.spacing(2), display: 'block', [theme.breakpoints.up('lg')]: { display: 'flex',...
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-desmos/src/screens/proposal_details/components/overview/components/metadata_loader/index.tsx
apps/web-desmos/src/screens/proposal_details/components/overview/components/metadata_loader/index.tsx
import React, { useEffect, useState } from 'react'; import Loading from '@/components/loading'; interface MetadataLoaderProps { metadata: string; } // Checks if a string is a valid URL const isValidUrl = (url: string) => { const pattern = /^(ftp|http|https|ipfs):\/\/[^ "]+$/; return pattern.test(url); }; // Ch...
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-desmos/src/screens/proposals/hooks.ts
apps/web-desmos/src/screens/proposals/hooks.ts
import { ProposalsQuery, useProposalsQuery } from '@/graphql/types/general_types'; import type { ProposalsState, ProposalType } from '@/screens/proposals/types'; import * as R from 'ramda'; import { useCallback, useState } from 'react'; import xss from 'xss'; const formatProposals = (data: ProposalsQuery) => data?.p...
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-gitopia/jest.setup.ts
apps/web-gitopia/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-gitopia/jest.config.ts
apps/web-gitopia/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-gitopia/next-env.d.ts
apps/web-gitopia/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-gitopia/src/graphql/types/general_types.ts
apps/web-gitopia/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-gitopia/src/graphql/general/account_details_documents.ts
apps/web-gitopia/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-gitopia/src/graphql/general/validator_details_documents.ts
apps/web-gitopia/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-gitopia/src/pages/_error.tsx
apps/web-gitopia/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-gitopia/src/pages/_app.tsx
apps/web-gitopia/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-gitopia/src/pages/404.tsx
apps/web-gitopia/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