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