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 @@ $: { Reddit Tracker + + Lobbying Tracker + @@ -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 + + + + + + + + + + + + + + + + - + + + + Home + Corporate Lobbying Tracker + + + + + + + - - - - - - - - - - - Home - Corporate Lobbying Tracker - - - - - + + + + + + @@ -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 - - - - - Stay updated on upcoming Economic Events worldwide. - + + - - - + + + Home + Economic Calendar + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + Economic Calendar + + + + + Stay updated on upcoming Economic Events worldwide. + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + @@ -212,7 +225,7 @@ {#if filterList?.length !== 0} - filterList = [] } class="mr-3 text-sm cursor-pointer bg-[#27272A] sm:hover:bg-[#27272A] duratiion-100 transition ease-in-out px-4 py-2 rounded-lg shadow-lg ml-auto"> + filterList = [] } class="mr-3 text-sm cursor-pointer bg-[#27272A] sm:hover:bg-[#27272A] text-white duration-100 transition ease-in-out px-4 py-2 rounded-lg shadow-lg ml-auto"> Reset All @@ -228,47 +241,49 @@ - + - - - Popular - - - {#each ['United States','Russia','China','UK','EU'] as item} - - handleFilter(event, item)} class="flex items-center ps-2 rounded"> - - - {item} - - - - {/each} - - - - All Countries - - - - {#each listOfCountries as item} - - handleFilter(event, item)} class="flex items-center ps-2 rounded"> - - - {item} + + + Popular + + + {#each ['United States','Russia','China','UK','EU'] as item} + + handleFilter(event, item)} class="flex items-center ps-2 rounded"> + + + {item} + + + {/each} - - {/each} - + + + All Countries + + + + {#each listOfCountries as item} + + handleFilter(event, item)} class="flex items-center ps-2 rounded"> + + + {item} + + + + {/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 @@