|
feat: sync balances with websocket
|
|---|
|
|
| .vscode/settings.json |
|---|
| package.json |
|---|
| pnpm-lock.yaml |
|---|
| public/locales/en.json |
|---|
| src/App.tsx |
|---|
| src/components/auth/ForcedAuth.tsx |
|---|
| src/components/wallets/SyncWallets.tsx |
|---|
| src/components/ws/WebsocketService.tsx 0 → 100644 |
|---|
| src/index.tsx |
|---|
| src/krist/api/types.ts |
|---|
| src/krist/wallets/Wallet.ts |
|---|
| src/layout/AppLayout.tsx |
|---|
| src/layout/PageLayout.tsx |
|---|
| src/layout/nav/AppHeader.tsx 0 → 100644 |
|---|
| src/layout/nav/ConnectionIndicator.less 0 → 100644 |
|---|
| src/layout/nav/ConnectionIndicator.tsx 0 → 100644 |
|---|
| src/layout/sidebar/SidebarFooter.tsx |
|---|
| src/pages/credits/Supporters.tsx |
|---|
| src/pages/settings/SettingsTranslations.tsx |
|---|
| src/pages/wallets/AddWalletModal.tsx |
|---|
| src/store/actions/Settings.ts 100644 → 0 |
|---|
| src/store/actions/SettingsActions.ts 0 → 100644 |
|---|
| src/store/actions/WebsocketActions.ts 0 → 100644 |
|---|
| src/store/actions/index.ts |
|---|
| src/store/constants.ts |
|---|
| src/store/reducers/RootReducer.ts |
|---|
| src/store/reducers/SettingsReducer.ts |
|---|
| src/store/reducers/WebsocketReducer.ts 0 → 100644 |
|---|
| src/utils/index.ts |
|---|
| src/utils/settings.ts |
|---|
| src/utils/setup.ts 0 → 100644 |
|---|