diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index ce8f496a..e47e9cad 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -523,6 +523,9 @@ $: { + @@ -883,6 +886,7 @@ $: { Jim Cramer Tracker Retail Trader Tracker Reddit Tracker + Lobbying Tracker - - - - - - {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Latest Lobbiyng Disclosure Tracker · stocknear - - - - - - - - - - - - - - - - + + + + + + + {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Latest Lobbiyng Disclosure Tracker · stocknear + + + + + + + + + + + + + + + + -
+
+ + +
+ +
+
- -
- - -
-
-
- - - -
-
+ +
+ +
+
+
@@ -255,17 +247,65 @@ function changeOrder(state:string) { {/if} -
+
-
+ +
- -
- - - -
+ + + + + +
+ \ No newline at end of file diff --git a/src/routes/economic-calendar/+page.svelte b/src/routes/economic-calendar/+page.svelte index 3e86cd52..df396403 100644 --- a/src/routes/economic-calendar/+page.svelte +++ b/src/routes/economic-calendar/+page.svelte @@ -2,9 +2,9 @@ import { format, startOfWeek, addDays, addWeeks, subWeeks, differenceInWeeks } from 'date-fns'; import { screenWidth, numberOfUnreadNotification } from '$lib/store'; import logo from '$lib/images/transcripts_logo.png'; - import ScrollToTop from '$lib/components/ScrollToTop.svelte'; import { listOfCountries } from '$lib/utils'; - + import ArrowLogo from "lucide-svelte/icons/move-up-right"; + export let data; let rawData; let filterList = []; @@ -119,59 +119,72 @@ -
- - - -
-
- - -
-
-

- Economic Calendar -

-
- - +
+ - -
- + + +
+ +
+
+ + +
- - - -
+ +
+ + +
+ @@ -212,7 +225,7 @@
{#if filterList?.length !== 0} -
- - {/each} - +
+ + All Countries + +
+
+ {#each listOfCountries as item} +
  • +
    handleFilter(event, item)} class="flex items-center ps-2 rounded"> + + +
    +
  • + {/each} + + +
    - +
    {#each (filterList?.length === 0 ? weekday : weekdayFiltered) as day,index} {#if index === selectedWeekday} {#if day?.length !== 0} @@ -350,7 +365,64 @@ {/if} {/each} - +
    + +
    + +
    + + + + + +
    +
    diff --git a/src/routes/ipos/+layout.svelte b/src/routes/ipos/+layout.svelte index 4477e9ba..84fdba7e 100644 --- a/src/routes/ipos/+layout.svelte +++ b/src/routes/ipos/+layout.svelte @@ -1,8 +1,10 @@