Skip to content

URLs should open in default browser when clicked #13

@mberrishdev

Description

@mberrishdev

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions