From 96c7b3cee2d71e008e12b2da5d21d120b4a45af9 Mon Sep 17 00:00:00 2001 From: Guilhem Lemouel Date: Mon, 7 Sep 2026 09:48:00 +0200 Subject: [PATCH] fix(frontend): keep the empty-state toolbar reachable, and name the view counters "Empty" here means the default listing found nothing, and a workspace whose items are all archived looks exactly the same. The searchbar carries "Only archived", so taking it off the pointer left those items unreachable without hand-writing a query URL. Dimmed still, never `inert`. The disclosure named the counters that fire on a creation or an import and not the three that fire on merely seeing the empty home or opening either picker. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_012fRjnaHLwjpHN84gNNxah9 --- .../src/lib/components/InstanceSettings.svelte | 14 ++++++++------ frontend/src/lib/components/home/ItemsList.svelte | 12 ++++++++---- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/frontend/src/lib/components/InstanceSettings.svelte b/frontend/src/lib/components/InstanceSettings.svelte index be4013360f..875bfec942 100644 --- a/frontend/src/lib/components/InstanceSettings.svelte +++ b/frontend/src/lib/components/InstanceSettings.svelte @@ -1072,9 +1072,10 @@ model identifiers, the names of public hub scripts used, the languages debug sessions are started for, whether AI chat skills are turned on or off and how often one is loaded, whether SSO logins evaluate an IdP groups claim (SAML or OIDC) and change a - membership, the plan tier and quota shown when the execution meter is opened, and which - home-page entry point a new item is created from, the name of any public hub project - imported from it and how far that import got, last 30 days)
  • feature adoption (counts of which flow, script, trigger and worker features your @@ -1128,9 +1129,10 @@ model identifiers, the names of public hub scripts used, the languages debug sessions are started for, whether AI chat skills are turned on or off and how often one is loaded, whether SSO logins evaluate an IdP groups claim (SAML or OIDC) and change a - membership, the plan tier and quota shown when the execution meter is opened, and which - home-page entry point a new item is created from, the name of any public hub project - imported from it and how far that import got, last 30 days)
  • feature adoption (counts of which flow, script, trigger and worker features your diff --git a/frontend/src/lib/components/home/ItemsList.svelte b/frontend/src/lib/components/home/ItemsList.svelte index 6dd9e40337..0017a4476b 100644 --- a/frontend/src/lib/components/home/ItemsList.svelte +++ b/frontend/src/lib/components/home/ItemsList.svelte @@ -1688,9 +1688,12 @@ }} > {#if !contentActive} - -
    + +
    { @@ -1789,10 +1792,11 @@ {/if}
    +