From 344a40de33e2547f685b40b3c29e34958b000a4b Mon Sep 17 00:00:00 2001
From: mariatouilzak <88630894+mariatouil@users.noreply.github.com>
Date: Fri, 27 Dec 2024 08:59:32 +0000
Subject: [PATCH] feat:Add context menu to search results for better file
navigation
---
src/gui/src/UI/UIWindowSearch.js | 35 +++++++++++++++++++-------------
1 file changed, 21 insertions(+), 14 deletions(-)
diff --git a/src/gui/src/UI/UIWindowSearch.js b/src/gui/src/UI/UIWindowSearch.js
index 4d07b786..1f2aef26 100644
--- a/src/gui/src/UI/UIWindowSearch.js
+++ b/src/gui/src/UI/UIWindowSearch.js
@@ -1,10 +1,26 @@
/**
- * Gestion du double-clic et du clic droit
- * - Double-clic ouvre les fichiers et les dossiers.
- * - Clic droit affiche un menu contextuel avec "Open Dir" pour les dossiers et "Open File" pour les fichiers.
- * - Le menu contextuel disparaît et le cache est effacé après l'exécution de l'action.
+ * Copyright (C) 2024 Puter Technologies Inc.
+ *
+ * This file is part of Puter.
+ *
+ * Puter is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see