feat: wallet data syncing
1 parent a08efa9 commit cbd28eab0260737771d3c56693136d8d64660b61
@Drew Lemmy Drew Lemmy authored on 17 Feb 2021
Showing 29 changed files
View
.gitignore
View
.vscode/settings.json
View
README.md
View
public/locales/de.json 0 → 100644
View
public/locales/de/translation.json 100644 → 0
View
public/locales/en.json 0 → 100644
View
public/locales/en/translation.json 100644 → 0
View
public/locales/fr.json 0 → 100644
View
public/locales/fr/translation.json 100644 → 0
View
public/locales/ja.json 0 → 100644
View
public/locales/ja/translation.json 100644 → 0
View
public/locales/vi.json 0 → 100644
View
public/locales/vi/translation.json 100644 → 0
View
src/App.tsx
View
src/krist/api/lookup.ts 0 → 100644
View
src/krist/api/types.ts 0 → 100644
View
src/krist/wallets/SyncWallets.tsx 0 → 100644
View
src/krist/wallets/Wallet.ts
View
src/layout/sidebar/Sidebar.tsx
View
src/layout/sidebar/SidebarTotalBalance.tsx
View
src/pages/DashboardPage.tsx
View
src/pages/settings/SettingsTranslations.tsx
View
src/pages/wallets/AddWalletModal.tsx
View
src/pages/wallets/WalletsPage.tsx
View
src/pages/wallets/WalletsTable.tsx 0 → 100644
View
src/store/actions/WalletsActions.ts
View
src/store/constants.ts
View
src/store/reducers/WalletsReducer.ts
View
src/utils/i18n.ts