refactor: split up Wallet.ts
1 parent 5b88cc2 commit 915da808dc1a4a296dbfd29c3871aadfc00f38c7
@Drew Lemmy Drew Lemmy authored on 6 Mar 2021
Showing 58 changed files
View
package.json
View
pnpm-lock.yaml
Too large (Show diff)
View
src/components/addresses/ContextualAddress.tsx
View
src/components/auth/AuthMasterPasswordPopover.tsx
View
src/components/auth/AuthorisedAction.tsx
View
src/components/auth/ForcedAuth.tsx
View
src/components/auth/SetMasterPasswordModal.tsx
View
src/components/results/APIErrorResult.tsx
View
src/components/transactions/TransactionItem.tsx
View
src/components/transactions/TransactionSummary.tsx
View
src/components/transactions/TransactionType.tsx
View
src/components/wallets/SelectWalletCategory.tsx
View
src/components/wallets/SelectWalletFormat.tsx
View
src/components/wallets/SyncWallets.tsx
View
src/global/ws/SyncMOTD.tsx
View
src/global/ws/WebsocketService.tsx
View
src/index.tsx
View
src/krist/AddressAlgo.ts 100644 → 0
View
src/krist/addressAlgo.ts 0 → 100644
View
src/krist/wallets/Wallet.ts
View
src/krist/wallets/WalletFormat.ts 100644 → 0
View
src/krist/wallets/WalletManager.ts 100644 → 0
View
src/krist/wallets/functions/addWallet.ts 0 → 100644
View
src/krist/wallets/functions/decryptWallet.ts 0 → 100644
View
src/krist/wallets/functions/editWallet.ts 0 → 100644
View
src/krist/wallets/functions/recalculateWallets.ts 0 → 100644
View
src/krist/wallets/functions/syncWallets.ts 0 → 100644
View
src/krist/wallets/index.ts 0 → 100644
View
src/krist/wallets/masterPassword.ts 0 → 100644
View
src/krist/wallets/utils.ts 0 → 100644
View
src/krist/wallets/walletFormats.ts 0 → 100644
View
src/krist/wallets/walletStorage.ts 0 → 100644
View
src/layout/sidebar/SidebarTotalBalance.tsx
View
src/pages/addresses/AddressButtonRow.tsx
View
src/pages/addresses/AddressPage.tsx
View
src/pages/backup/backupFormats.ts
View
src/pages/backup/backupImportV1.ts
View
src/pages/backup/backupResults.ts
View
src/pages/dashboard/TransactionsCard.tsx
View
src/pages/dashboard/WalletItem.tsx
View
src/pages/dashboard/WalletOverviewCard.tsx
View
src/pages/names/NameButtonRow.tsx
View
src/pages/names/NamePage.tsx
View
src/pages/names/NamesPage.tsx
View
src/pages/transactions/TransactionsPage.tsx
View
src/pages/wallets/AddWalletModal.tsx
View
src/pages/wallets/WalletEditButton.tsx
View
src/pages/wallets/WalletsPage.tsx
View
src/pages/wallets/WalletsTable.tsx
View
src/store/actions/MasterPasswordActions.ts 0 → 100644
View
src/store/actions/WalletManagerActions.ts 100644 → 0
View
src/store/actions/WalletsActions.ts
View
src/store/actions/index.ts
View
src/store/init.ts
View
src/store/reducers/MasterPasswordReducer.ts 0 → 100644
View
src/store/reducers/RootReducer.ts
View
src/store/reducers/WalletManagerReducer.ts 100644 → 0
View
src/store/reducers/WalletsReducer.ts