diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index e3ded38..f4e3df2 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -137,28 +137,32 @@ > diff --git a/src/routes/mydex/+page.svelte b/src/routes/mydex/+page.svelte index a024599..9153bfe 100644 --- a/src/routes/mydex/+page.svelte +++ b/src/routes/mydex/+page.svelte @@ -149,134 +149,138 @@ Living Dex Tracker - My Dex -
- -

Paging

-
- -
- - -
-
- {#if combinedData && combinedData.length > 0} - {#each combinedData as { pokedexEntry, catchRecord }} - - {/each} - {:else if failedToLoad} - {#if creatingRecords && totalRecordsCreated > 0} -

Processed {totalRecordsCreated} Pokédex entries so far...

-

Please be patient, this may take some time.

- {:else if creatingRecords} -

Processing...

-

Please be patient, this may take some time.

+
+
+ {#if combinedData && combinedData.length > 0} + {#each combinedData as { pokedexEntry, catchRecord }} + + {/each} + {:else if failedToLoad} + {#if creatingRecords && totalRecordsCreated > 0} +

Processed {totalRecordsCreated} Pokédex entries so far...

+

Please be patient, this may take some time.

+ {:else if creatingRecords} +

Processing...

+

Please be patient, this may take some time.

+ {:else} +

Failed to load

+

+ If you're seeing this, you probably haven't created your Pokédex data yet. Please do + so by clicking this button. +

+ + {/if} {:else} -

Failed to load

-

- If you're seeing this, you probably haven't created your Pokédex data yet. Please do so - by clicking this button. -

- +
+

Loading Pokédex

+ +
{/if} - {:else} -
-

Loading Pokédex

- -
- {/if} -
-
-
+
+ + +{/if} diff --git a/src/routes/signin/+page.svelte b/src/routes/signin/+page.svelte new file mode 100644 index 0000000..51025e3 --- /dev/null +++ b/src/routes/signin/+page.svelte @@ -0,0 +1,34 @@ + + +