mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-25 18:26:28 -05:00
refactor(gui): Do not store logs in redux-persist (#476)
* refactor(gui): Do not store logs in redux-persist * amend fmt
This commit is contained in:
parent
18f1f45642
commit
65a3ebdbe2
9 changed files with 46 additions and 23 deletions
|
|
@ -2,12 +2,12 @@ import { listen } from "@tauri-apps/api/event";
|
|||
import { TauriContextStatusEvent, TauriEvent } from "models/tauriModel";
|
||||
import {
|
||||
contextStatusEventReceived,
|
||||
receivedCliLog,
|
||||
rpcSetBalance,
|
||||
timelockChangeEventReceived,
|
||||
approvalEventReceived,
|
||||
backgroundProgressEventReceived,
|
||||
} from "store/features/rpcSlice";
|
||||
import { receivedCliLog } from "store/features/logsSlice";
|
||||
import { poolStatusReceived } from "store/features/poolSlice";
|
||||
import { swapProgressEventReceived } from "store/features/swapSlice";
|
||||
import logger from "utils/logger";
|
||||
|
|
@ -24,8 +24,6 @@ import {
|
|||
listSellersAtRendezvousPoint,
|
||||
refreshApprovals,
|
||||
updateAllNodeStatuses,
|
||||
fetchAndUpdateBackgroundItems,
|
||||
fetchAndUpdateApprovalItems,
|
||||
} from "./rpc";
|
||||
import { store } from "./store/storeRenderer";
|
||||
import { exhaustiveGuard } from "utils/typescriptUtils";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue