From 0a8274a04feb63cff05ffb5451485dc7885bae69 Mon Sep 17 00:00:00 2001 From: derv82 Date: Sun, 19 Nov 2017 02:54:20 -0800 Subject: [PATCH] Cleaning things up; still doesn't install but does everything else. --- _locales/en/messages.json | 10 +- popup.html | 14 +-- popup/{remoteStyles.css => searchResults.css} | 15 ++- popup/{remoteStyles.js => searchResults.js} | 98 ++++++++++++++----- 4 files changed, 99 insertions(+), 38 deletions(-) rename popup/{remoteStyles.css => searchResults.css} (83%) rename popup/{remoteStyles.js => searchResults.js} (59%) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index b19da47a..1104238e 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -337,13 +337,13 @@ "message": "Load Styles", "description": "Text for a link that loads styles within the popup" }, - "remoteStyleInstall": { + "searchResultInstall": { "message": "Install", - "description": "Text for a button that installs a remote style" + "description": "Text for a button that installs a search result" }, - "remoteStyleInstallTooltip": { - "message": "Install this style permanently", - "description": "Tooltip for a button that installs a remote style" + "searchResultInstallTooltip": { + "message": "Install this search result", + "description": "Tooltip for a button that installs a search result" }, "findStylesForSite": { "message": "Find more styles for this site", diff --git a/popup.html b/popup.html index 36bb84ca..6c15f5c7 100644 --- a/popup.html +++ b/popup.html @@ -3,7 +3,7 @@ - +