From 961fd08a54301b53709755e9f6f4d398029f8902 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 14 Aug 2024 00:31:02 +0200 Subject: [PATCH] ui fix --- src/lib/components/AnalystEstimate.svelte | 2 +- src/lib/components/BorrowedShare.svelte | 2 +- src/lib/components/DarkPool.svelte | 2 +- src/lib/components/FailToDeliver.svelte | 4 ++-- src/lib/components/MarketMaker.svelte | 2 +- src/lib/components/RetailVolume.svelte | 2 +- src/lib/components/ShareStatistics.svelte | 10 +++++----- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/lib/components/AnalystEstimate.svelte b/src/lib/components/AnalystEstimate.svelte index b1f109fa..19ffbe6c 100644 --- a/src/lib/components/AnalystEstimate.svelte +++ b/src/lib/components/AnalystEstimate.svelte @@ -282,7 +282,7 @@ $: { -
+
diff --git a/src/lib/components/BorrowedShare.svelte b/src/lib/components/BorrowedShare.svelte index 535ed634..0d9a4ca5 100644 --- a/src/lib/components/BorrowedShare.svelte +++ b/src/lib/components/BorrowedShare.svelte @@ -298,7 +298,7 @@ function findLowestAndHighestFee(data, lastDateStr) { - diff --git a/src/lib/components/DarkPool.svelte b/src/lib/components/DarkPool.svelte index 76898650..b5a35931 100644 --- a/src/lib/components/DarkPool.svelte +++ b/src/lib/components/DarkPool.svelte @@ -281,7 +281,7 @@ $: { - diff --git a/src/lib/components/FailToDeliver.svelte b/src/lib/components/FailToDeliver.svelte index e3dc0fba..c437b162 100644 --- a/src/lib/components/FailToDeliver.svelte +++ b/src/lib/components/FailToDeliver.svelte @@ -261,7 +261,7 @@ function findLowestAndHighestPrice(data, lastDateStr) { {#if rawData?.length !== 0}
-
+
Over the past year, {$displayCompanyName} has seen a monthly average of {abbreviateNumber(avgFailToDeliver)} fail to deliver shares.
@@ -307,7 +307,7 @@ function findLowestAndHighestPrice(data, lastDateStr) {
- diff --git a/src/lib/components/MarketMaker.svelte b/src/lib/components/MarketMaker.svelte index 82f76eea..b5b49fd5 100644 --- a/src/lib/components/MarketMaker.svelte +++ b/src/lib/components/MarketMaker.svelte @@ -299,7 +299,7 @@ else { - diff --git a/src/lib/components/RetailVolume.svelte b/src/lib/components/RetailVolume.svelte index 90da29b4..031280dc 100644 --- a/src/lib/components/RetailVolume.svelte +++ b/src/lib/components/RetailVolume.svelte @@ -321,7 +321,7 @@ $: { - diff --git a/src/lib/components/ShareStatistics.svelte b/src/lib/components/ShareStatistics.svelte index 7118c067..9558069c 100644 --- a/src/lib/components/ShareStatistics.svelte +++ b/src/lib/components/ShareStatistics.svelte @@ -239,7 +239,7 @@ $: { - @@ -247,7 +247,7 @@ $: { - @@ -255,7 +255,7 @@ $: { - @@ -263,7 +263,7 @@ $: { - @@ -271,7 +271,7 @@ $: { -
Date + {formatDateRange(rawData?.slice(-1)?.at(0)?.date)}
Date + { formatDateRange(rawData?.slice(-1)?.at(0)?.date)}
Date + {formatDateRange(rawData?.slice(-1)?.at(0)?.date)}
Date + {formatDateRange(historyData?.slice(-1)?.at(0)?.date)}
Date + {formatDateRange(rawData?.lastDate)}
Short Interest + {abbreviateNumber(rawData?.sharesShort)}
Short Previous Month + {abbreviateNumber(rawData?.sharesShortPriorMonth)}
Short % of Shares Out + {rawData?.shortOutStandingPercent}%
Short % of Float + {rawData?.shortFloatPercent}%
Short Ratio (days to cover) + {rawData?.shortRatio}