feat: sync balances with websocket
1 parent ae4b474 commit 3ef3e51cd8b20b1029637c07a904c9039d2d4f3c
@Drew Lemmy Drew Lemmy authored on 19 Feb 2021
Showing 31 changed files
View
.vscode/settings.json
View
package.json
View
pnpm-lock.yaml
View
public/locales/en.json
View
src/App.tsx
View
src/components/auth/ForcedAuth.tsx
View
src/components/wallets/SyncWallets.tsx
View
src/components/ws/WebsocketService.tsx 0 → 100644
View
src/index.tsx
View
src/krist/api/types.ts
View
src/krist/wallets/Wallet.ts
View
src/layout/AppLayout.tsx
View
src/layout/PageLayout.tsx
View
src/layout/nav/AppHeader.tsx 0 → 100644
View
src/layout/nav/ConnectionIndicator.less 0 → 100644
View
src/layout/nav/ConnectionIndicator.tsx 0 → 100644
View
src/layout/sidebar/SidebarFooter.tsx
View
src/pages/credits/Supporters.tsx
View
src/pages/settings/SettingsTranslations.tsx
View
src/pages/wallets/AddWalletModal.tsx
View
src/store/actions/Settings.ts 100644 → 0
View
src/store/actions/SettingsActions.ts 0 → 100644
View
src/store/actions/WebsocketActions.ts 0 → 100644
View
src/store/actions/index.ts
View
src/store/constants.ts
View
src/store/reducers/RootReducer.ts
View
src/store/reducers/SettingsReducer.ts
View
src/store/reducers/WebsocketReducer.ts 0 → 100644
View
src/utils/index.ts
View
src/utils/settings.ts
View
src/utils/setup.ts 0 → 100644