From e47051cc893e93031e7e02470b5cd8b2450f62e2 Mon Sep 17 00:00:00 2001 From: "Idmar Ramos Jr. (Id)" Date: Sun, 12 Dec 2021 01:00:24 +0100 Subject: [PATCH 1/3] User menu improvements - Change icon from cog to user related icon - Add link to docs page - Add individual link to request feature - Add individual link to report a bug - Add necessary translations --- app/angular/components/dropdown.html | 2 +- app/angular/components/dropdownIcon.html | 39 +++++++++++++++++++++--- app/i18n/languages/en.js | 3 ++ app/i18n/languages/pt_BR.js | 4 ++- 4 files changed, 42 insertions(+), 6 deletions(-) diff --git a/app/angular/components/dropdown.html b/app/angular/components/dropdown.html index 25ae14fe..9506dbe8 100644 --- a/app/angular/components/dropdown.html +++ b/app/angular/components/dropdown.html @@ -3,6 +3,6 @@ diff --git a/app/angular/components/dropdownIcon.html b/app/angular/components/dropdownIcon.html index a5b2532c..cf23e9bf 100644 --- a/app/angular/components/dropdownIcon.html +++ b/app/angular/components/dropdownIcon.html @@ -1,10 +1,41 @@ \ No newline at end of file diff --git a/app/i18n/languages/en.js b/app/i18n/languages/en.js index 9d999581..73bb00e5 100644 --- a/app/i18n/languages/en.js +++ b/app/i18n/languages/en.js @@ -96,4 +96,7 @@ export default { 'You have unsaved changes. Are you sure you want to exit without saving?': 'You have unsaved changes. Are you sure you want to exit without saving?', 'Exit without saving': 'Exit without saving', 'Name': 'Name', + 'Documentation': 'Documentation', + 'Request feature': 'Request feature', + 'Report bug': 'Report bug', }; \ No newline at end of file diff --git a/app/i18n/languages/pt_BR.js b/app/i18n/languages/pt_BR.js index 329ba5de..041d8ad6 100644 --- a/app/i18n/languages/pt_BR.js +++ b/app/i18n/languages/pt_BR.js @@ -100,5 +100,7 @@ export default { 'File': 'Arquivo', 'Import': 'Importar', 'Please select a .BRT file': 'Por favor selecione um arquivo .BRT', - //'': '', + 'Documentation': 'DocumentaĆ§Ć£o', + 'Request feature': 'Requisitar funcionalidade', + 'Report bug': 'Reportar problema', }; \ No newline at end of file From 22a89106a251db73663e0ca1fa92273d64368806 Mon Sep 17 00:00:00 2001 From: "Idmar Ramos Jr. (Id)" Date: Sun, 12 Dec 2021 12:17:20 +0100 Subject: [PATCH 2/3] Update user profile icon - Change from .fa-user to .fa-user-circle --- app/angular/components/dropdownIcon.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/angular/components/dropdownIcon.html b/app/angular/components/dropdownIcon.html index cf23e9bf..34996014 100644 --- a/app/angular/components/dropdownIcon.html +++ b/app/angular/components/dropdownIcon.html @@ -1,6 +1,6 @@