From b19407d31a3834747e530049724c32b241d3f431 Mon Sep 17 00:00:00 2001 From: BigSimmo <87357024+BigSimmo@users.noreply.github.com> Date: Sun, 16 Aug 2026 20:38:07 +0800 Subject: [PATCH 1/2] feat(tools): add compact show-all launcher action --- src/components/applications-launcher-page.tsx | 14 +++++++++++ tests/ui-tools.spec.ts | 24 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/src/components/applications-launcher-page.tsx b/src/components/applications-launcher-page.tsx index f00c828988..80bc4344b6 100644 --- a/src/components/applications-launcher-page.tsx +++ b/src/components/applications-launcher-page.tsx @@ -119,6 +119,7 @@ function launcherAppsForSession(canAccessFavourites: boolean): LauncherApp[] { const toolsLauncherCopy = { heading: "Tools", description: "Assessment, prescribing, workflows.", + showAllLabel: "Show all", allSectionLabel: "All tools", countNoun: "tools", emptyTitle: "No tools match", @@ -827,6 +828,19 @@ export function ApplicationsLauncherWorkspace({ headingLevel={1} /> + +