Skip to content

Commit

Permalink
feat: history table redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodes05 committed Sep 9, 2023
1 parent 0badb97 commit 16fd831
Show file tree
Hide file tree
Showing 29 changed files with 750 additions and 1,617 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
]
}
],
"@typescript-eslint/no-explicit-any": false,
"react/react-in-jsx-scope": "off",
"no-empty": ["error", { "allowEmptyCatch": true }],
// Unused imports rules
Expand Down
2 changes: 1 addition & 1 deletion .graphqlconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Subsquid GraphQL Schema",
"schemaPath": "https://squid.subsquid.io/origin-squid/v/v4/graphql"
"schemaPath": "https://squid.subsquid.io/origin-squid/v/v5/graphql"
}
30 changes: 0 additions & 30 deletions libs/defi/oeth/src/components/History/HistoryButton.stories.tsx

This file was deleted.

69 changes: 0 additions & 69 deletions libs/defi/oeth/src/components/History/HistoryButton.tsx

This file was deleted.

83 changes: 0 additions & 83 deletions libs/defi/oeth/src/components/History/HistoryCard.tsx

This file was deleted.

101 changes: 0 additions & 101 deletions libs/defi/oeth/src/components/History/HistoryTable.stories.tsx

This file was deleted.

97 changes: 0 additions & 97 deletions libs/defi/oeth/src/components/History/HistoryTable.tsx

This file was deleted.

Loading

0 comments on commit 16fd831

Please sign in to comment.