From 234e1dbc0293d7400e11ca5054737f1a7c135ce0 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Tue, 29 Oct 2024 14:26:21 +0100 Subject: [PATCH] ui fixes --- src/routes/analysts/+page.svelte | 20 +- src/routes/analysts/[slug]/+page.svelte | 6 +- src/routes/analysts/top-stocks/+page.svelte | 22 +- src/routes/blog/+page.svelte | 435 ++--- src/routes/contact/+page.svelte | 337 ++-- .../corporate-lobbying-tracker/+page.svelte | 6 +- src/routes/cramer-tracker/+page.svelte | 6 +- src/routes/crypto/+page.svelte | 422 +++-- src/routes/dividends-calendar/+page.svelte | 6 +- src/routes/donation/+page.svelte | 438 ++--- src/routes/earnings-calendar/+page.svelte | 6 +- src/routes/economic-calendar/+page.svelte | 6 +- src/routes/economic-indicator/+page.svelte | 1551 +++++++++-------- src/routes/etf/+page.svelte | 430 ++--- src/routes/etf/etf-providers/+layout.svelte | 6 +- src/routes/etf/new-launches/+page.svelte | 6 +- src/routes/fda-calendar/+page.svelte | 6 +- src/routes/imprint/+page.svelte | 479 ++--- src/routes/insider-tracker/+page.svelte | 6 +- src/routes/ipos/+layout.svelte | 6 +- src/routes/list/+layout.svelte | 6 +- src/routes/market-mover/+page.svelte | 225 +-- src/routes/market-news/+layout.svelte | 8 +- src/routes/most-retail-volume/+page.svelte | 6 +- .../most-shorted-stocks/+page.server.ts | 2 +- src/routes/most-shorted-stocks/+page.svelte | 102 +- src/routes/politicians/flow-data/+page.svelte | 6 +- src/routes/price-alert/+page.svelte | 6 +- src/routes/privacy-policy/+page.svelte | 600 ++++--- src/routes/sentiment-tracker/+page.svelte | 6 +- src/routes/stock-splits-calendar/+page.svelte | 865 +++++---- src/routes/stocks/+page.svelte | 478 ++--- .../[tickerID]/dividends/+layout.svelte | 4 +- .../[tickerID]/financials/+layout.svelte | 6 +- .../stocks/[tickerID]/insider/+layout.svelte | 4 +- .../[tickerID]/metrics/[slug]/+layout.svelte | 6 +- .../stocks/[tickerID]/options/+layout.svelte | 6 +- .../statistics/employees/+layout.svelte | 6 +- .../statistics/market-cap/+layout.svelte | 6 +- src/routes/terms-of-use/+page.svelte | 726 ++++---- src/routes/watchlist/+layout.svelte | 6 +- 41 files changed, 3937 insertions(+), 3343 deletions(-) diff --git a/src/routes/analysts/+page.svelte b/src/routes/analysts/+page.svelte index 4914eba9..dac9fea5 100644 --- a/src/routes/analysts/+page.svelte +++ b/src/routes/analysts/+page.svelte @@ -170,10 +170,10 @@

