feat: initial work on wallet dialogs
1 parent 077ff8c commit 52452c5ee5158dc794895856d6f5c92afcb20be3
@Drew Lemmy Drew Lemmy authored on 15 Feb 2021
Showing 30 changed files
View
.eslintrc.json
View
.vscode/settings.json
View
README.md
View
public/locales/en/translation.json
View
src/App.tsx
View
src/components/CopyInputButton.tsx 0 → 100644
View
src/components/auth/AuthMasterPasswordPopover.tsx
View
src/components/auth/AuthorisedAction.tsx
View
src/components/auth/FakeUsernameInput.tsx 0 → 100644
View
src/components/auth/ForcedAuth.tsx 0 → 100644
View
src/components/auth/MasterPasswordInput.tsx
View
src/components/auth/SetMasterPasswordModal.tsx
View
src/krist/WalletManager.ts 100644 → 0
View
src/krist/wallets/Wallet.ts 0 → 100644
View
src/krist/wallets/WalletManager.ts 0 → 100644
View
src/krist/wallets/formats/WalletFormat.ts 0 → 100644
View
src/layout/AppLayout.less
View
src/layout/AppRouter.tsx
View
src/pages/settings/SettingsPage.tsx
View
src/pages/wallets/AddWalletModal.tsx 0 → 100644
View
src/pages/wallets/WalletsPage.tsx 0 → 100644
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/style/components.less
View
src/style/theme.less
View
src/utils/i18n.ts
View
src/utils/index.ts