From ce06016e9651b16935a6c6d2c6fc8f71735b55c7 Mon Sep 17 00:00:00 2001 From: Azmi TOUIL <42934070+AzmiTouil@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:27:35 +0100 Subject: [PATCH] fix: Update the color (dark grey) in connectors admin - MEED-3067 - Meeds-io/meeds#1430 (#141) --- .../GithubAdminConnectionSettingDrawer.vue | 36 +++++++++---------- .../GithubAdminConnectorHookList.vue | 2 +- .../components/GithubAdminConnectorItem.vue | 6 ++-- .../components/GithubAdminHookFormDrawer.vue | 22 ++++++------ 4 files changed, 33 insertions(+), 33 deletions(-) diff --git a/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminConnectionSettingDrawer.vue b/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminConnectionSettingDrawer.vue index e26d67f6..6fb582e1 100644 --- a/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminConnectionSettingDrawer.vue +++ b/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminConnectionSettingDrawer.vue @@ -43,19 +43,19 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. :step="1" class="ma-0 pa-0" editable> - {{ $t('githubConnector.admin.label.stepOne') }} + {{ $t('githubConnector.admin.label.stepOne') }} -
- +
+ {{ $t('githubConnector.admin.label.stepOne.noteOne') }} - + {{ $t('githubConnector.admin.label.stepOne.instructionsOne') }} - + {{ $t('githubConnector.admin.label.stepOne.instructionsTwo') }} {{ $t('githubConnector.admin.label.developerSettings') }} fas fa-external-link-alt @@ -71,23 +71,23 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. :step="2" class="ma-0 pa-0" editable> - {{ $t('githubConnector.admin.label.stepTwo') }} + {{ $t('githubConnector.admin.label.stepTwo') }} -
- +
+ {{ $t('githubConnector.admin.label.stepTwo.instructionsOne') }} {{ $t('githubConnector.admin.label.oAuthApps') }} - + {{ $t('githubConnector.admin.label.stepTwo.instructionsTwo') }} - + {{ $t('githubConnector.admin.label.stepTwo.instructionsThree') }} - + {{ $t('githubConnector.admin.label.homepageURL') }}:
@@ -102,7 +102,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. fas fa-copy
- + {{ $t('githubConnector.admin.label.authorizationCallbackURL') }}:
@@ -127,13 +127,13 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. :step="3" class="ma-0 pa-0" editable> - {{ $t('githubConnector.admin.label.stepThree') }} + {{ $t('githubConnector.admin.label.stepThree') }} -
- +
+ {{ $t('githubConnector.admin.label.stepThree.instructionsOne') }} SignUpAgreement - + {{ $t('githubConnector.admin.label.stepThree.instructionsTwo') }} - + {{ $t('githubConnector.admin.label.clientId') }} @@ -158,7 +158,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. @input="disabled = false" @change="disabled = false"> - + {{ $t('githubConnector.admin.label.clientSecret') }} diff --git a/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminConnectorHookList.vue b/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminConnectorHookList.vue index 995d7118..3454cc08 100644 --- a/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminConnectorHookList.vue +++ b/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminConnectorHookList.vue @@ -18,7 +18,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- + {{ $t('githubConnector.webhook.label.watchProject') }} diff --git a/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminConnectorItem.vue b/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminConnectorItem.vue index a8339d6f..2ab21b22 100644 --- a/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminConnectorItem.vue +++ b/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminConnectorItem.vue @@ -25,8 +25,8 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. outlined v-on="on" @click="backToConnectorDetail"> - fa-arrow-left - {{ $t('githubConnector.admin.label.configuration') }} + fa-arrow-left + {{ $t('githubConnector.admin.label.configuration') }} {{ $t('gamification.connectors.settings.BackToDetail') }} @@ -41,7 +41,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- + {{ $t('githubConnector.admin.label.connect') }} diff --git a/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminHookFormDrawer.vue b/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminHookFormDrawer.vue index 9a704695..cea6faa8 100644 --- a/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminHookFormDrawer.vue +++ b/gamification-github-webapp/src/main/webapp/vue-app/githubAdminConnectorExtension/components/GithubAdminHookFormDrawer.vue @@ -40,32 +40,32 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - {{ $t('githubConnector.admin.label.addAccessToken') }} + {{ $t('githubConnector.admin.label.addAccessToken') }}
-
- +
+ {{ $t('githubConnector.admin.label.accessToken.instructions.stepOne') }} ({{ $t('githubConnector.admin.label.seeMore') }} fas fa-external-link-alt ) - + {{ $t('githubConnector.admin.label.accessToken.instructions.stepTwo') }} - + {{ $t('githubConnector.admin.label.accessToken.instructions.stepThree') }} : - + - repo - + - admin:org_hook
- + {{ $t('githubConnector.admin.label.accessToken') }} - {{ $t('githubConnector.webhook.message.confirmBeforeProceeding') }} ↵ + {{ $t('githubConnector.webhook.message.confirmBeforeProceeding') }} ↵
@@ -101,11 +101,11 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. :complete="stepper > 2" step="2" class="ma-0"> - {{ $t('githubConnector.admin.label.identifyOrganization') }} + {{ $t('githubConnector.admin.label.identifyOrganization') }}
- + {{ $t('githubConnector.admin.label.organization') }}