change launch/patch to storage property
This commit is contained in:
@@ -3,5 +3,7 @@ import { Page } from "../consts/pages";
|
||||
import type { User } from "../types/user";
|
||||
|
||||
export const startup = writable(false);
|
||||
export const launching = writable(false);
|
||||
export const patch = writable(true);
|
||||
export const currentUser: Writable<undefined | User> = writable(undefined);
|
||||
export const currentPage = writable(Page.Login);
|
||||
|
Reference in New Issue
Block a user