feat: display number of rows

This commit is contained in:
Yann Amsellem
2025-04-29 19:05:48 +02:00
parent 8e533e4148
commit 648ed913f4

View File

@@ -579,10 +579,13 @@ LIMIT 100;`;
<PanelLeft size="12" />
</button>
<div class="spacer"></div>
{#if response && !loading}
<span class="label">{response.rows} rows in</span>
{/if}
<TimeCounter bind:this={counter} />
{#if cached}
<span class="label">from cache</span>
{/if}
<TimeCounter bind:this={counter} />
{#if BUILD}
<span class="label">build-{BUILD}</span>
{/if}