- {#if isLoading}
-
- {#each new Array(100) as _}
-
- {/each}
-
- {:else}
+
+ {#if isLoading}
+
+ {#each new Array(100) as _}
+
+ {/each}
+
+ {:else}
+ {#if $isOnline}
+ {#if !$needsSGDBAPIKey}
+ {#if !!$selectedGameAppId}
{#if grids.length > 0}
{#each grids as grid (`${$selectedSteamGridGameId}|${grid.id}|${$gridType}`)}
@@ -75,28 +76,28 @@
No results for {$gridType === GridTypes.HERO ? "Heroe" : $gridType}s for "{$selectedGameName}".
{/if}
+ {:else}
+
+ Select a game to start managing your art!
+
{/if}
-
-
+ {:else}
+
+ Please set your API key to use SteamGridDB.
+
+ {/if}
{:else}
- Select a game to start managing your art!
+ You're currently offline. In order to go online and access SteamGridDB, try hitting the "Go Online" button below.
{/if}
- {:else}
-
- Please set your API key to use SteamGridDB.
-
{/if}
-{:else}
-
- You're currently offline. In order to go online and access SteamGridDB, try hitting the "Go Online" button below.
-
-{/if}
+
+