diff --git a/src/lib/components/ProfileSwitcher.svelte b/src/lib/components/ProfileSwitcher.svelte new file mode 100644 index 0000000..36d2640 --- /dev/null +++ b/src/lib/components/ProfileSwitcher.svelte @@ -0,0 +1,202 @@ + + + + +{#if showModal} + +{/if} + + diff --git a/src/lib/components/StarRating.svelte b/src/lib/components/StarRating.svelte new file mode 100644 index 0000000..d5c0c3e --- /dev/null +++ b/src/lib/components/StarRating.svelte @@ -0,0 +1,61 @@ + + +
+ {#each [1, 2, 3, 4, 5] as n (n)} + + {/each} +
+ +