Remove site history dropdown and update Electron

Eliminated the custom site history dropdown UI and its related event handlers from script.js. Updated Electron to version 37.2.4 in package.json and package-lock.json. Cleared entries from search-history.json and site-history.json.
This commit is contained in:
2025-07-28 10:03:48 +12:00
parent dd40587a5c
commit afa25a113d
5 changed files with 7 additions and 104 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"license": "ISC",
"description": "",
"devDependencies": {
"electron": "^37.2.3",
"electron": "^37.2.4",
"electron-builder": "^23.0.0"
},
"build": {