feat: start on wallets in redux
|
---|
|
.vscode/settings.json |
---|
package-lock.json |
---|
package.json |
---|
public/locales/de/translation.json |
---|
public/locales/en/translation.json |
---|
src/app/App.tsx |
---|
src/app/WalletManager.tsx 100644 → 0 |
---|
src/layouts/dialogs/MasterPasswordDialog.tsx |
---|
src/layouts/my-transactions/MyTransactionsMobileItem.tsx 0 → 100644 |
---|
src/layouts/my-transactions/MyTransactionsPage.tsx 0 → 100644 |
---|
src/layouts/my-wallets/MyWalletsMobileItem.tsx |
---|
src/layouts/my-wallets/MyWalletsPage.tsx |
---|
src/store/actions/WalletsActions.ts 0 → 100644 |
---|
src/store/actions/index.ts |
---|
src/store/constants.ts |
---|
src/store/reducers/RootReducer.ts |
---|
src/store/reducers/WalletsReducer.ts 0 → 100644 |
---|
src/wallets/Wallet.ts 0 → 100644 |
---|
src/wallets/WalletManager.ts 0 → 100644 |
---|
src/wallets/formats/WalletFormat.ts 0 → 100644 |
---|