Complete record of your trading activity and transactions
{currentSortOrderLabel}
{#each sortOrderOptions as option}
{option.label}
{/each}
{currentTypeFilterLabel}
{#each typeFilterOptions as option}
{option.label}
{/each}
{#if !loading && totalCount > 0}
Showing {startIndex}-{endIndex} of {totalCount} transactions
{#if hasActiveFilters}
{/if}
{/if}
History
Complete record of your trading activity
{#if loading}
{#each Array(10) as _}
{/each}
{:else}
goto(`/coin/${tx.coin.symbol}`)}
emptyIcon={Receipt}
emptyTitle="No transactions found"
emptyDescription={hasActiveFilters
? 'No transactions match your current filters. Try adjusting your search criteria.'
: "You haven't made any trades yet. Start by buying or selling coins."}
/>
{/if}
{#if !loading && totalPages > 1}