From ab551ee2cf06b5e4540d62c616573ad5f80078fa Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sun, 23 Mar 2025 17:36:43 +0100 Subject: [PATCH] ui fix' --- src/routes/analysts/+page.svelte | 6 +++--- src/routes/analysts/top-stocks/+page.svelte | 10 +++++----- src/routes/insider-tracker/+page.svelte | 2 +- src/routes/pricing/+page.svelte | 7 +++---- src/routes/reddit-tracker/+page.svelte | 15 +++++---------- 5 files changed, 17 insertions(+), 23 deletions(-) diff --git a/src/routes/analysts/+page.svelte b/src/routes/analysts/+page.svelte index 0d2ed7f5..5a11f865 100644 --- a/src/routes/analysts/+page.svelte +++ b/src/routes/analysts/+page.svelte @@ -209,7 +209,7 @@ {:else} Get the latest top Wall Street analyst ratings. @@ -447,7 +447,7 @@

Top Shorted Stocks

- + Never miss out another short squeeze diff --git a/src/routes/analysts/top-stocks/+page.svelte b/src/routes/analysts/top-stocks/+page.svelte index e84f908c..d2a3610e 100644 --- a/src/routes/analysts/top-stocks/+page.svelte +++ b/src/routes/analysts/top-stocks/+page.svelte @@ -72,7 +72,7 @@

Analyst Star Rankings

-

+

Our analyst star rankings are based on these four factors

@@ -101,7 +101,7 @@ Success Rate -
+
The percentage of ratings that are profitable.
@@ -126,7 +126,7 @@ Average Return -
+
The average percentage return within one year of the rating.
@@ -152,7 +152,7 @@ Rating Count -
+
The more ratings the analyst has provided, the higher the score.
@@ -178,7 +178,7 @@ Recency -
+
Ratings provided within the past year contribute to a higher score.
diff --git a/src/routes/insider-tracker/+page.svelte b/src/routes/insider-tracker/+page.svelte index 439a3072..871e56a0 100644 --- a/src/routes/insider-tracker/+page.svelte +++ b/src/routes/insider-tracker/+page.svelte @@ -206,7 +206,7 @@ {#each stockList as item, index} @@ -1041,18 +1041,16 @@ > - +

Lifetime

$599
-

Everything in Pro, pay once, never again!

@@ -1152,6 +1150,7 @@ + --> diff --git a/src/routes/reddit-tracker/+page.svelte b/src/routes/reddit-tracker/+page.svelte index f60c93f7..72cfc448 100644 --- a/src/routes/reddit-tracker/+page.svelte +++ b/src/routes/reddit-tracker/+page.svelte @@ -14,7 +14,7 @@ export let data; - let timePeriod = "oneDay"; + let timePeriod = "oneWeek"; const today = new Date(); const options = { month: "short", day: "numeric", year: "numeric" }; @@ -77,9 +77,6 @@ let activeIdx = 0; const tabs = [ - { - title: "Today", - }, { title: "Week", }, @@ -94,12 +91,10 @@ function changeTimePeriod(state) { activeIdx = state; if (activeIdx === 0) { - timePeriod = "oneDay"; - } else if (activeIdx === 1) { timePeriod = "oneWeek"; - } else if (activeIdx === 2) { + } else if (activeIdx === 1) { timePeriod = "oneMonth"; - } else if (activeIdx === 3) { + } else if (activeIdx === 2) { timePeriod = "threeMonths"; } } @@ -142,7 +137,7 @@ class="text-start text-xl w-full flex flex-row items-center mb-3" > Trending Posts - Updated {formattedDate} @@ -255,7 +250,7 @@ > Trending Companies Updated {formattedDate}