Merge branch 'main' of github.com:blockscout/frontend into page-layout
Showing
data/txs.ts
0 → 100644
icons/arrows/east-mini.svg
0 → 100644
icons/arrows/up-down.svg
0 → 100644
icons/link.svg
0 → 100644
icons/search.svg
0 → 100644
icons/star_filled.svg
0 → 100644
icons/status/pending.svg
0 → 100644
icons/sun.svg
0 → 100644
... | @@ -16,7 +16,6 @@ | ... | @@ -16,7 +16,6 @@ |
"format-svg": "./node_modules/.bin/svgo -r ./icons" | "format-svg": "./node_modules/.bin/svgo -r ./icons" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@chakra-ui/icons": "^2.0.2", | |||
"@chakra-ui/react": "2.3.1", | "@chakra-ui/react": "2.3.1", | ||
"@chakra-ui/theme-tools": "^2.0.2", | "@chakra-ui/theme-tools": "^2.0.2", | ||
"@emotion/react": "^11", | "@emotion/react": "^11", | ||
... | ... |
types/client/txs-sort.ts
0 → 100644
ui/pages/Transactions.tsx
0 → 100644
ui/shared/ExternalLink.tsx
0 → 100644
ui/shared/Pagination.tsx
0 → 100644
ui/shared/PrevNext.tsx
0 → 100644
ui/shared/SortButton.tsx
0 → 100644
ui/shared/TextSeparator.tsx
0 → 100644
ui/shared/TxStatus.tsx
0 → 100644
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
This diff is collapsed.
ui/tx/TxStatus.tsx
deleted
100644 → 0
ui/tx/state/TxStateList.tsx
0 → 100644
ui/tx/state/TxStateTable.tsx
0 → 100644
ui/txs/TxAdditionalInfo.tsx
0 → 100644
ui/txs/TxType.tsx
0 → 100644
ui/txs/TxsContent.tsx
0 → 100644
ui/txs/TxsListItem.tsx
0 → 100644
ui/txs/TxsPending.tsx
0 → 100644
ui/txs/TxsTable.tsx
0 → 100644
ui/txs/TxsTableItem.tsx
0 → 100644
ui/txs/TxsValidated.tsx
0 → 100644
Please register or sign in to comment