diff --git a/src/lib/components/AIScore.svelte b/src/lib/components/AIScore.svelte new file mode 100644 index 00000000..b6d1855e --- /dev/null +++ b/src/lib/components/AIScore.svelte @@ -0,0 +1,45 @@ + + + + + +
+
+ + + {#if Object?.keys(aiScoreDict)?.length !== 0} + + + +
+
+
+
+ + + + + + + + + +
+ + {score} + +
+
+ +
+
+
+ {/if} + +
+
\ No newline at end of file diff --git a/src/routes/list/+layout.svelte b/src/routes/list/+layout.svelte index c3b00bec..a5c19d15 100644 --- a/src/routes/list/+layout.svelte +++ b/src/routes/list/+layout.svelte @@ -275,7 +275,7 @@ const combinedNavigation = navigation?.concat(updatedNavigation); {/if} -
goto('/watchlist')} class="w-full bg-[#141417] duration-100 ease-out sm:hover:text-white text-gray-400 sm:hover:border-gray-700 border border-gray-800 rounded-lg h-fit pb-4 mt-4 cursor-pointer"> +
goto('/watchlist/stocks')} class="w-full bg-[#141417] duration-100 ease-out sm:hover:text-white text-gray-400 sm:hover:border-gray-700 border border-gray-800 rounded-lg h-fit pb-4 mt-4 cursor-pointer">

diff --git a/src/routes/price-alert/+page.svelte b/src/routes/price-alert/+page.svelte index 71f92847..73e81e5e 100644 --- a/src/routes/price-alert/+page.svelte +++ b/src/routes/price-alert/+page.svelte @@ -423,7 +423,7 @@ $: charNumber = $screenWidth < 640 ? 15 : 40;

{/if} -
goto('/watchlist')} class="w-full bg-[#141417] duration-100 ease-out sm:hover:text-white text-gray-400 sm:hover:border-gray-700 border border-gray-800 rounded-lg h-fit pb-4 mt-4 cursor-pointer"> +
goto('/watchlist/stocks')} class="w-full bg-[#141417] duration-100 ease-out sm:hover:text-white text-gray-400 sm:hover:border-gray-700 border border-gray-800 rounded-lg h-fit pb-4 mt-4 cursor-pointer">