+
diff --git a/src/FormatList.svelte b/src/FormatList.svelte
index 9607ff1..660cbd1 100644
--- a/src/FormatList.svelte
+++ b/src/FormatList.svelte
@@ -1,49 +1,16 @@
+
Learn from the following formats
\ No newline at end of file
diff --git a/src/GenericCard.svelte b/src/GenericCard.svelte
index c1d9da6..00437ea 100644
--- a/src/GenericCard.svelte
+++ b/src/GenericCard.svelte
@@ -1,10 +1,22 @@
-
-
-
- {item.creators}
-
+
+
+
+
+ {item.creators}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ItemCard.svelte b/src/ItemCard.svelte
index 5553b70..5e9dfdc 100644
--- a/src/ItemCard.svelte
+++ b/src/ItemCard.svelte
@@ -7,57 +7,6 @@
export let displayType = null;
-
-
-
{#if item.links.includes('book|') && item.links.includes('video|')}
{#if displayType == 'video'}
diff --git a/src/ItemDetail.svelte b/src/ItemDetail.svelte
index 6c23666..8c6331a 100644
--- a/src/ItemDetail.svelte
+++ b/src/ItemDetail.svelte
@@ -70,310 +70,313 @@
{#if item}
-
-
+
{#each item.topics.split(";") as topicname}
{topicname}
{/each}
-
-
-
- {#if item.image}
-
-
- {:else if item.links.includes('book')}
-
-
- {:else if item.links.includes('video')}
-
-
-
-
+
+
+
+
+ {#if item.image}
+
+
+ {:else if item.links.includes('book')}
+
+
+ {:else if item.links.includes('video')}
+
+
+
-
-
- {:else}
-
-
- {/if}
-
-
-
-
-
-
- {item.name}
- {item.description}
- {item.creators}
-
-
-
-
-
-
+
+ {:else}
+
+
+ {/if}
+
+
+
+
+
+
+ {item.name}
+ {item.description}
+ {item.creators}
+
+
+
-
-
-
-
-
-
-
-
- Description
- {item.description}
-
-
-
-
- {#if item.genre}
-
- {/if}
-
- {#if item.year}
-
-
-
year
- {item.year}
-
-
- {/if}
-
- {#if item.difficulty}
-
-
-
Difficulty
-
-
-
{item.difficulty}
-
- {/if}
-
- {#if item.creators}
-
-
-
Creator
-
-
-
{item.creators}
-
- {/if}
-
-
-
- {#if item.size}
-
-
-
Size
-
-
-
{item.size}
-
- {/if}
-
-
-
- {#if item.review}
-
-
-
Reviews
-
+
-
- {#each reviews as review}
-
- {review.blurb.toString().slice(0,10)}...
- {review.blurb}
-
-
- ...{review.by}
-
-
- {/each}
-
-
-
- {/if}
-
+
+ {#if item.description}
+
+ Description
+ {item.description}
+
+ {/if}
-
+
+ {#if item.genre}
+
+ {/if}
+
+ {#if item.year}
+
+
+
year
+ {item.year}
+
+
+ {/if}
+
+ {#if item.difficulty}
+
+
+
Difficulty
+
+
+
{item.difficulty}
+
+ {/if}
+
+ {#if item.creators}
+
+
+
Creator
+
+
+
{item.creators}
+
+ {/if}
+
+
+
+ {#if item.size}
+
+
+
Size
+
+
+
{item.size}
+
+ {/if}
-
-
-
-
-
-
-
A Modest Proposal
- Priyanka Trivedi
- Get
-
+
+
+ {#if item.review}
+
+
+
Reviews
-
-
-
-
-
-
-
A Modest Proposal
- Priyanka Trivedi
- Get
-
-
-
-
-
-
-
-
-
A Modest Proposal
- Priyanka Trivedi
- Get
-
-
-
-
-
-
-
-
-
A Modest Proposal
- Priyanka Trivedi
- Get
-
-
-
-
-
-
-
-
-
A Modest Proposal
- Priyanka Trivedi
- Get
-
-
-
-
-
-
-
-
-
A Modest Proposal
- Priyanka Trivedi
- Get
-
-
-
-
-
-
-
-
-
A Modest Proposal
- Priyanka Trivedi
- Get
-
-
-
-
-
-
-->
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
+
-
-
-
-
-
+
-
+ -->
+
{:else}
loading...
{/if}
diff --git a/src/ItemList.svelte b/src/ItemList.svelte
index 6a674b4..cf0f9c9 100644
--- a/src/ItemList.svelte
+++ b/src/ItemList.svelte
@@ -22,10 +22,12 @@
-
{kind == 0 ? 'Want to learn' : 'Finished learning'}
-
-
+
{kind == 0 ? 'Want to learn' : 'Finished learning'}
+
+
+
+
{#each items as item}
{/each}
diff --git a/src/SearchForm.svelte b/src/SearchForm.svelte
index 6844559..d0a6e48 100644
--- a/src/SearchForm.svelte
+++ b/src/SearchForm.svelte
@@ -18,7 +18,7 @@
-