From e7d1713e9740b9a35e2a9f25d6fe6163f770d956 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Thu, 27 Jun 2024 21:57:08 +0200 Subject: [PATCH] add fda calendar --- src/routes/+layout.svelte | 27 ++- src/routes/fda-calendar/+page.svelte | 263 +++++++++++++++++++++++++++ src/routes/fda-calendar/+page.ts | 50 +++++ src/routes/home/+page.svelte | 4 +- 4 files changed, 336 insertions(+), 8 deletions(-) create mode 100644 src/routes/fda-calendar/+page.svelte create mode 100644 src/routes/fda-calendar/+page.ts diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index eb700258..15fa12f3 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -556,10 +556,18 @@ class="fixed 2xl:block top-0 left-0 xl:left-auto w-56 sm:{collapse ? 'w-20' : 'w -
  • showSidebar = !showSidebar} class="mb-1 last:mb-0 hover:bg-[#272727] rounded-md {$page.url.pathname=== '/analysts/top-stocks' ? 'text-white bg-[#272727] xl:bg-[#0F0F0F] rounded-md ' : ''}"> - +
  • showSidebar = !showSidebar} class="mb-1 last:mb-0 hover:bg-[#272727] rounded-md {$page.url.pathname=== '/most-shorted-stocks' ? 'text-white bg-[#272727] xl:bg-[#0F0F0F] rounded-md ' : ''}"> + - Most Shorted Stocks + Shorted Stocks + + +
  • + +
  • showSidebar = !showSidebar} class="mb-1 last:mb-0 hover:bg-[#272727] rounded-md {$page.url.pathname=== '/most-retail-volume' ? 'text-white bg-[#272727] xl:bg-[#0F0F0F] rounded-md ' : ''}"> + + + Retail Trader Tracker
  • @@ -652,26 +660,33 @@ class="fixed 2xl:block top-0 left-0 xl:left-auto w-56 sm:{collapse ? 'w-20' : 'w