We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d803f6 commit 1f2f757Copy full SHA for 1f2f757
frontend/app/view/webview/webview.tsx
@@ -650,6 +650,12 @@ const BookmarkTypeahead = memo(
650
<SuggestionControlNoResults>
651
<div className="text-center">
652
<p className="text-sm text-gray-400">No matching bookmarks</p>
653
+ <button
654
+ onClick={openBookmarksJson}
655
+ className="mt-3 px-4 py-2 text-sm font-medium text-white bg-gray-700 rounded-lg hover:bg-gray-600 cursor-pointer"
656
+ >
657
+ Edit bookmarks.json
658
+ </button>
659
</div>
660
</SuggestionControlNoResults>
661
</BlockHeaderSuggestionControl>
0 commit comments