refactor: reorganise components, APIErrorResult
|
---|
|
public/locales/en.json |
---|
src/components/ContextualAddress.less 100644 → 0 |
---|
src/components/ContextualAddress.tsx 100644 → 0 |
---|
src/components/KristNameLink.tsx 100644 → 0 |
---|
src/components/KristSymbol.tsx 100644 → 0 |
---|
src/components/KristValue.less 100644 → 0 |
---|
src/components/KristValue.tsx 100644 → 0 |
---|
src/components/NameARecordLink.less 100644 → 0 |
---|
src/components/NameARecordLink.tsx 100644 → 0 |
---|
src/components/SmallResult.tsx 100644 → 0 |
---|
src/components/addresses/ContextualAddress.less 0 → 100644 |
---|
src/components/addresses/ContextualAddress.tsx 0 → 100644 |
---|
src/components/krist/KristSymbol.tsx 0 → 100644 |
---|
src/components/krist/KristValue.less 0 → 100644 |
---|
src/components/krist/KristValue.tsx 0 → 100644 |
---|
src/components/names/KristNameLink.tsx 0 → 100644 |
---|
src/components/names/NameARecordLink.less 0 → 100644 |
---|
src/components/names/NameARecordLink.tsx 0 → 100644 |
---|
src/components/results/APIErrorResult.tsx 0 → 100644 |
---|
src/components/results/SmallResult.tsx 0 → 100644 |
---|
src/components/transactions/TransactionItem.tsx |
---|
src/layout/nav/AppHeader.tsx |
---|
src/layout/nav/Search.tsx |
---|
src/layout/nav/SearchResults.tsx |
---|
src/layout/sidebar/ServiceWorkerCheck.tsx |
---|
src/layout/sidebar/SidebarTotalBalance.tsx |
---|
src/pages/NotFoundPage.tsx |
---|
src/pages/addresses/AddressNamesCard.tsx |
---|
src/pages/addresses/AddressPage.tsx |
---|
src/pages/addresses/AddressResult.tsx 100644 → 0 |
---|
src/pages/addresses/AddressTransactionsCard.tsx |
---|
src/pages/addresses/NameItem.tsx |
---|
src/pages/blocks/BlockPage.tsx |
---|
src/pages/blocks/BlockResult.tsx 100644 → 0 |
---|
src/pages/blocks/BlocksPage.tsx |
---|
src/pages/blocks/BlocksResult.tsx 100644 → 0 |
---|
src/pages/blocks/BlocksTable.tsx |
---|
src/pages/dashboard/BlockDifficultyCard.tsx |
---|
src/pages/dashboard/BlockValueCard.tsx |
---|
src/pages/dashboard/TransactionsCard.tsx |
---|
src/pages/dashboard/WalletItem.tsx |
---|
src/pages/dashboard/WalletOverviewCard.tsx |
---|
src/pages/names/NamePage.tsx |
---|
src/pages/names/NameResult.tsx 100644 → 0 |
---|
src/pages/names/NameTransactionsCard.tsx |
---|
src/pages/names/NamesPage.tsx |
---|
src/pages/names/NamesResult.tsx 100644 → 0 |
---|
src/pages/names/NamesTable.tsx |
---|
src/pages/settings/SettingsTranslations.tsx |
---|
src/pages/transactions/TransactionPage.tsx |
---|
src/pages/transactions/TransactionResult.tsx 100644 → 0 |
---|
src/pages/transactions/TransactionsPage.tsx |
---|
src/pages/transactions/TransactionsResult.tsx 100644 → 0 |
---|
src/pages/transactions/TransactionsTable.tsx |
---|
src/pages/wallets/WalletsTable.tsx |
---|
src/style/theme.less |
---|