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