diff --git a/apps/desktop/index.html b/apps/desktop/index.html index 0706d084dc..cfb0e31850 100644 --- a/apps/desktop/index.html +++ b/apps/desktop/index.html @@ -14,6 +14,30 @@ background-color: transparent !important; } + + + + +
diff --git a/apps/desktop/src/auth.tsx b/apps/desktop/src/auth.tsx index 8e5143b3a8..ac5d226396 100644 --- a/apps/desktop/src/auth.tsx +++ b/apps/desktop/src/auth.tsx @@ -19,26 +19,37 @@ import { import { env } from "./env"; -const tauriStorage: SupportedStorage = { - async getItem(key: string): PromiseLoading extension...
-- {panelInfo - ? `Extension panel "${panelInfo.title}" failed to load` - : `Extension not found: ${tab.extensionId}`} + Extension not found: {tab.extensionId}
- {panelInfo?.entry && ( -- Entry: {panelInfo.entry} -
- )}Error loading extension
+Missing or invalid extension ID
+Error loading extension
+{error}
+Loading extension...
+{greeting}
} -- Counter: {count} -
+ ++ Store Status +
++ Connected:{" "} + + {storeConnected ? "Yes" : "No"} + +
++ Local Counter +
+{localCount}
++ Not synced (iframe only) +
++ Synced Counter +
++ {syncedCounter} +
++ {lastUpdated + ? `Updated: ${new Date(lastUpdated).toLocaleTimeString()}` + : "Via TinyBase store"} +
+