[PR #16] [MERGED] add support to preview webp images and paste file paths #9500

Closed
opened 2026-02-16 18:13:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/16
Author: @PhantomReactor
Created: 5/15/2025
Status: Merged
Merged: 5/15/2025
Merged by: @adamdotdevin

Base: devHead: filepicker


📝 Commits (1)

  • 2710590 add support to preview webp images and paste file paths

📊 Changes

2 files changed (+18 additions, -5 deletions)

View changed files

📝 internal/tui/components/dialog/filepicker.go (+17 -5)
📝 internal/tui/image/images.go (+1 -0)

📄 Description

I missed testing pasting file paths and webp previews when i added filepicker and I just noticed they don't work. This should fix the two issues


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/16 **Author:** [@PhantomReactor](https://github.com/PhantomReactor) **Created:** 5/15/2025 **Status:** ✅ Merged **Merged:** 5/15/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `filepicker` --- ### 📝 Commits (1) - [`2710590`](https://github.com/anomalyco/opencode/commit/2710590caabe74349b455ff0a2f0cb8c13015597) add support to preview webp images and paste file paths ### 📊 Changes **2 files changed** (+18 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `internal/tui/components/dialog/filepicker.go` (+17 -5) 📝 `internal/tui/image/images.go` (+1 -0) </details> ### 📄 Description I missed testing pasting file paths and webp previews when i added filepicker and I just noticed they don't work. This should fix the two issues --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:13:40 -05:00
yindo closed this issue 2026-02-16 18:13:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9500