-
-
-
-
- {#if isLoaded}
- {#if wiim?.length !== 0}
-
- {#each (showFullHistory ? wiim : wiim?.slice(0,2)) as item, index}
-
-
-
-
-
+
-
-
+
+ {#if wiim?.length > 2}
+
+ {/if}
+ {/if}
+ {:else}
+
-
-
-
-
- {/if}
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+ {/each}
+
-
-
-
+
-
+
+
- Updated {item?.date}
- {#if latestInfoDate(item?.date)}
-
- {/if}
-
+
- {#if item?.changesPercentage >=0}
-
- +{item?.changesPercentage}%
- {:else if item?.changesPercentage < 0 }
-
- {item?.changesPercentage}%
- {/if}
-
-
+
+
+
-
-
- {item?.text }
-
-
+ {#if isLoaded}
+ {#if wiim?.length !== 0}
+
+ {#each showFullHistory ? wiim : wiim?.slice(0, 2) as item, index}
+
+
+
+
- {:else}
-
+
-
-
+
+
+
-
+
-
-
-
-
-
+
-
-
-
-
- {#if wiim?.length > 2}
-
- {/if}
-
- {/if}
+
+
-
- {/each}
-
+
-
+ Updated {item?.date}
+ {#if latestInfoDate(item?.date)}
+
+ {/if}
+
-
+ {#if item?.changesPercentage >= 0}
+
+ +{item?.changesPercentage}%
+ {:else if item?.changesPercentage < 0}
+
+ {item?.changesPercentage}%
+
+ {/if}
-
-
+
-
+
+
+
+ {item?.text}
+
+
+
+
+ {/if}
+
+
diff --git a/src/routes/stocks/[tickerID]/+page.svelte b/src/routes/stocks/[tickerID]/+page.svelte
index 4f8bdad2..4aa2d9dd 100644
--- a/src/routes/stocks/[tickerID]/+page.svelte
+++ b/src/routes/stocks/[tickerID]/+page.svelte
@@ -4,7 +4,6 @@
import {
getCache,
setCache,
- screenWidth,
displayCompanyName,
numberOfUnreadNotification,
globalForm,
@@ -21,7 +20,7 @@
} from "$lib/store";
import { onDestroy, onMount } from "svelte";
import BullBearSay from "$lib/components/BullBearSay.svelte";
-
+ import News from "$lib/components/News.svelte";
import NextEarnings from "$lib/components/NextEarnings.svelte";
import EarningsSurprise from "$lib/components/EarningsSurprise.svelte";
import DividendAnnouncement from "$lib/components/DividendAnnouncement.svelte";
@@ -891,9 +890,11 @@
-
+
+
+
-
+
+
@@ -1571,11 +1572,7 @@
? ''
: 'hidden'}"
>
- {#await import("$lib/components/News.svelte") then { default: Comp }}
-
- {/await}
+
-
-
+
-
+
-
{#if mode} @@ -412,9 +416,9 @@
+