diff --git a/src/lib/components/Correlation.svelte b/src/lib/components/Correlation.svelte deleted file mode 100644 index 01e12b9d..00000000 --- a/src/lib/components/Correlation.svelte +++ /dev/null @@ -1,210 +0,0 @@ - - - - -
-
-
- - -
- - {#if data?.user?.tier === "Pro"} - {#if isLoaded} - {#if rawData?.length !== 0} - - {#each showFullStats ? rawData : rawData?.slice(0, 3) as item, index} -
-
stockSelector(item?.symbol)} - class="flex-shrink-0 mr-3 rounded-full w-8 h-8 sm:w-10 sm:h-10 relative bg-default" - > -  -
- -
-
-
- - {item?.symbol} - - - · {item?.name?.length > charNumber - ? item?.name?.slice(0, charNumber) + "..." - : item?.name} - -
- - {item?.value?.toFixed(2)} - -
- {#if item?.value >= 0} - - {:else} - - {/if} -
-
- {/each} - - -
- {/if} - {:else} -
-
- -
-
- {/if} - {:else} -
- - Unlock content with - Pro Subscription -
- {/if} -
-
diff --git a/src/lib/components/CryptoKeyInformation.svelte b/src/lib/components/CryptoKeyInformation.svelte deleted file mode 100644 index bbf0e7a9..00000000 --- a/src/lib/components/CryptoKeyInformation.svelte +++ /dev/null @@ -1,52 +0,0 @@ - - - -
- - -
- - -
- - -
- - - - - -
- -
- - -
- - - - -
- - - - -
- -
-
-
- - - - diff --git a/src/lib/components/CryptoProfileCard.svelte b/src/lib/components/CryptoProfileCard.svelte deleted file mode 100644 index 0bac6616..00000000 --- a/src/lib/components/CryptoProfileCard.svelte +++ /dev/null @@ -1,248 +0,0 @@ - - -
-
- -
-
- -
- - - -
-

- Crypto Info -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name{$displayCompanyName?.length > 30 - ? $displayCompanyName?.slice(0, 30) + "..." - : $displayCompanyName}Ticker{$cryptoTicker}
Mkt Cap{abbreviateNumber(marketCap, true)}Total Volume{abbreviateNumber(totalVolume)}
Circulating Supply{abbreviateNumber(circulatingSupply)}Max Supply{maxSupply !== null - ? abbreviateNumber(maxSupply) - : "Uncapped"}
ATH Price${new Intl.NumberFormat("en", { - minimumFractionDigits: 2, - maximumFractionDigits: 2, - }).format(athPrice)}ATH Date{new Date(athDate).toLocaleString("en-US", { - month: "short", - day: "numeric", - year: "numeric", - daySuffix: "2-digit", - })}
-
- -

- Description -

- -

- {#if showFullText} -

- {description} -
- {:else if $screenWidth <= 800} - {description} - {:else} - {snippet} - {/if} -

- {#if description.length !== 0} -
- - - -
- {/if} -
-
-
diff --git a/src/lib/components/Pricing.svelte b/src/lib/components/Pricing.svelte deleted file mode 100644 index f4cf1bd8..00000000 --- a/src/lib/components/Pricing.svelte +++ /dev/null @@ -1,713 +0,0 @@ - - -
-
-
-

- Flexible plans and features -

-
-

- Simple pricing. No hidden fees. Cancel anytime. -

-
- -
- - Pay Monthly - - - - -
- - Pay Yearly - - Save up 16% -
-
-
- - - -
- -
-
- free tier -

- Free Tier -

-
- -
-
- $0 - /month -
-
- -
    -
  1. - - - Limited Stock Screener Strategy -
  2. -
  3. - - - Limited Financial history. -
  4. -
  5. - - - Limited Hedge Funds Portfolio. -
  6. -
  7. - - - Limited Wall Street Analysts Ratings -
  8. -
  9. - - - Limited Watchlist Strategy -
  10. -
  11. - - - Limited Price Alerts -
  12. -
  13. - - - Limited Options Data -
  14. -
- -
-
- + Limited feature updates -
- - {#if !data?.user} - - {/if} -
- - - -
-
- Discount -
- -
- - star-solid - - - - - - - - - - Most Popular -
- -
- pro tier -

Pro Tier

-
- -
-
- {mode ? "$19.99" : "$1.99"} - {mode ? "/year" : "/month"} -
- - - - -
- - - -
    -
  1. - - - Unlimited Stock Screener Strategy -
  2. -
  3. - - - Unlimited Financial history -
  4. -
  5. - - - Unlimited Hedge Funds Portfolio -
  6. -
  7. - - - Unlimited Wall Street Analysts Ratings -
  8. -
  9. - - - Unlimited Watchlist Strategy -
  10. -
  11. - - - Unlimited Price Alerts -
  12. -
  13. - - - Unlimited Options Data -
  14. - -
-
-
- + Unlimited feature updates -
- - -
- 30 Day Money Back Guarantee -
-
- - - - - -
-
-
- - -{#if LoginPopup} - -{/if} - - - - diff --git a/src/lib/components/TickerInfoCard.svelte b/src/lib/components/TickerInfoCard.svelte deleted file mode 100644 index 5422ab75..00000000 --- a/src/lib/components/TickerInfoCard.svelte +++ /dev/null @@ -1,316 +0,0 @@ - - -
-
- -
-
- {#if earningDate} -
- Earnings Call - {earningDate} -
- {/if} -
- -
- - -
-

- Company Info -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Bid{$wsBidPrice !== 0 && $wsBidPrice !== null - ? $wsBidPrice - : (data?.getStockQuote?.bid ?? "-")}Ask{$wsAskPrice !== 0 && $wsAskPrice !== null - ? $wsAskPrice - : (data?.getStockQuote?.ask ?? "-")}
Mkt Cap{abbreviateNumber(data?.getStockQuote?.marketCap)}Vol{abbreviateNumber(data?.getStockQuote?.volume)}
Beta{beta}Avg. Vol{abbreviateNumber(data?.getStockQuote?.avgVolume)}
Open{data?.getStockQuote?.open?.toFixed(2)}Prev. Close{data?.getStockQuote?.previousClose?.toFixed(2) ?? "-"}
EPS (ttm){data?.getStockQuote?.eps}PE Ratio (ttm){data?.getStockQuote?.pe}
Shares Out.{abbreviateNumber(data?.getStockQuote?.sharesOutstanding)}Forward PE{forwardPE === undefined || forwardPE === null - ? "-" - : forwardPE}
-
- -

- Description -

- -

- {#if showFullText} -

- {description} -
- {:else if $screenWidth <= 800} - {description} - {:else} - {snippet} - {/if} -

- {#if description.length !== 0} -
- - - -
- {/if} -
-
-