feat: start on wallets in redux
1 parent 305e073 commit ea08ced7c419295174e0d582cfa61e9566b73624
@Drew Lemmy Drew Lemmy authored on 28 Sep 2020
Showing 20 changed files
View
.vscode/settings.json
View
package-lock.json
View
package.json
View
public/locales/de/translation.json
View
public/locales/en/translation.json
View
src/app/App.tsx
View
src/app/WalletManager.tsx 100644 → 0
View
src/layouts/dialogs/MasterPasswordDialog.tsx
View
src/layouts/my-transactions/MyTransactionsMobileItem.tsx 0 → 100644
View
src/layouts/my-transactions/MyTransactionsPage.tsx 0 → 100644
View
src/layouts/my-wallets/MyWalletsMobileItem.tsx
View
src/layouts/my-wallets/MyWalletsPage.tsx
View
src/store/actions/WalletsActions.ts 0 → 100644
View
src/store/actions/index.ts
View
src/store/constants.ts
View
src/store/reducers/RootReducer.ts
View
src/store/reducers/WalletsReducer.ts 0 → 100644
View
src/wallets/Wallet.ts 0 → 100644
View
src/wallets/WalletManager.ts 0 → 100644
View
src/wallets/formats/WalletFormat.ts 0 → 100644