-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
When clicking on a URL in the clipboard history, it should open in the user's default browser instead of opening within the Electron app window.
Current Behavior
URLs are displayed as clickable links, but clicking them may open within the Electron window or not work as expected.
Expected Behavior
Clicking a URL should open it in the user's default system browser (Safari, Chrome, Firefox, etc.)
Technical Details
Need to add shell.openExternal() handling for URL clicks in src/renderer/components/ClipboardItem.tsx
Affected Code
src/renderer/components/ClipboardItem.tsx lines 172-179
Priority
Medium - URLs are detected and displayed, but clicking behavior needs improvement
Copilot
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request