No keys available.
{:else if loading}No data.
{:else if entry.data.provider === "anthropic"} {#if entry.data.accounts} {#each entry.data.accounts as acct (acct.source)}{acct.error}
{/if} {#if hasBucketData(acct.fiveHour)} {@const b = acct.fiveHour!} {@const u = b.utilization ?? 0} {@const p = Math.round(u * 100)}Check console for usage.
{#if entry.data.consoleUrl} Open console {/if} {:else} {#if hasBucketData(entry.data.fiveHour)} {@const b = entry.data.fiveHour!} {@const u = b.utilization ?? 0} {@const p = Math.round(u * 100)}