-
+
{#if isLoaded}
- + {#if isLoaded} + + {/if}
{/if} - + {#if isLoaded} + + {/if} - - - - - - - - - + + diff --git a/src/routes/contact/+page.svelte b/src/routes/contact/+page.svelte index be8cec77..72d85f1b 100644 --- a/src/routes/contact/+page.svelte +++ b/src/routes/contact/+page.svelte @@ -1,179 +1,192 @@ - + + + + {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Contact + Us · stocknear + + - - - - {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Contact Us · stocknear - - - - - - - - - - - - - - + + + + + + + + + + +
+ +
+
+
+
+
+
+ +
+
+

+ Sharing is Caring +

+
+ + unless it's family + +
+ - - -
- - - +
+ +
+
+

Support

+

+ Please take a moment to share your thoughts on this website with + us. We welcome any feedback you may have. If there's a feature + you'd like to see implemented, please let us know and we'll work + to make the website even better for you. Thank you for your time + and input! +

+

+ + You can contact us at + {emailAddress} +

+
+
+
+ +
- - -
- -
-
- - -
- -
-
- - -
-
-

- Sharing is Caring -

-
- - - unless it's family - -
- - - -
- - - - - - - - - - - - - - -
- logo -
-
- -
-
- - - -
-
-

Support

-

- Please take a moment to share your thoughts on this website with us. We welcome any feedback you may have. If there's a feature you'd like to see implemented, please let us know and we'll work to make the website even better for you. Thank you for your time and input! - -

-

- - You can contact us at - {emailAddress} -

-
-
- - - -
- - - - -
-
- - -
- - -
- diff --git a/src/routes/corporate-lobbying-tracker/+page.svelte b/src/routes/corporate-lobbying-tracker/+page.svelte index 04ae480f..93e9dedc 100644 --- a/src/routes/corporate-lobbying-tracker/+page.svelte +++ b/src/routes/corporate-lobbying-tracker/+page.svelte @@ -311,7 +311,7 @@
- - - - - - - - - - - {#each symbolList as item,index} - goto("/crypto/"+item?.symbol)} class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#27272A] border-b-[#09090B] shake-ticker cursor-pointer"> - - - - - - - - - - - - - - - - {/each} - - - -
SymbolNameMarketCapCirculating SupplyMax Supply
- {item?.symbol} - - {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name} - - {item?.marketCap !== null ? abbreviateNumber(item?.marketCap,true) : '-'} - - {item?.circulatingSupply !== null ? abbreviateNumber(item?.circulatingSupply,true) : '-'} - - {item?.maxSupply !== 'Uncapped' ? abbreviateNumber(item?.maxSupply,true) : 'Uncapped'} -
-
+
+ +
+ + + + + + + + + + + + {#each symbolList as item, index} + goto("/crypto/" + item?.symbol)} + class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#27272A] border-b-[#09090B] shake-ticker cursor-pointer" + > + + + + + + + + + + + {/each} + +
SymbolNameMarketCapCirculating SupplyMax Supply
+ {item?.symbol} + + {item?.name?.length > charNumber + ? item?.name?.slice(0, charNumber) + "..." + : item?.name} + + {item?.marketCap !== null + ? abbreviateNumber(item?.marketCap, true) + : "-"} + + {item?.circulatingSupply !== null + ? abbreviateNumber(item?.circulatingSupply, true) + : "-"} + + {item?.maxSupply !== "Uncapped" + ? abbreviateNumber(item?.maxSupply, true) + : "Uncapped"} +
+
- - - - - -
- - - - - - - \ No newline at end of file + + diff --git a/src/routes/dividends-calendar/+page.svelte b/src/routes/dividends-calendar/+page.svelte index dda02a9f..b71e6871 100644 --- a/src/routes/dividends-calendar/+page.svelte +++ b/src/routes/dividends-calendar/+page.svelte @@ -581,7 +581,7 @@ + - - - - - - - - - - - - diff --git a/src/routes/earnings-calendar/+page.svelte b/src/routes/earnings-calendar/+page.svelte index e00bfdd4..f16cf52f 100644 --- a/src/routes/earnings-calendar/+page.svelte +++ b/src/routes/earnings-calendar/+page.svelte @@ -628,7 +628,7 @@ - - - - - - - - + + \ No newline at end of file + diff --git a/src/routes/etf/+page.svelte b/src/routes/etf/+page.svelte index d574907d..2c86d0d9 100644 --- a/src/routes/etf/+page.svelte +++ b/src/routes/etf/+page.svelte @@ -1,97 +1,108 @@ - - - - + + + + + {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} List + of All ETF Ticker Symbols · stocknear + + - - - - {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} List of All ETF Ticker Symbols · stocknear - - - - - - - - - - - - - - + + + + + + + + + + - -
- - - -
- -
-
+
+ -
- -
-
- +
+
+
+
+
+
-

+

ETF Symbols

- - - Collection of all ETF Symbols available + + + Collection of all ETF Symbols available -
- + - - - - -
- - - -
- - + +
- -
- - {rawData?.length} ETFs - +
+ + {rawData?.length} ETFs +
- +
- +
- - - - - - - - - - - {#each stockList as item,index} - - - - - - - - - - - - - - - - {/each} - - - -
SymbolFund NameHoldingsTotal Assets
- - {item?.symbol} - - - {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name} - - {item?.numberOfHoldings !== null ? abbreviateNumber(item?.numberOfHoldings) : '-'} - - {item?.totalAssets !== null ? abbreviateNumber(item?.totalAssets,true) : '-'} -
+ + + + + + + + + + + {#each stockList as item, index} + + + + + + + + + + {/each} + +
SymbolFund NameHoldingsTotal Assets
+ + {item?.symbol} + + + {item?.name?.length > charNumber + ? item?.name?.slice(0, charNumber) + "..." + : item?.name} + + {item?.numberOfHoldings !== null + ? abbreviateNumber(item?.numberOfHoldings) + : "-"} + + {item?.totalAssets !== null + ? abbreviateNumber(item?.totalAssets, true) + : "-"} +
+
- - - - -
-
+ - -
+
goto("/analysts/top-stocks")} + class="w-full bg-[#27272A] duration-100 ease-out sm:hover:text-white text-gray-400 sm:hover:border-gray-700 border border-gray-800 rounded-md h-fit pb-4 mt-4 cursor-pointer" + > +
+
+

+ Top Stocks Picks ⭐ +

+ +
+ + Get the latest top Wall Street analyst ratings. + +
+
+
- -
- - - -
- \ No newline at end of file + + diff --git a/src/routes/etf/etf-providers/+layout.svelte b/src/routes/etf/etf-providers/+layout.svelte index 10def2d9..30f68d0d 100644 --- a/src/routes/etf/etf-providers/+layout.svelte +++ b/src/routes/etf/etf-providers/+layout.svelte @@ -146,7 +146,7 @@