feat: search results nav, keyboard shortcut
Also implements half of the address page, adds a hook for the syncNode,
and some other miscellaneous refactors.
1 parent 2993ab9 commit 9369594b05b58c05df6539ac1084781cdfa05e65
@Drew Lemmy Drew Lemmy authored on 28 Feb 2021
Showing 42 changed files
View
.eslintrc.json
View
.vscode/settings.json
View
package.json
View
pnpm-lock.yaml
Too large (Show diff)
View
public/locales/en.json
View
src/App.tsx
View
src/components/KristValue.tsx
View
src/components/SmallResult.tsx
View
src/components/Statistic.less 0 → 100644
View
src/components/Statistic.tsx 0 → 100644
View
src/components/wallets/SelectWalletCategory.tsx
View
src/components/ws/SyncMOTD.tsx
View
src/components/ws/WebsocketService.tsx
View
src/global/AppHotkeys.tsx 0 → 100644
View
src/global/AppRouter.tsx 0 → 100644
View
src/global/AppServices.tsx 0 → 100644
View
src/krist/api/index.ts
View
src/krist/api/lookup.ts
View
src/layout/AppLayout.less
View
src/layout/AppLayout.tsx
View
src/layout/AppRouter.tsx 100644 → 0
View
src/layout/PageLayout.less
View
src/layout/nav/Search.tsx
View
src/layout/sidebar/Sidebar.tsx
View
src/pages/NotFoundPage.less 100644 → 0
View
src/pages/NotFoundPage.tsx
View
src/pages/addresses/AddressPage.less 0 → 100644
View
src/pages/addresses/AddressPage.tsx 0 → 100644
View
src/pages/addresses/AddressResult.tsx 0 → 100644
View
src/pages/dashboard/BlockDifficultyCard.tsx
View
src/pages/dashboard/BlockValueCard.tsx
View
src/pages/dashboard/DashboardPage.less
View
src/pages/dashboard/Statistic.tsx 100644 → 0
View
src/pages/dashboard/TransactionsCard.tsx
View
src/pages/dashboard/WalletOverviewCard.tsx
View
src/store/actions/WalletManagerActions.ts
View
src/store/actions/WalletsActions.ts
View
src/store/init.ts 0 → 100644
View
src/style/card.less 0 → 100644
View
src/style/components.less
View
src/style/theme.less
View
src/utils/index.ts