HeyPuter / puter

🌐 The Internet OS! Free, Open-Source, and Self-Hostable.
https://puter.com
GNU Affero General Public License v3.0
26.62k stars 1.77k forks source link

Add context menu to search results for better file navigation #876

Open jelveh opened 2 days ago

jelveh commented 2 days ago

Currently, search results are displayed as a simple list without additional interaction options other than being opened when clicked. To improve user experience and file navigation, we should add a context menu to search result items.

Screenshot 2024-11-19 at 5 59 43 PM

Feature Requirements:

  1. Implement a context menu using the existing UIContextMenu
  2. The context menu should appear on right-click of any search result item
  3. Include two primary actions:
    • Open File (can also be triggered by left-clicking the item)
    • Open Containing Folder (reveals the file's location in File Explorer)

Technical Notes: