From 7caa2a849c1847177e1cd2b0bbd981c67a65a7c1 Mon Sep 17 00:00:00 2001 From: Sascha Eggenberger Date: Thu, 16 Jan 2025 11:23:52 +0100 Subject: [PATCH] Integrations detail page: Migrations and small visual fixes Migrates the page header to the PageHeading component, changes the size of the Avatar to match the one we use on projects & groups and fixes some spacing and alignments with form actions. Changelog: changed --- .../components/integration_form_actions.vue | 4 +-- .../edit/components/override_dropdown.vue | 15 +++++------ .../edit/components/trigger_fields.vue | 3 +-- app/views/projects/_home_panel.html.haml | 2 +- .../settings/integrations/_form.html.haml | 17 ++++++------ app/views/shared/integrations/edit.html.haml | 9 ++++--- .../configuration_instructions.vue | 14 +++++----- .../edit/components/google_cloud_iam/form.vue | 8 +++--- .../google_cloud_iam/manual_setup.vue | 21 ++++++++------- .../google_cloud_iam/setup_script.vue | 8 +++--- .../sections/google_artifact_management.vue | 27 ++++++++++--------- .../configuration_instructions_spec.js | 4 ++- .../components/google_cloud_iam/form_spec.js | 2 +- .../google_artifact_management_spec.js | 4 ++- .../edit/components/override_dropdown_spec.js | 2 +- 15 files changed, 72 insertions(+), 68 deletions(-) diff --git a/app/assets/javascripts/integrations/edit/components/integration_form_actions.vue b/app/assets/javascripts/integrations/edit/components/integration_form_actions.vue index 2fc033c5d4dac3..4602cdf530d5d7 100644 --- a/app/assets/javascripts/integrations/edit/components/integration_form_actions.vue +++ b/app/assets/javascripts/integrations/edit/components/integration_form_actions.vue @@ -74,8 +74,8 @@ export default { };