feat: wallet data syncing
|
---|
|
.gitignore |
---|
.vscode/settings.json |
---|
README.md |
---|
public/locales/de.json 0 → 100644 |
---|
public/locales/de/translation.json 100644 → 0 |
---|
public/locales/en.json 0 → 100644 |
---|
public/locales/en/translation.json 100644 → 0 |
---|
public/locales/fr.json 0 → 100644 |
---|
public/locales/fr/translation.json 100644 → 0 |
---|
public/locales/ja.json 0 → 100644 |
---|
public/locales/ja/translation.json 100644 → 0 |
---|
public/locales/vi.json 0 → 100644 |
---|
public/locales/vi/translation.json 100644 → 0 |
---|
src/App.tsx |
---|
src/krist/api/lookup.ts 0 → 100644 |
---|
src/krist/api/types.ts 0 → 100644 |
---|
src/krist/wallets/SyncWallets.tsx 0 → 100644 |
---|
src/krist/wallets/Wallet.ts |
---|
src/layout/sidebar/Sidebar.tsx |
---|
src/layout/sidebar/SidebarTotalBalance.tsx |
---|
src/pages/DashboardPage.tsx |
---|
src/pages/settings/SettingsTranslations.tsx |
---|
src/pages/wallets/AddWalletModal.tsx |
---|
src/pages/wallets/WalletsPage.tsx |
---|
src/pages/wallets/WalletsTable.tsx 0 → 100644 |
---|
src/store/actions/WalletsActions.ts |
---|
src/store/constants.ts |
---|
src/store/reducers/WalletsReducer.ts |
---|
src/utils/i18n.ts |
---|