feat(cache): Added offline!() macro to manage online and offline function distinctions

See fetch_library command for example
This commit is contained in:
quexeky
2025-01-30 12:11:20 +11:00
parent bb23e88ead
commit f33ca95bdf
3 changed files with 6 additions and 3 deletions

View File

@ -38,6 +38,7 @@ export type Game = {
export enum AppStatus {
NotConfigured = "NotConfigured",
Offline = "Offline",
SignedOut = "SignedOut",
SignedIn = "SignedIn",
SignedInNeedsReauth = "SignedInNeedsReauth",