{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Notifications · stocknear

Notifications

{#if isLoaded } {#if notificationList?.length !== 0}
{#each notificationList as item}
goToPost(item)} class="hover:bg-[#2B2B2B] p-3 mb-3 ml-1 text-gray-200 w-full {!item?.readed ? 'bg-[#F9AB00] bg-opacity-[0.1]' : ''} cursor-pointer">
{#if item?.notifyType === 'vote'}
upvoted your {item?.comment ? 'comment' : 'post'}
{formatDate(item?.created)} ago
{:else if item?.notifyType === 'priceAlert'}
{formatDate(item?.created)} ago
{:else if item?.notifyType === 'comment'}
commented on your post: {@html item?.expand?.comment?.comment?.length > 30 ? item?.expand?.comment?.comment?.slice(0, 30) + "..." : item?.expand?.comment?.comment}
{formatDate(item?.created)} ago
{/if}
{/each}
{:else}
Empty just like our souls...
{/if} {:else}
{/if}