diff --git a/src/lib/components/StreakAura.svelte b/src/lib/components/StreakAura.svelte new file mode 100644 index 0000000..5f2530a --- /dev/null +++ b/src/lib/components/StreakAura.svelte @@ -0,0 +1,370 @@ + + +
=3}> + {#if phase >= 5} +
+ + + + + + +
+
+ + + + + +
+{/if} + {#if phase >= 4} +
+ {/if} + + {#if phase >= 2} +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/if} + + {value} +
+ + diff --git a/src/lib/components/StreakCounter.svelte b/src/lib/components/StreakCounter.svelte index faeab85..8a99435 100644 --- a/src/lib/components/StreakCounter.svelte +++ b/src/lib/components/StreakCounter.svelte @@ -1,6 +1,8 @@