diff --git a/src/lib/components/AddPortfolio.svelte b/src/lib/components/AddPortfolio.svelte index 284b266e..f6915bcd 100644 --- a/src/lib/components/AddPortfolio.svelte +++ b/src/lib/components/AddPortfolio.svelte @@ -98,7 +98,7 @@
  1. @@ -277,9 +277,9 @@ style="z-index: 9999;" > -
    +

    Portfolio Tournament 馃敟馃殌 @@ -290,7 +290,7 @@

    1. diff --git a/src/lib/components/AnalystEstimate.svelte b/src/lib/components/AnalystEstimate.svelte index be0d2f7f..10e13321 100644 --- a/src/lib/components/AnalystEstimate.svelte +++ b/src/lib/components/AnalystEstimate.svelte @@ -805,7 +805,7 @@ {#if isLoaded} {#if analystEstimateList?.length !== 0}
      -
      +
      diff --git a/src/lib/components/FinancialChart.svelte b/src/lib/components/FinancialChart.svelte index 9319912d..55716059 100644 --- a/src/lib/components/FinancialChart.svelte +++ b/src/lib/components/FinancialChart.svelte @@ -61,6 +61,7 @@ style: { color: "#fff", }, + rotation: -45, distance: 10, // Increases space between label and axis }, }, diff --git a/src/lib/components/IndustryTable.svelte b/src/lib/components/IndustryTable.svelte index f6d4e780..17d56d79 100644 --- a/src/lib/components/IndustryTable.svelte +++ b/src/lib/components/IndustryTable.svelte @@ -88,7 +88,7 @@ }; -
      +
      diff --git a/src/lib/components/Options/GreekByExpiry.svelte b/src/lib/components/Options/GreekByExpiry.svelte index 38b6e084..55333301 100644 --- a/src/lib/components/Options/GreekByExpiry.svelte +++ b/src/lib/components/Options/GreekByExpiry.svelte @@ -333,7 +333,7 @@ {title === "Gamma" ? "GEX" : "DEX"} Table -
      +
      diff --git a/src/lib/components/Options/GreekByStrike.svelte b/src/lib/components/Options/GreekByStrike.svelte index f301b28f..25789d0b 100644 --- a/src/lib/components/Options/GreekByStrike.svelte +++ b/src/lib/components/Options/GreekByStrike.svelte @@ -309,7 +309,7 @@

      {title === "Gamma" ? "GEX" : "DEX"} Table

      -
      +
      diff --git a/src/lib/components/Options/GreekExposure.svelte b/src/lib/components/Options/GreekExposure.svelte index 63bc6697..9fde8e49 100644 --- a/src/lib/components/Options/GreekExposure.svelte +++ b/src/lib/components/Options/GreekExposure.svelte @@ -417,7 +417,7 @@ {title === "Gamma" ? "GEX" : "DEX"} History -
      +
      diff --git a/src/lib/components/Options/HottestContracts.svelte b/src/lib/components/Options/HottestContracts.svelte index 39e6dc85..707dd9e0 100644 --- a/src/lib/components/Options/HottestContracts.svelte +++ b/src/lib/components/Options/HottestContracts.svelte @@ -583,7 +583,7 @@ > Hottest Contracts (Highest Volume) -
      +
      @@ -703,7 +703,7 @@ > Highest OI Contracts -
      +
      @@ -919,7 +919,7 @@
      {#if isLoaded} diff --git a/src/lib/components/Options/OpenInterestByExpiry.svelte b/src/lib/components/Options/OpenInterestByExpiry.svelte index f6f57254..92f12b40 100644 --- a/src/lib/components/Options/OpenInterestByExpiry.svelte +++ b/src/lib/components/Options/OpenInterestByExpiry.svelte @@ -291,7 +291,7 @@ Open Interest Table -
      +
      diff --git a/src/lib/components/Options/OpenInterestByStrike.svelte b/src/lib/components/Options/OpenInterestByStrike.svelte index 06a5780d..b059654a 100644 --- a/src/lib/components/Options/OpenInterestByStrike.svelte +++ b/src/lib/components/Options/OpenInterestByStrike.svelte @@ -66,7 +66,7 @@ style: { color: "#fff", }, - rotation: 45, + rotation: -45, // Only display every 5th label formatter: function () { return this.pos % 4 === 0 ? this.value : ""; @@ -264,7 +264,7 @@ Open Interest Table -
      +
      diff --git a/src/lib/components/Options/UnusualActivity.svelte b/src/lib/components/Options/UnusualActivity.svelte index 7035c735..f2e17a1a 100644 --- a/src/lib/components/Options/UnusualActivity.svelte +++ b/src/lib/components/Options/UnusualActivity.svelte @@ -744,7 +744,7 @@ use:highcharts={configUnusual} > -
      +
      @@ -953,7 +953,7 @@
      {#if isLoaded} diff --git a/src/lib/components/Options/Volatility.svelte b/src/lib/components/Options/Volatility.svelte index 52b0cf67..a273fcab 100644 --- a/src/lib/components/Options/Volatility.svelte +++ b/src/lib/components/Options/Volatility.svelte @@ -469,7 +469,7 @@

      Volatility History

      -
      +
      diff --git a/src/lib/components/PastEarnings.svelte b/src/lib/components/PastEarnings.svelte index cec39ddf..9103506a 100644 --- a/src/lib/components/PastEarnings.svelte +++ b/src/lib/components/PastEarnings.svelte @@ -100,7 +100,7 @@ {/if}
      + import TickerInfoCard from "$lib/components/TickerInfoCard.svelte"; + import ExecutiveCard from "$lib/components/ExecutiveCard.svelte"; - import TickerInfoCard from '$lib/components/TickerInfoCard.svelte'; - import ExecutiveCard from '$lib/components/ExecutiveCard.svelte'; - - import SimilarTickerCard from '$lib/components/SimilarTickerCard.svelte'; + import SimilarTickerCard from "$lib/components/SimilarTickerCard.svelte"; //import ESGCard from '$lib/components/ESGCard.svelte'; - import SECFilingsCard from '$lib/components/SECFilingsCard.svelte'; - import TopETFTickerHolder from '$lib/components/TopETFTickerHolder.svelte'; + import SECFilingsCard from "$lib/components/SECFilingsCard.svelte"; + import TopETFTickerHolder from "$lib/components/TopETFTickerHolder.svelte"; + import { + similarTickerClicked, + executiveClicked, + secFilingsClicked, + } from "$lib/store"; - import { similarTickerClicked, executiveClicked, secFilingsClicked } from '$lib/store'; - //import copilotIcon from '$lib/images/copilot_icon.png'; - - + export let data; - -$: { - if($similarTickerClicked) - { + + $: { + if ($similarTickerClicked) { const closePopup = document.getElementById("similarTickerModal"); - closePopup?.dispatchEvent(new MouseEvent('click')) + closePopup?.dispatchEvent(new MouseEvent("click")); $similarTickerClicked = false; + } } -} - - -
      -
      -
      - -
      - - + +
      + +
      +
      + - -
      - -
      - - -
      - - - - -
      - - - - +
      + +
      - -
      + +
      + +
      +
      + - - -
      - -
      - - -
      - - - - -
      - - - - +
      + +
      - -
      -
      - -
      - - -
      - - - - -
      - - - - -
      + +
      +
      + -
      +
      + +
      +
      - - - - - -
      - +
      - -
      + - - - -
      - +
      +
      -
      -
      - +
      - -
      + - - - -
      - +
      +
      -
      diff --git a/src/lib/components/TARating.svelte b/src/lib/components/TARating.svelte index ff2bbca9..2190e283 100644 --- a/src/lib/components/TARating.svelte +++ b/src/lib/components/TARating.svelte @@ -184,7 +184,7 @@ {/if} -
      +
      diff --git a/src/lib/components/Table/Table.svelte b/src/lib/components/Table/Table.svelte index 75bf2c14..ed6bf996 100644 --- a/src/lib/components/Table/Table.svelte +++ b/src/lib/components/Table/Table.svelte @@ -848,7 +848,7 @@ -
      +
      diff --git a/src/lib/components/TopETFTickerHolder.svelte b/src/lib/components/TopETFTickerHolder.svelte index 773a125a..d765520b 100644 --- a/src/lib/components/TopETFTickerHolder.svelte +++ b/src/lib/components/TopETFTickerHolder.svelte @@ -130,7 +130,7 @@ {#if topETFHolder?.length !== 0}
      {#if watchList.length !== 0}
      -
      +
      diff --git a/src/lib/components/shadcn/dropdown-menu/dropdown-menu-content.svelte b/src/lib/components/shadcn/dropdown-menu/dropdown-menu-content.svelte index 264b2aed..8d21a38e 100644 --- a/src/lib/components/shadcn/dropdown-menu/dropdown-menu-content.svelte +++ b/src/lib/components/shadcn/dropdown-menu/dropdown-menu-content.svelte @@ -17,7 +17,7 @@ {transitionConfig} {sideOffset} class={cn( - "z-50 min-w-[8rem] rounded-md border border-gray-500 bg-default p-1 text-white shadow-md focus:outline-none", + "z-50 min-w-[8rem] no-scrollbar rounded-md border border-gray-500 bg-default p-1 text-white shadow-md focus:outline-none", className, )} {...$$restProps} diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 224daa4f..33aeb469 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -157,7 +157,7 @@
      @@ -191,7 +191,7 @@ {#if gainersList?.length > 0} - +
      @@ -303,7 +303,7 @@ {#if losersList?.length > 0} - +
      @@ -457,7 +457,7 @@
      @@ -562,7 +562,7 @@
      @@ -700,7 +700,7 @@
      diff --git a/src/routes/analysts/+page.svelte b/src/routes/analysts/+page.svelte index c8e50f07..b8698210 100644 --- a/src/routes/analysts/+page.svelte +++ b/src/routes/analysts/+page.svelte @@ -164,7 +164,7 @@
      {#if isLoaded}
      -
      +
      -
      +
      diff --git a/src/routes/earnings-calendar/+page.svelte b/src/routes/earnings-calendar/+page.svelte index 2c393fd8..e5ff4461 100644 --- a/src/routes/earnings-calendar/+page.svelte +++ b/src/routes/earnings-calendar/+page.svelte @@ -334,7 +334,7 @@
      -
      +
      -
      +
      diff --git a/src/routes/economic-calendar/+page.svelte b/src/routes/economic-calendar/+page.svelte index fafe1d46..77d52efe 100644 --- a/src/routes/economic-calendar/+page.svelte +++ b/src/routes/economic-calendar/+page.svelte @@ -609,7 +609,7 @@ {/if} -
      +
      diff --git a/src/routes/economic-indicator/+page.svelte b/src/routes/economic-indicator/+page.svelte index fb41e8e2..d1335ef0 100644 --- a/src/routes/economic-indicator/+page.svelte +++ b/src/routes/economic-indicator/+page.svelte @@ -805,7 +805,7 @@ {/each} -
      +
      diff --git a/src/routes/etf/[tickerID]/dividends/+page.svelte b/src/routes/etf/[tickerID]/dividends/+page.svelte index 61434bff..e68bac47 100644 --- a/src/routes/etf/[tickerID]/dividends/+page.svelte +++ b/src/routes/etf/[tickerID]/dividends/+page.svelte @@ -185,7 +185,7 @@ {#if rawData?.history?.length !== 0}
      diff --git a/src/routes/etf/new-launches/+page.svelte b/src/routes/etf/new-launches/+page.svelte index 04ee284a..30e02372 100644 --- a/src/routes/etf/new-launches/+page.svelte +++ b/src/routes/etf/new-launches/+page.svelte @@ -122,7 +122,7 @@ -
      +
      diff --git a/src/routes/hedge-funds/+page.svelte b/src/routes/hedge-funds/+page.svelte index fce03d96..df5d69ed 100644 --- a/src/routes/hedge-funds/+page.svelte +++ b/src/routes/hedge-funds/+page.svelte @@ -98,6 +98,9 @@ class="relative flex justify-center items-center overflow-hidden w-full" >
      +

      + All US Hedge Funds +

      - {item?.volume ? item?.volume?.toLocaleString("en-US") : 'n/a'} + {item?.volume + ? item?.volume?.toLocaleString("en-US") + : "n/a"} {/each} diff --git a/src/routes/index/[tickerID]/options/+layout.svelte b/src/routes/index/[tickerID]/options/+layout.svelte index c4455b54..45f9f4c6 100644 --- a/src/routes/index/[tickerID]/options/+layout.svelte +++ b/src/routes/index/[tickerID]/options/+layout.svelte @@ -58,7 +58,7 @@ >
      @@ -679,7 +679,7 @@ > Highest OI Contracts -
      +
      @@ -920,7 +920,7 @@
      diff --git a/src/routes/industry/sectors/+page.svelte b/src/routes/industry/sectors/+page.svelte index 856ae12d..6959ecff 100644 --- a/src/routes/industry/sectors/+page.svelte +++ b/src/routes/industry/sectors/+page.svelte @@ -100,7 +100,7 @@
      -
      +
      diff --git a/src/routes/insider-tracker/+page.svelte b/src/routes/insider-tracker/+page.svelte index 1dd6b49f..7568c64a 100644 --- a/src/routes/insider-tracker/+page.svelte +++ b/src/routes/insider-tracker/+page.svelte @@ -217,7 +217,7 @@
      -
      {rawData?.length} IPOs -
      +
      diff --git a/src/routes/list/bitcoin-etfs/+page.svelte b/src/routes/list/bitcoin-etfs/+page.svelte index ea7cf529..0480b739 100644 --- a/src/routes/list/bitcoin-etfs/+page.svelte +++ b/src/routes/list/bitcoin-etfs/+page.svelte @@ -158,7 +158,7 @@
      -
      +
      diff --git a/src/routes/market-flow/+layout.svelte b/src/routes/market-flow/+layout.svelte index d769cddf..822e1aae 100644 --- a/src/routes/market-flow/+layout.svelte +++ b/src/routes/market-flow/+layout.svelte @@ -46,7 +46,7 @@ {activeIdx === 0 ? "Market Flow" : "Sector Flow"} -
      -
      diff --git a/src/routes/politicians/flow-data/+page.svelte b/src/routes/politicians/flow-data/+page.svelte index cee22605..dfac24fc 100644 --- a/src/routes/politicians/flow-data/+page.svelte +++ b/src/routes/politicians/flow-data/+page.svelte @@ -101,7 +101,7 @@
      {#if priceAlertList?.length > 0}
      - - - @@ -356,7 +354,7 @@ class="mt-10 grid gap-4 md:gap-8 grid-cols-1 text-start text-white" > -
      +
      @@ -521,7 +519,7 @@ - + { {#if isLoaded} {#if filteredData?.length !== 0} {#if displayTableTab === "general"} -
      +
      @@ -3411,7 +3411,7 @@ const handleKeyDown = (event) => {
      {:else if displayTableTab === "filters"} -
      +
      @@ -3459,7 +3459,7 @@ const handleKeyDown = (event) => {
      {:else if displayTableTab === "performance"} -
      +
      @@ -3513,7 +3513,7 @@ const handleKeyDown = (event) => {
      {:else if displayTableTab === "analysts"} -
      +
      diff --git a/src/routes/stocks/[tickerID]/dividends/+page.svelte b/src/routes/stocks/[tickerID]/dividends/+page.svelte index 664e55e2..ae4cdba9 100644 --- a/src/routes/stocks/[tickerID]/dividends/+page.svelte +++ b/src/routes/stocks/[tickerID]/dividends/+page.svelte @@ -185,7 +185,7 @@ {#if rawData?.history?.length !== 0}
      {:else}
      {:else}
      {:else}
      -
      +
      diff --git a/src/routes/stocks/[tickerID]/history/+page.svelte b/src/routes/stocks/[tickerID]/history/+page.svelte index e589bf5e..546cac8b 100644 --- a/src/routes/stocks/[tickerID]/history/+page.svelte +++ b/src/routes/stocks/[tickerID]/history/+page.svelte @@ -269,8 +269,6 @@ } - -
      -
      {#if names?.length > 0}
      -
      +
      diff --git a/src/routes/stocks/[tickerID]/options/+layout.svelte b/src/routes/stocks/[tickerID]/options/+layout.svelte index c027134c..af8b056e 100644 --- a/src/routes/stocks/[tickerID]/options/+layout.svelte +++ b/src/routes/stocks/[tickerID]/options/+layout.svelte @@ -60,7 +60,7 @@ >
      diff --git a/src/routes/stocks/[tickerID]/statistics/+layout.svelte b/src/routes/stocks/[tickerID]/statistics/+layout.svelte index b9fa573a..2a1fa671 100644 --- a/src/routes/stocks/[tickerID]/statistics/+layout.svelte +++ b/src/routes/stocks/[tickerID]/statistics/+layout.svelte @@ -46,7 +46,7 @@
      -
      +
      diff --git a/src/routes/stocks/[tickerID]/statistics/revenue/+page.svelte b/src/routes/stocks/[tickerID]/statistics/revenue/+page.svelte index c3ef9c55..1afc4e2c 100644 --- a/src/routes/stocks/[tickerID]/statistics/revenue/+page.svelte +++ b/src/routes/stocks/[tickerID]/statistics/revenue/+page.svelte @@ -425,7 +425,7 @@ -
      +
      diff --git a/src/routes/watchlist/+layout.svelte b/src/routes/watchlist/+layout.svelte index 3b570c55..dfa8cabc 100644 --- a/src/routes/watchlist/+layout.svelte +++ b/src/routes/watchlist/+layout.svelte @@ -51,7 +51,7 @@ Watchlist -
      -
      +