|
feat: initial work on wallet dialogs
|
|---|
|
|
| .eslintrc.json |
|---|
| .vscode/settings.json |
|---|
| README.md |
|---|
| public/locales/en/translation.json |
|---|
| src/App.tsx |
|---|
| src/components/CopyInputButton.tsx 0 → 100644 |
|---|
| src/components/auth/AuthMasterPasswordPopover.tsx |
|---|
| src/components/auth/AuthorisedAction.tsx |
|---|
| src/components/auth/FakeUsernameInput.tsx 0 → 100644 |
|---|
| src/components/auth/ForcedAuth.tsx 0 → 100644 |
|---|
| src/components/auth/MasterPasswordInput.tsx |
|---|
| src/components/auth/SetMasterPasswordModal.tsx |
|---|
| src/krist/WalletManager.ts 100644 → 0 |
|---|
| src/krist/wallets/Wallet.ts 0 → 100644 |
|---|
| src/krist/wallets/WalletManager.ts 0 → 100644 |
|---|
| src/krist/wallets/formats/WalletFormat.ts 0 → 100644 |
|---|
| src/layout/AppLayout.less |
|---|
| src/layout/AppRouter.tsx |
|---|
| src/pages/settings/SettingsPage.tsx |
|---|
| src/pages/wallets/AddWalletModal.tsx 0 → 100644 |
|---|
| src/pages/wallets/WalletsPage.tsx 0 → 100644 |
|---|
| 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/style/components.less |
|---|
| src/style/theme.less |
|---|
| src/utils/i18n.ts |
|---|
| src/utils/index.ts |
|---|