From 5db563bf4b9b82c75184ca876a9e133e761aef25 Mon Sep 17 00:00:00 2001 From: Michael Gartner Date: Thu, 20 Aug 2026 23:01:38 -0600 Subject: [PATCH 1/2] Add border around unsaved search suggestions --- CHANGELOG.md | 1 + src/components/QuickSwitcherDialog.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0864cdd..2b64719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,4 @@ ## Unreleased - Show unsaved pages and blocks resolved from a Roam block reference in Manage search results. +- Make search results easier to distinguish from saved entries in Manage mode. diff --git a/src/components/QuickSwitcherDialog.tsx b/src/components/QuickSwitcherDialog.tsx index 8dba5a1..050ce35 100644 --- a/src/components/QuickSwitcherDialog.tsx +++ b/src/components/QuickSwitcherDialog.tsx @@ -950,7 +950,7 @@ const QuickSwitcherDialog = ({
Add to saved entries
- + {suggestions.map((suggestion, index) => ( Date: Thu, 20 Aug 2026 23:36:51 -0600 Subject: [PATCH 2/2] Use inline color for search result border --- src/components/QuickSwitcherDialog.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/QuickSwitcherDialog.tsx b/src/components/QuickSwitcherDialog.tsx index 050ce35..2c2641c 100644 --- a/src/components/QuickSwitcherDialog.tsx +++ b/src/components/QuickSwitcherDialog.tsx @@ -950,7 +950,10 @@ const QuickSwitcherDialog = ({
Add to saved entries
- + {suggestions.map((suggestion, index) => (