This commit is contained in:
MuslemRahimi 2025-01-13 17:52:05 +01:00
parent 82e8b82472
commit 5bc88741f0
2 changed files with 8 additions and 35 deletions

View File

@ -6,6 +6,7 @@
import * as DropdownMenu from "$lib/components/shadcn/dropdown-menu/index.js"; import * as DropdownMenu from "$lib/components/shadcn/dropdown-menu/index.js";
import { Button } from "$lib/components/shadcn/button/index.js"; import { Button } from "$lib/components/shadcn/button/index.js";
import TableHeader from "$lib/components/Table/TableHeader.svelte"; import TableHeader from "$lib/components/Table/TableHeader.svelte";
import Infobox from "$lib/components/Infobox.svelte";
import { onMount } from "svelte"; import { onMount } from "svelte";
import { page } from "$app/stores"; import { page } from "$app/stores";
@ -828,42 +829,16 @@
</table> </table>
</div> </div>
{:else} {:else}
<div <Infobox text="No Events available for the day." />
class="text-white p-5 mt-5 w-fit m-auto rounded-md sm:flex sm:flex-row sm:items-center border border-gray-600 text-[1rem]"
>
<svg
class="w-6 h-6 flex-shrink-0 inline-block sm:mr-2"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 256 256"
><path
fill="#fff"
d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m-4 48a12 12 0 1 1-12 12a12 12 0 0 1 12-12m12 112a16 16 0 0 1-16-16v-40a8 8 0 0 1 0-16a16 16 0 0 1 16 16v40a8 8 0 0 1 0 16"
/></svg
>
No Events available for the day.
</div>
{/if} {/if}
{/if} {/if}
{/each} {/each}
<Infobox
<div text="Stocknear's Economic Calendar displays the latest and upcoming
class="w-full text-white text-start p-3 sm:p-5 mt-5 rounded-md sm:flex sm:flex-row sm:items-center border border-gray-600 text-sm sm:text-[1rem]"
>
<svg
class="w-6 h-6 flex-shrink-0 inline-block sm:mr-2"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 256 256"
><path
fill="#fff"
d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m-4 48a12 12 0 1 1-12 12a12 12 0 0 1 12-12m12 112a16 16 0 0 1-16-16v-40a8 8 0 0 1 0-16a16 16 0 0 1 16 16v40a8 8 0 0 1 0 16"
/></svg
>
Stocknear's Economic Calendar displays the latest and upcoming
economic events that may impact various assets, regions, and economic events that may impact various assets, regions, and
global markets — including stocks, Forex, and bonds. Times are global markets — including stocks, Forex, and bonds. Times are
shown in ET (Eastern Time). shown in ET (Eastern Time)."
</div> />
</div> </div>
</div> </div>
</div> </div>

View File

@ -494,7 +494,7 @@
</div> </div>
</div> </div>
</Lazy> </Lazy>
<Card.Root class="order-0 overflow-x-scroll no-scrollbar"> <Card.Root class="order-0 overflow-x-auto no-scrollbar">
<Card.Header> <Card.Header>
<div <div
class="text-start text-xl w-full flex flex-col sm:flex-row items-start sm:items-center mb-3" class="text-start text-xl w-full flex flex-col sm:flex-row items-start sm:items-center mb-3"
@ -505,9 +505,7 @@
>Updated {formattedDate}</span >Updated {formattedDate}</span
> >
</div> </div>
<nav <nav class="border-b-[2px] overflow-x-auto whitespace-nowrap">
class="border-b-[2px] overflow-x-scroll whitespace-nowrap"
>
<ul <ul
class="flex flex-row items-center w-full text-sm sm:text-[1rem] text-white" class="flex flex-row items-center w-full text-sm sm:text-[1rem] text-white"
> >