contact search and new amount editor

This commit is contained in:
Paul Miller
2023-11-16 23:37:29 -06:00
committed by Tony Giorgio
parent 077ccb2a63
commit bc2fbf9b2f
65 changed files with 2045 additions and 2483 deletions

View File

@@ -36,14 +36,14 @@ import {
const MegaStoreContext = createContext<MegaStore>();
export type LoadStage =
type LoadStage =
| "fresh"
| "checking_double_init"
| "downloading"
| "setup"
| "done";
export type MegaStore = [
type MegaStore = [
{
mutiny_wallet?: MutinyWallet;
deleting: boolean;