From 5624c5f57641b4923089cd8218ef8afc8f0f8dbb Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Tue, 27 Aug 2024 10:49:22 +0200 Subject: [PATCH] reorganize ticker info card --- src/lib/components/TickerInfoCard.svelte | 57 ++++++++++++------------ 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/src/lib/components/TickerInfoCard.svelte b/src/lib/components/TickerInfoCard.svelte index 8305a885..5a926487 100644 --- a/src/lib/components/TickerInfoCard.svelte +++ b/src/lib/components/TickerInfoCard.svelte @@ -121,48 +121,49 @@ $: {

Company Info

-
- - +
+
+ - - - - + + + + - - - - + + + + - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + +
CEO{ceoName}Industry{industry}CEO{ceoName}Country{country}
Country{country}Sector{sector}Sector{sector}Employees{employees}
Employees{employees}Exchange{exchange}Industry{industry}Exchange{exchange}
Mkt Cap{marketCap}Avg. Volume{avgVolume}Mkt Cap{marketCap}Avg. Volume{avgVolume}
EPS (TTM){epsTTM}PE Ratio (TTM){peTTM}EPS (TTM){epsTTM}PE Ratio (TTM){peTTM}
Shares Out.{abbreviateNumber(sharesOutstanding)}Forward PE{forwardPE === undefined ? '-' : forwardPE}Shares Out.{abbreviateNumber(sharesOutstanding)}Forward PE{forwardPE === undefined ? '-' : forwardPE}
@@ -217,4 +218,4 @@ $: { - + \ No newline at end of file