From 4475a8ad6ac2c803ca107dc2c70d3854eff89f6a Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Sun, 25 Nov 2018 17:35:54 -0600 Subject: [PATCH] new manage layout --- _locales/en/messages.json | 12 +- manage.html | 234 +++++--- manage/manage-actions.js | 409 +++++++++++++ manage/manage-ui.js | 286 +++++++++ manage/manage.css | 1157 +++++++++---------------------------- manage/sort.js | 2 +- manage/updater-ui.js | 8 +- 7 files changed, 1124 insertions(+), 984 deletions(-) create mode 100644 manage/manage-actions.js create mode 100644 manage/manage-ui.js diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 73b20638..f632c8a1 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -24,10 +24,6 @@ }, "description": "Text on the manage screen to describe what the style applies to" }, - "appliesDisplayTruncatedSuffix": { - "message": "and more", - "description": "Text added to appliesDisplay when there are more sites for the style than are displayed" - }, "appliesDomainOption": { "message": "URLs on the domain", "description": "Option to make the style apply to the entered string as a domain" @@ -413,6 +409,10 @@ "message": "History", "description": "Used in various places to show a history log of something" }, + "genericName": { + "message": "Name", + "description": "Used in various places to indicate the style name" + }, "genericNext": { "message": "Next", "description": "Used in various places to select/perform the next step/action" @@ -1245,6 +1245,10 @@ "message": "oldest first", "description": "Text added to indicate that sorting a date would add the oldest entries at the top" }, + "sortHeader": { + "message": "Sort", + "description": "Title of sort column, indicating that the style can be manually sorted by dragging & dropping" + }, "sortLabel": { "message": "Select a sort to apply to the installed styles", "description": "Title on the sort select to indicate it is used for sorting entries" diff --git a/manage.html b/manage.html index 76e0c7ce..fbdbb4a2 100644 --- a/manage.html +++ b/manage.html @@ -1,4 +1,4 @@ - + @@ -11,8 +11,6 @@ - -