News
(displaySection = "all")} class="rounded-md px-3 py-0.5 sm:hover:bg-secondary {displaySection === 'all' ? 'bg-secondary' : ''}">All
(displaySection = "videos")} class="rounded-md px-3 py-0.5 ml-2 sm:hover:bg-secondary {displaySection === 'videos' ? 'bg-secondary' : ''}">Videos
getPressRelease()} class="rounded-md px-3 py-0.5 ml-2 sm:hover:bg-secondary {displaySection === 'press-releases' ? 'bg-secondary' : ''}" >
Press
Press Releases
{#if rawData?.length > 0} {#if isLoaded} {#if filteredNewsList?.length > 0}
{#each filteredNewsList as item, index}
{#if checkIfYoutubeVideo(item.url)} {#if showVideo[index]}
{:else}
handlePlayClick(index)} >
{/if}
{formatDate(item?.publishedDate)} · {item?.site}
{item?.title}
{item?.text?.length > 200 ? item?.text?.slice(0, 200) + "..." : item?.text}
{:else}
{formatDate(item?.publishedDate)} · {item?.site}
{item?.title}
{item?.text?.length > 200 ? item?.text?.slice(0, 200) + "..." : item?.text}
{/if}
{/each}
{:else}
No {displaySection === "videos" ? "videos" : "articles"} found for this stock.
{/if} {#if newsList?.length !== rawData?.length && filteredNewsList?.length > 0}
Load More News
{/if} {:else}
{/if} {:else}
No News article available yet
{/if}