Skip to content

Commit

Permalink
Merge branch 'main' into 972-fix-mobile-menu-footer
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner authored Nov 19, 2024
2 parents 4d2bba4 + 4414d0f commit f911407
Show file tree
Hide file tree
Showing 56 changed files with 2,039 additions and 2,056 deletions.
22 changes: 14 additions & 8 deletions explorer/gql/graphql.ts

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { shortString } from '@autonomys/auto-utils'
import { Account } from 'components/Consensus/Account/Account'
import { indexers } from 'constants/indexers'
import { metadata } from 'constants/metadata'
import { Metadata } from 'next'
import { FC } from 'react'
import type { AccountIdPageProps, ChainPageProps } from 'types/app'
import { shortString } from 'utils/string'

export async function generateMetadata({
params: { chain, accountId },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { shortString } from '@autonomys/auto-utils'
import { AccountRewardList } from 'components/Consensus/Account/AccountRewardList'
import { indexers } from 'constants/indexers'
import { metadata } from 'constants/metadata'
import { Metadata } from 'next'
import { FC } from 'react'
import type { AccountIdPageProps, ChainPageProps } from 'types/app'
import { shortString } from 'utils/string'

export async function generateMetadata({
params: { chain, accountId },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { shortString } from '@autonomys/auto-utils'
import { Extrinsic } from 'components/Consensus/Extrinsic/Extrinsic'
import { indexers } from 'constants/indexers'
import { metadata } from 'constants/metadata'
import { Metadata } from 'next'
import { FC } from 'react'
import type { ChainPageProps, ExtrinsicIdPageProps } from 'types/app'
import { shortString } from 'utils/string'

export async function generateMetadata({
params: { chain, extrinsicId },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { shortString } from '@autonomys/auto-utils'
import { Accordion } from 'components/common/Accordion'
import { CopyButton } from 'components/common/CopyButton'
import { List, StyledListItem } from 'components/common/List'
Expand All @@ -6,7 +7,6 @@ import { AccountByIdQuery } from 'gql/graphql'
import useChains from 'hooks/useChains'
import { FC } from 'react'
import { accountIdToHex } from 'utils//formatAddress'
import { shortString } from 'utils/string'
import { AccountIcon } from '../../common/AccountIcon'

type Props = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { useApolloClient } from '@apollo/client'
import { shortString } from '@autonomys/auto-utils'
import { SortingState } from '@tanstack/react-table'
import { CopyButton } from 'components/common/CopyButton'
import { SortedTable } from 'components/common/SortedTable'
Expand All @@ -21,7 +22,6 @@ import { useInView } from 'react-intersection-observer'
import { hasValue, isLoading, useQueryStates } from 'states/query'
import type { Cell } from 'types/table'
import { downloadFullData } from 'utils/downloadFullData'
import { shortString } from 'utils/string'
import { countTablePages } from 'utils/table'
import { utcToLocalRelativeTime } from 'utils/time'
import { QUERY_ACCOUNT_EXTRINSICS } from './query'
Expand Down
Loading

0 comments on commit f911407

Please sign in to comment.