Skip to content

Commit

Permalink
Merge pull request #66 from aleph-im/revert-65-feature/token-indexer-…
Browse files Browse the repository at this point in the history
…flow

Revert "Feature/token indexer flow"
  • Loading branch information
BjrInt authored Sep 27, 2023
2 parents e64d497 + d7f2de7 commit c12316d
Show file tree
Hide file tree
Showing 31 changed files with 72 additions and 1,261 deletions.
126 changes: 0 additions & 126 deletions src/components/form/AddIndexerBlockchainNetworks/cmp.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/form/AddIndexerBlockchainNetworks/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/components/form/AddIndexerBlockchainNetworks/types.ts

This file was deleted.

153 changes: 0 additions & 153 deletions src/components/form/AddIndexerTokenAccounts/cmp.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/form/AddIndexerTokenAccounts/index.ts

This file was deleted.

16 changes: 0 additions & 16 deletions src/components/form/AddIndexerTokenAccounts/types.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/form/AddNameAndTags/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { EntityType } from '@/helpers/constants'
import { Control } from 'react-hook-form'

export type AddNameAndTagsProps = {
entityType: EntityType.Instance | EntityType.Program | EntityType.Indexer
entityType: EntityType.Instance | EntityType.Program
name?: string
control: Control
}
35 changes: 12 additions & 23 deletions src/components/pages/HomePage/cmp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,29 +132,18 @@ export default function HomePage() {
<strong>decentralized indexers</strong> on{' '}
<strong>Aleph.im&apos;s infrastructure</strong>.
</p>
<div tw="flex gap-6 flex-wrap items-center">
<Button
kind="neon"
variant="primary"
size="big"
color="main2"
onClick={navigate.indexer}
>
Create Indexer
</Button>
<Button
forwardedAs="a"
href="https://bit.ly/3GAAjii"
target="_blank"
kind="neon"
variant="primary"
size="big"
color="main0"
tw="!my-0"
>
Get in touch with us
</Button>
</div>
<Button
forwardedAs="a"
href="https://bit.ly/3GAAjii"
target="_blank"
kind="neon"
variant="primary"
size="big"
color="main0"
tw="!my-0"
>
Get in touch with us
</Button>
</Col>
</Row>
</Container>
Expand Down
Loading

0 comments on commit c12316d

Please sign in to comment.